THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
No Format |
---|
# Increase the heap and max permanent size for Maven if [ "x$MAVEN_OPTS" = "x" ]; then MAVEN_OPTS="-Xmx512mXmx1024m -XX:PermSize=64m256m -XX:MaxPermSize=256m1024m -XX:ReservedCodeCacheSize=64m" fi |
...
No Format |
---|
mvn -Pdefault,makeeclipse |
Troubleshooting and Tips
- Use -DskipTests=true to turn off tests during server build.
- Use -o to avoid searching remote repository.
- Use -X to produce maven debug information.
- Build all Geronimo dependencies to avoid out-of-date code among projects such as openEJB, JSF and so on.