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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to