|
|
@ -39,6 +39,9 @@ can be build using the standard maven command:
|
|
|
|
|
|
|
|
|
|
|
|
$ mvn clean install
|
|
|
|
$ mvn clean install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> **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`
|
|
|
|
|
|
|
|
|
|
|
|
If you are rebuilding often, you might also want to skip the tests until you are ready
|
|
|
|
If you are rebuilding often, you might also want to skip the tests until you are ready
|
|
|
|
to submit a pull request:
|
|
|
|
to submit a pull request:
|
|
|
|
|
|
|
|
|
|
|
|