Commands
| Option | Description |
|---|---|
|
Perform a clean top down build, but skip tests |
|
Perform a parallel clean top down build, with 2 threads per core |
Options
Common used Maven settings inside .bashrc (Ubuntu linux) or bash_profile(Mac OS X).
Multiple settings can be defined in a row, like:
export MAVEN_OPTS='-Xms1024m -Xmx2048m -XX:MaxPermSize=512m -Denforcer.skip=true'
| Option | Description |
|---|---|
|
Skip enforcer plugin |
|
Set |