The Apache Maven team is pleased to announce the release of the 
Apache Maven Source Plugin Version 3.0.1.
 
https://maven.apache.org/plugins/maven-source-plugin/

Important Note: 

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-source-plugin</artifactId>
  <version>3.0.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-source-plugin/download.cgi
 
Release Notes Maven Source Plugin 3.0.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12335588

Bug:

 * [MSOURCES-94] - Heap space OOM

Improvements:

 * [MSOURCES-96] - Upgrade plexus-archiver from 3.0.3 to 3.1
 * [MSOURCES-97] - Make finalName readonly parameter
 * [MSOURCES-98] - Upgrade of 'plexus-archiver' to version 3.3.
 * [MSOURCES-100] - Upgrade maven-shared-components parent to version 30
 * [MSOURCES-101] - Upgrade maven-archiver to 3.1.0

Tasks:

 * [MSOURCES-102] - Upgrade of plexus-archiver to 3.4.
 * [MSOURCES-103] - Upgrade of maven-archiver to 3.1.1.

Enjos,
 
-The Apache Maven team

Reply via email to