Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Updated Maven Build Instructions

Updated the maven command line build instructions:
http://udig.refractions.net/confluence/display/ADMIN/Maven+and+Tycho+Automated+Build

Also updated the root pom.xml build instructions.

It amounts to feeding maven more PermGen space:

 export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"

Thanks for this tip Cliff! Tests are now running; and I can fix the rest...
-- 
Jody Garnett


Back to the top