sym-link target directories to /run for faster builds
Just run this in your parent project directory (or anywhere below), it finds pom.xml files and sym-links target directories in those directories.
Run as root:
sudo runtargets.py
- deletes existing target directory
- needs to be re-run after re-boot (since /run is in RAM)
- mvn clean will destroy the links (re-run the script, don't clean!)
- uses RAM instead of disk, so may not be great you've not got much memory installed.