Versions Compared

Key

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

...

Releases can also be done using the release plugin. This plugin will automagically take care of setting the currect version (removing the -SNAPSHOT), making a tag in SCM and deploying the jars to the maven repository. This should only be executed by the release engineer. Maven assumes that once a version is released it will never change anymore and released binaries will never be updated, so any subsequent releases will have to bump the version number.

Skip unit test

Code Block
mvn install -DskipTests=true

Troubleshooting

  • Offline Mode:

...