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

Important Note: 

 * Maven 3.X only
 * JDK 7 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.1.0</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.1.0

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

Bugs:
 * [MSOURCES-105] - Remove link to non-existing Codehaus wiki
 * [MSOURCES-108] - Remove the readonly=true from finalName
 * [MSOURCES-119] - Archiving to jar is very slow

Improvement:

 * [MSOURCES-110] - Add IT to prevent readonly=true problem with parameter

Dependency upgrades:

 * [MSOURCES-109] - Upgrade parent to 31
 * [MSOURCES-111] - Upgrade maven-archiver / plexus-archiver
 * [MSOURCES-112] - Upgrade plexus-utils 3.1.0
 * [MSOURCES-114] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 * [MSOURCES-116] - Upgrade plexus-archiver to 3.6.0
 * [MSOURCES-117] - Upgrade maven-plugins parent to version 32
 * [MSOURCES-118] - Upgrade JUnit to 4.12

Enjoy,
 
-The Apache Maven team


Reply via email to