Hi, The Mojo team is pleased to announce the release of the Application Assembler Maven Plugin version 1.6.
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.6</version> </plugin> Release Notes Bug - [MAPPASM-188 <http://jira.codehaus.org/browse/MAPPASM-188>] - Empty CLASSPATH_PREFIX adds current directory to classpath - [MAPPASM-204 <http://jira.codehaus.org/browse/MAPPASM-204>] - Support Solaris x86_64 - Commercial JSW only - [MAPPASM-208 <http://jira.codehaus.org/browse/MAPPASM-208>] - binFolder configuration is not used to generate path to environment setup file. - [MAPPASM-211 <http://jira.codehaus.org/browse/MAPPASM-211>] - Null pointer exception when providing empty <commandLineArgument> Improvement - [MAPPASM-59 <http://jira.codehaus.org/browse/MAPPASM-59>] - appassembler chmod and bat file creation - [MAPPASM-202 <http://jira.codehaus.org/browse/MAPPASM-202>] - Deprecate program.name in favor of program.id - [MAPPASM-207 <http://jira.codehaus.org/browse/MAPPASM-207>] - Add CONFIGDIR environment variable for configurationDirectory property in scripts - [MAPPASM-209 <http://jira.codehaus.org/browse/MAPPASM-209>] - Allow <generateRepository>false</generateRepository> for JSW daemons New Feature - [MAPPASM-206 <http://jira.codehaus.org/browse/MAPPASM-206>] - Support endorsed lib folder Enjoy, The Mojo team.
