Apache Maven Source Plugin Version 2.3 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 2.3.

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.

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-source-plugin</artifactId>
4  <version>2.3</version>
5</plugin>

Release Notes - Maven Source Plugin - Version 2.3

Bugs:

  • MSOURCES-63 - Non-working links on doc site
  • MSOURCES-64 - forceCreation=true doesn't create test source package when src/test missing

Improvements:

  • MSOURCES-68 - Add Maven version used to Created-By entry in manifest
  • MSOURCES-69 - Update version of plexus-archiver to 2.4.4
  • MSOURCES-70 - Update of maven-invoker-plugin to 1.9

Enjoy,

-The Apache Maven team