On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <[email protected]> wrote: > The cache is always in your home dir, not in the release dir. > > What sort of computer are you doing this on? >
>From the paths, it looks like it could be a mac. /Users/srowen/Documents - For some reason with Java 6 on the mac, the temporary directories are a little strange, it could be causing a problem. e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp- It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other options in MAVEN_OPTS e.g: export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"
