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/04/07 13:37:42 UTC

[ANN] Appassembler Maven Plugin version 1.3.1

Hi to all,

I'd like announce the release version 1.3.1 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.3.1</version>
</plugin>

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

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

Bug

[MAPPASM-196] - Problem with ErrorLevel Handling in bat-Files
[MAPPASM-192] - Typo in @threadSafe annotation
[MAPPASM-187] - Copy Configuration Directory always flattens
                 file structure
[MAPPASM-186] - Wrong expression for the parameter windowsScriptTemplate
[MAPPASM-185] - Repository creation should ignore artifact that
                 points to ${project.build.outputDirectory}
[MAPPASM-183] - useWildcardClassPath isn't supported
                 by the JSW generator
[MAPPASM-168] - Problem with documentation for the platform

Improvement

[MAPPASM-153] - Make naming of repoPath (create-repository)
                 and repositoryName (assemble) consistent
[MAPPASM-111] - Configure PID file location

Task

[MAPPASM-189] - Warnings for deprecated configuration parameters


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