You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2012/08/07 07:09:18 UTC

[ANN] Maven Source Plugin 2.2 Released

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven Source Plugin 2.2 Released

Posted by Wayne Fay <wa...@gmail.com>.
> * [MSOURCES-51] - Disable source plugin in derived pom
>
> can this be user configurable? i am using this functionality

Please go read the full JIRA before making any assumptions about
functionality changes based on just the "short description" in JIRA:
http://jira.codehaus.org/browse/MSOURCES-51

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven Source Plugin 2.2 Released

Posted by Radim Kolar <hs...@filez.com>.
* [MSOURCES-51] - Disable source plugin in derived pom

can this be user configurable? i am using this functionality

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org