Caused by: java.lang.OutOfMemoryError: Java heap space
If you give maven more memory, or, use Java 8 to build (resultant code will run with java7 I believe, but building with java8 can be faster and usually less memory hassles)
export MAVEN_OPTS ="-Xmx2048m"
or something like that to give it enough space. Or perhaps your machine doesn't have enough room to build it? --
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/f0709653-efd9-4987-a0cd-c945c180f0ee%40googlegroups.com.