You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2006/02/19 18:23:49 UTC

Re: [ANN] Maven Source Plugin 1.0 for Maven 1.x released

We are pleased to announce the Maven Source Plugin 1.0 release!

http://maven.apache.org/maven-1.x/reference/plugins/source/

This plug-in builds an archive of the source code and supports for
further integration in IDEs.

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

maven plugin:download
 -DgroupId=maven
 -DartifactId=maven-source-plugin
 -Dversion=1.0

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

Enjoy!
-The Maven team