Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Apache Common POM Version 16 Released

$
0
0
The Apache Maven team is pleased to announce the release of the
Apache Common POM, version 16.

This POM (org.apache:apache) configures common Maven settings for
projects to use ASF infrastructure.

Documentation live at: http://maven.apache.org/poms/asf.

To use this parent, you should specify the version in your project's
plugin configuration:

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>16</version>
</parent>

Changes since previous release:

http://svn.apache.org/viewvc/maven/pom/tags/apache-16/pom.xml?view=markup

Enjoy,

-The Apache Maven team

Viewing all articles
Browse latest Browse all 5648

Trending Articles