The Apache Maven team is pleased to announce the release of the
Apache Maven JAR Plugin Version 3.1.2.

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.2</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.2

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

Bug
 * [MJAR-259] - Archiving to jar is very slow

Improvement:

 * [MJAR-238] - Allow setting of module main class

Enjoy,

- The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to