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 2013/07/10 20:09:15 UTC

[ANN] Appassembler Maven Plugin 1.4 Released

Hi,

The Mojo team is pleased to announce the release of the
appassembler-maven-plugin version 1.4

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://mojo.codehaus.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>1.4</version>
</plugin>

Release Notes

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11780&version=18633

Enjoy,