Has anyone experienced problems when trying to build gatein using a
clean (ie empty) maven repo?
I can build the portal part fine, but when I go to package the portal I
run into some issues. The packaging build claims it was successful, but
there are error message like these in the logs:
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [ERROR] FATAL ERROR
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Java heap space
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Trace
[INFO] java.lang.OutOfMemoryError: Java heap space
This will cause that part of the build to stop, but it still continues
with the other part of the build and claims at the end that the build is
successful when its not.
This only occurs with a fresh maven repo and the Java heap space issue
occurs after its been downloading artifacts for a while. The downloading
of artifacts is also really slow and strange for the packaging part.
Has anyone else experience this? Or is it only me?
On Linux with JDK 1.6 and Maven 2.2.1