Apache Maven Source Plugin Version 2.4 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, Version 2.4.
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.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-source-plugin</artifactId>
4 <version>2.4</version>
5</plugin>
Release Notes - Apache Maven Source Version 2.4
Improvements:
- MSOURCES-71 - MavenProject/MavenSession Injection as a paremeter instead as a component.
- MSOURCES-72 - Upgrade to Maven 2.2.1 compatiblity
- MSOURCES-73 - Update version of plexus-archiver to 2.6.1
- MSOURCES-74 - Upgrade to plexus-archiver 2.6.3
Enjoy,
-The Apache Maven team
Karl Heinz Marbaise