You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2019/05/13 17:38:45 UTC

[ANN] Apache Maven JAR Plugin 3.1.2 Released

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org