You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Tran <da...@gmail.com> on 2016/10/20 22:35:08 UTC

[ANN] Mojohaus' Assembler Maven Plugin 2.0.0 Released

Hi,

The Mojo team is pleased to announce the release of the Appassembler Maven
Plugin version 2.0.0.

The Application Assembler Plugin is a Maven plugin for generating scripts
for starting java applications. All dependencies and the artifact of the
project itself are placed in a generated Maven repository in a defined
assemble directory. All artifacts (dependencies + the artifact from the
project) are added to the classpath in the generated bin scripts.

http://www.mojohaus.org/appassembler/appassembler-maven-plugin
<http://www.mojohaus.org/appassembler/appassembler-maven-plugin/index.html>

To get this update, simply specify the version in your project's plugin
configuration:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>appassembler-maven-plugin</artifactId>
  <version>2.0.0</version>
</plugin>
Hi,


This release consists of:

  * The usual dependency upgrades
  * Drop Java 5 support ( reason for pumping the version to 2.0)
  * Add option to clean staging directory without the need to run maven
clean for build optimization purpose


The list of fixed issues can be viewed here:
https://github.com/mojohaus/appassembler/issues?q=is%3Aclosed+milestone%3A%
22Release+2.0.0%22

Enjoy

The Mojo Team