Hi to all,

I'd like announce the release version 1.7 of the appassembler-maven-plugin which contains a few new features and primarily bug fixes

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.

You can use the following Maven coordinates to get the latest version via Maven Central:

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>appassembler-maven-plugin</artifactId>
     <version>1.7</version>
</plugin>

The project site:
http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/

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

Bug:

 [MAPPASM-215] - The environments variables in the generated
                 batch file are not local.

Improvements:

 [MAPPASM-195] - Support other methods of JSW integration
                 than WrapperSimpleApp
 [MAPPASM-210] - Allow copyConfigurationDirectory for both
                 script and jsw
 [MAPPASM-216] - Add option to pre insert a config fragment
                 into wrapper.conf

New Features:

 [MAPPASM-78] - Add support for JSW integration method 2
 [MAPPASM-214] - Add ability to configure chkconfig run level


The Mojo Team.

Kind regards
Karl-Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to