Overview of the commands to test, run, build and release this project.
mvn clean verify
Builds the project and runs all tests including integration testsmvn clean verify --activate-profiles native
Builds the project as a native image and runs all tests including integration tests
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