Overview of the commands to test, run, build and release this project.
mvn verify
Builds the project and runs all tests including integration testsmvn install
Includesmvn verify
and copies the resulting artifacts into the local maven repository.
mvn clean
Starts off cleanmvn release:prepare
Prepares a new versionmvn release:perform
Performs the publish-ready release including tag and version number incrementgit push–tags
Pushes the newly created tag to the remote repositorygit push origin master
Pushes code changes (pom) to the remote repository