Versions Compared

Key

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

...

Code Block
languagebash
mvn clean install -Psealights -DBUILD_NUMBER=3

In case you would like order to use a timestamp to identify report the build reported to Sealights, please prefer to useĀ use for example -DBUILD_NUMBER=`date +"%y%m%d_%H%M"`

Using a timestamp variable in pom.xml

...