Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn -Dmaven.test.skip=true -Dprofile=step1 install
mvn -Dmaven.test.skip=true -Dprofile=step2 install

Next time you build, you can just run

Code Block
mvn -Dmaven.test.skip=true install
Tip
titleBuilding 3.0-M1 amd 3.0-M2

Note that this only works for versions from 3.0-M3.
To build previous versions, just run
mvn -Dmaven.test.skip=true install
from the root directory.

Using an IDE

...