Apache Software Foundation Parent POM Version 17 Released

The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 17.

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

1<parent>
2   <groupId>org.apache</groupId>
3   <artifactId>apache</artifactId>
4   <version>17</version>
5</parent>

Release Notes - Apache Software Foundation Parent POM - Version 17

Bug:

  • MPOM-69 - avoid Rat plugin warning

Improvement:

  • MPOM-47 - Source release assembly can't do tar.gz only
  • MPOM-64 - Change maven-source-goal from jar to jar-no-fork
  • MPOM-65 - Add maven-war-plugin definition
  • MPOM-66 - The ASF global pom should upgrade SUREFIRE@2.18.1
  • MPOM-71 - remove Maven 2.x support in ASF parent
  • MPOM-74 - Upgrade maven compiler source/target to 1.5
  • MPOM-75 - Upgrade maven-resources-plugin to 2.7
  • MPOM-76 - Upgrade maven-source-plugin to 2.4
  • MPOM-77 - Upgrade maven-compiler-plugin to 3.2

Changes since version 16.

Enjoy,

-The Apache Maven team