[ANN] Mojohaus' Assembler Maven Plugin 2.0.0 Released

37 views
Skip to first unread message

Dan Tran

unread,
Oct 20, 2016, 6:35:11 PM10/20/16
to Maven Users List, mojoha...@googlegroups.com


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

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:

Enjoy

The Mojo Team

Reply all
Reply to author
Forward
0 new messages