The Apache Maven team is pleased to announce the release of the
Apache Maven Source Plugin, Version 3.1.0.

The Source Plugin creates a jar archive of the source files of the current
project. The jar file is, by default, created in the project’s target
directory.

Important Note:

  • Maven 3.X only
  • JDK 7 minimum requirement
1
2
3
4
5

  org.apache.maven.plugins
  maven-source-plugin
  3.1.0

You can download the appropriate sources etc. from the download page.

Release Notes – Apache Maven Source Version 3.1.0

Bugs:

Improvement:

  • MSOURCES-110 – Add IT to prevent readonly=true problem with parameter

Dependency upgrades:

Enjoy,

-The Apache Maven team

Karl Heinz Marbaise