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

This plugin is used to create jar of the project source files.

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

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

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

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


** Bug
    * [MSOURCES-30] - Should not output INFO message when maven is run
in quiet mode
    * [MSOURCES-45] - Test Source Jar has wrong name.
    * [MSOURCES-60] - Use new annotations api

** Improvement
    * [MSOURCES-23] - test-jar misses sources from "generate-test-sources" phase
    * [MSOURCES-51] - Disable source plugin in derived pom
    * [MSOURCES-53] - defaultManifestFile should not be readonly
    * [MSOURCES-61] - Reduce the logging level of the message
indicated the resource has already been added to the archive

** New Feature
    * [MSOURCES-48] - Including sources in project dependencies
    * [MSOURCES-50] - Add optional 'classifier' for source artifact
    * [MSOURCES-55] - Add a skip configuration to source plugin
    * [MSOURCES-56] - Parameter to skip the generation of the sources jar

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to