Hi all, Currently the root pom on trunk uses a max heap size of 1024M, and 2.3.x uses 512M. I am having problems with our build server running out of memory with these max heap sizes specified.
I would like to set a lower value in the pom, like around 128M. However I don't want to just make the change locally because having local mods leads to conflicts leads to nightmares. Would anyone be against breaking this out as a property so that I can just pass it as a system property during the build, like: mvn clean install -DtestMaxHeapSize=-Xmx128M And by default set the property to what it is now. -Justin -- Justin Deoliveira The Open Planning Project [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
