Versions Compared

Key

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

...

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

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

...