Merge from master branch for easier future maintenance
It is easier to manage a long-lived branch that is a descendant of another branch by regularly using git merge from the upstream branch. This pull request merges the master branch and reduces the differences between this branch and the master branch to only be in the Jenkinsfile.
Skip tests
Clean build on project branch (#1482)
Add META-INF/ to .gitignore (#1479) (#1484)
Add skipTests as true to maven-surefire-plugin previously overwritten (#1485)
Use surefire test configuration from master branch
Merge from master branch for easier future maintenance
It is easier to manage a long-lived branch that is a descendant of another branch by regularly using
git merge
from the upstream branch. This pull request merges the master branch and reduces the differences between this branch and the master branch to only be in the Jenkinsfile.