|
|
|
@ -67,7 +67,7 @@ The project can be built from the root directory using the standard maven comman
|
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
NOTE: 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`
|
|
|
|
|
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`
|
|
|
|
|
|
|
|
|
|
If you are rebuilding often, you might also want to skip the tests until you are ready
|
|
|
|
|
to submit a pull request:
|
|
|
|
@ -118,7 +118,7 @@ Once the build has been prepared, you can run a full build using the following c
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
`-Xmx512m`. 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|