Versions Compared

Key

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

...

Code Block
mvn -Dmaven.test.skip=true -P=step1
mvn -Dmaven.test.skip=true -P=step2
Warning
On checkstyle errors
On checkstyle errors

If maven build dies with some checkstyle or pmd errors then do the following:

Code Block

mvn -Dmaven.test.skip=true -Pstep1,nochecks install
mvn -Dmaven.test.skip=true -Pstep2,nochecks install

3) Now create the necessary Eclipse project files using the following command on the command line:

...