Memory settings for the full build

This commit is contained in:
Stephane Nicoll 2014-05-02 22:32:34 +02:00
parent bf4b347a96
commit 62269e7a0b

View File

@ -100,8 +100,10 @@ Once the build has been prepared, you can run a full build using the following c
$ mvn -s ../settings.xml -P full clean install
----
We generate more artifacts when running the full build (such as Javadoc jars), so you
may find the process a little slower than the standard build.
NOTE: As for the standard build, you may need to increase the amount of memory available
to Maven by setting a `MAVEN_OPTS` environment variable with the value
`-Xmx512m -XX:MaxPermSize=128m`. We generate more artifacts when running the full build
(such as Javadoc jars), so you may find the process a little slower than the standard build.
=== Importing into eclipse with m2eclipse
We recommend the http://eclipse.org/m2e/[m2eclipe] eclipse plugin when working with