Parent pom.xml for Maven projects at Stratio.
This pom.xml specifies:
- Managed dependencies.
- Surefire and Failsafe configuration to run unit tests and integration tests with JaCoCo code coverage.
- Unit tests are skipped with -DskipUTs.
- Integration tests are skipped with -DskipITs.
- license-maven-plugin to check license headers.
- scala-maven-plugin to compile Scala projects.
- Other configuration needed to deploy releases (maven-deploy-plugin, maven-gpg-plugin).
Check the code itself for more details.