Add CI templates for Java Maven projects
Provide a least the following jobs:
-
.maven:validate
to validate the project is correct and all necessary information is available -
.maven:verify
to run any checks on results of integration tests to ensure quality criteria are met -
.maven:deploy
to copies the final package to the remote repository