You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2022/03/03 07:42:35 UTC

[ANN] Apache Maven Parent POMs 35 Released

The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 35.
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:

<parent>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
   <version>35</version>
</parent>

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

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

Release Notes - Maven POMs - Version MAVEN-35

** Bug
    * [MPOM-242] - fix mono-module site easy-deployment
    * [MPOM-243] - WARNING: release:perform issues [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
    * [MPOM-253] - issue management URL incorrect

** New Feature
    * [MPOM-274] - use Shared GitHub Actions

** Improvement
    * [MPOM-268] - Removed unused property
    * [MPOM-276] - streamLogsOnFailures for maven-invoker-plugin as default
    * [MPOM-278] - add "Extensions" entry to "Maven Projects" menu
    * [MPOM-279] - Get rid of findbugs-maven-plugin
    * [MPOM-280] - Remove detectLinks from maven-javadoc-plugin
    * [MPOM-298] - Cleanup dependencyLocationsEnabled from MPIR configuration 

** Task
    * [MPOM-270] - Fix enforcer use
    * [MPOM-271] - Create helper profile to "ban legacy"
    * [MPOM-272] - Remove legacy from doxia parent depMgmg
    * [MPOM-273] - Update maven-plugin-plugin to 3.6.2
    * [MPOM-281] - Update maven-plugin-plugin to 3.6.4

** Dependency upgrade
    * [MPOM-239] - upgrade plexus-component-metadata to 2.1.0 for better Reproducible Build
    * [MPOM-250] - remove the JavaDoc taglets from maven-parent (both to extract Mojo javadoc annotations and link in javadoc)
    * [MPOM-292] - upgrade parent to ASF 25

Enjoy,
 
-The Apache Maven team




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org