Apache Maven Parent POM Version 36 Released

The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 36

Maven Parent POMs include Maven Parent POM itself, but also Maven Plugins Parent POM, Maven Shared Components Parent POM, Maven Skins Parent POM and Maven Doxia Tools Parent POM.

https://maven.apache.org/pom/maven/

You should specify the version in your project as parent like the following:

1<parent>
2   <groupId>org.apache.maven</groupId>
3   <artifactId>maven-parent</artifactId>
4   <version>36</version>
5</parent>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/pom/maven/download.html

Release Notes - Apache Maven Parent POM - Version 36

  • Improvements:

    • MPOM-300 - Replace Google Analytics with ASF Matomo
    • MPOM-313 - Execute checkstyle in early phase of the build
  • Dependency upgrades:

    • MPOM-308 - Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0
    • MPOM-309 - Upgrade TagList Maven Plugin from 2.4 to 3.0.0
    • MPOM-311 - Upgrade Maven JXR Plugin from 3.1.1 to 3.2.0
    • MPOM-314 - Upgrade modello-maven-plugin from 1.11 to 2.0.0
    • MPOM-316 - Upgrade ASF Parent to 26

Enjoy,

  • The Apache Maven Team