You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/05/22 00:02:04 UTC

[ANN] Maven Source Plugin 2.1.2 Released

The Maven team is pleased to announce the release of the Maven Source
Plugin, version 2.1.2.

The Source Plugin creates a jar archive of the source files of the 
current project. See the plugin's site for more details:

     http://maven.apache.org/plugins/maven-source-plugin/

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-source-plugin</artifactId>
       <version>2.1.2</version>
     </plugin>

Release Notes - Maven 2.x Source Plugin - Version 2.1.2

** Improvement
     * [MSOURCES-54] - Mark source plugin as @threadSafe

Enjoy,


-The Maven team