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,