You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2020/02/03 18:28:34 UTC

[ANN] Apache Maven Parent POMs 34 Released

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

** Bug
    * [MPOM-221] - All Links for Diff produce Forbidden
    * [MPOM-235] - Google Custom Search broken

** New Feature
    * [MPOM-223] - Introduce parent for extensions

** Improvement
    * [MPOM-216] - Update java minimum version to 7
    * [MPOM-226] - Ignore .asf.yaml for license check in apache-rat-plugin
    * [MPOM-230] - Remove maven-report

** Task
    * [MPOM-217] - remove plexus javadoc taglet configuration

** Dependency upgrade
    * [MPOM-212] - upgrade plexus-component-metadata to 2.0.0 to get reproducible plexus/components.xml
    * [MPOM-234] - Upgrade apache-rat-plugin to 0.13

Enjoy,
 
-The Apache Maven team



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


Re: [ANN] Apache Maven Parent POMs 34 Released

Posted by Elliotte Rusty Harold <el...@ibiblio.org>.
FYI,

 I stumbled on an apparent parent POM 34 related bug while building
Maven Doxia site this morning:

https://issues.apache.org/jira/browse/MNG-6860?filter=-2

I suspect there are several interlocking bugs here that together cause
the Doxia build to fail, and it's possible none of them need to be
fixed in the parent POM itself. However it's worth a look.

On Mon, Feb 3, 2020 at 1:28 PM Hervé Boutemy <hb...@apache.org> wrote:
>
> The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 34.
> 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>34</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-34
>
> ** Bug
>     * [MPOM-221] - All Links for Diff produce Forbidden
>     * [MPOM-235] - Google Custom Search broken
>
> ** New Feature
>     * [MPOM-223] - Introduce parent for extensions
>
> ** Improvement
>     * [MPOM-216] - Update java minimum version to 7
>     * [MPOM-226] - Ignore .asf.yaml for license check in apache-rat-plugin
>     * [MPOM-230] - Remove maven-report
>
> ** Task
>     * [MPOM-217] - remove plexus javadoc taglet configuration
>
> ** Dependency upgrade
>     * [MPOM-212] - upgrade plexus-component-metadata to 2.0.0 to get reproducible plexus/components.xml
>     * [MPOM-234] - Upgrade apache-rat-plugin to 0.13
>
> Enjoy,
>
> -The Apache Maven team
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


-- 
Elliotte Rusty Harold
elharo@ibiblio.org

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