Overview of the commands to test, run, build and release this project.
mvn verifyBuilds library modules and runs their tests (integration-test modules are not part of the root reactor)mvn installIncludesmvn verifyand copies the resulting artifacts into the local maven repository.- To run integration tests, build the specific integration-test module explicitly (e.g.,
mvn test -f type-alias-axon-5-serializer-integration-test/pom.xml)
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