Overview of the commands to test, run, build and release this project.
mvn verifyBuilds the project and runs all tests including integration testsmvn installIncludesmvn verifyand copies the resulting artifacts into the local maven repository.
mvn cleanStarts off cleanmvn release:preparePrepares a new versionmvn release:performPerforms the publish-ready release including tag and version number incrementgit push–tagsPushes the newly created tag to the remote repositorygit push origin mainPushes code changes (pom) to the remote repository