Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update the doc according to the recent mail discussing of skip to run the unit tests

...

The following avoids running all the unit test cases, we just skip the test the running phase not the building part

Code Block
mvn -Dmaven.test.exec.skip=true install

Using an IDE

...