You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2013/12/20 23:10:36 UTC

[ANN] Appassembler Maven Plugin version 1.7

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org