The maven team is pleased to announce the Maven Artifact Plugin 1.5.1 release!

The artifact plugin is used by all of the install and deploy goals to transfer the files.

All users are encouraged to upgrade to this version as it stores better metadata in the repository, and uses the new Wagon artifact handling.

Note that the older, command line deployment method that was deprecated has been removed.

http://maven.apache.org/reference/plugins/artifact/

Changes in this version include:

o Wholly resolve the POM before deploying Issue: MPARTIFACT-49.
o Deploy anything with SNAPSHOT in the version as a snapshot Issue:
 MPARTIFACT-19.
o Deprecated install-snapshot and deploy-snapshot goals
o Replace bulk of code with Wagon Issue: MAVEN-1396.

To automatically install the plugin, type the following on a single line:

maven plugin:download
 -DgroupId=maven
 -DartifactId=maven-artifact-plugin
 -Dversion=1.5.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-artifact-plugin-1.5.1.jar


Have fun!
-The maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to