You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/04/10 15:23:03 UTC

[ANN] Apache Maven JAR Plugin Version 3.1.0 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven JAR Plugin Version 3.1.0.
 
https://maven.apache.org/plugins/maven-jar-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-jar-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-jar-plugin/download.cgi
 
Release Notes Maven JAR Plugin 3.1.0

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

Bugs:

 * [MJAR-221] - Link to wiki page should be removed now that Codehaus is shut down
 * [MJAR-237] - Navigation link "Creating an Executable JAR File" is wrong.
 * [MJAR-240] - maven-jar-plugin index.html - bad links in left column Examples section
 * [MJAR-245] - Additional attached jar: role of classifier
 * [MJAR-249] - Get Build working on JDK 10

Improvements:

 * [MJAR-235] - Update life cycle bound plugin versions
 * [MJAR-236] - Keep maven-compiler-plugin to 3.5.1 based on JDK9 issues

Dependency upgrades:

 * [MJAR-243] - maven-archiver 3.1.1 to 3.2.0
 * [MJAR-246] - Upgrade parent to 31

Enjos,
 
-The Apache Maven team