Apache Maven Repository Plugin Version 2.4 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Repository Plugin, version 2.4.

This plugin is used to create bundles of artifacts that can be uploaded to the central repository.

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-repository-plugin</artifactId>
4  <version>2.4</version>
5</plugin>

Release Notes - Maven Repository Plugin - Version 2.4

Improvements:

Task:

Enjoy,

-The Apache Maven team