After upgrading to mvn 3.0.4 I got much farther, but kept running into trouble running tests during the build. after allocating 2GB for Java heap space, and still running out of room - I just used -DskipTests=true and -pl war. That built successfully.
On Thursday, October 18, 2012 9:54:24 AM UTC-7, Rick Gordon wrote: > > ah yes, didn't even realize 3.0.4 existed, found that, getting along much > farther now. > eventually fails with out-of-memory errors, but that's fixable. > > On Tuesday, October 16, 2012 9:33:04 AM UTC-7, Jesse Glick wrote: >> >> On 10/15/2012 07:28 PM, Rick Gordon wrote: >> > Maven 3.0 through 3.0.3 inclusive do not pass correct settings.xml to >> Maven Release Plugin. >> >> Use 3.0.4. >> >
