Hi to all,

The Mojo team is pleased to announce the release of the
Appassembler-Maven-Plugin version 1.2.

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.

To get this update, simply specify the version in your project's
plugin configuration:


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

Some links :

Documentation: http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/

JIRA: http://jira.codehaus.org/browse/MAPPASM
svn:  https://svn.codehaus.org/mojo/tags/appassembler-1.2


Release Notes -

Bug

    [MAPPASM-25] - extrajvmArguments cannot handle properties
    [MAPPASM-103] - whitespace in BASEDIR causes call
                    %BASEDIR%\bin\app-env.bat to fail
    [MAPPASM-108] - No libs delivered into lib directory when
                    generating daemon following example
    [MAPPASM-112] - extraJvmArguments are passed verbatim
    [MAPPASM-119] - @BASEDIR@ no longer gets expanded to $BASEDIR or
                    %BASEDIR% in "extraJvmArguments" tag
    [MAPPASM-120] - Generated .bat file calls endlocal twice in error
                    case
    [MAPPASM-125] - binPrefix Parameter on the "Advanced example" page.

Improvement

    [MAPPASM-47] - appassembler-maven-plugin - Allow customization
                   of directory name(s)
    [MAPPASM-48] - Various adjustements to
                   appassembler:generate-demons goal
    [MAPPASM-49] - Apache license lock-in
    [MAPPASM-52] - extraJvmArguments per program
    [MAPPASM-127] - Update example doc for Linux daemon based on Java
                    Service Wrapper with correct configuration name
                    for jvmsettings
    [MAPPASM-128] - Mark plugin as @threadsafe
    [MAPPASM-133] - HTML Output of the FAQ (2. Question) is not correct
    [MAPPASM-134] - Create integration test based on the
                    maven-invoker-plugin
    [MAPPASM-135] - Allow customization of the bin folder
    [MAPPASM-136] - No usage of ${pom.groupId}
    [MAPPASM-137] - Document the specifics for
                    repositoryLayout in relationship with Maven 3
    [MAPPASM-139] - Improve integration tests to get run only once
    [MAPPASM-140] - Improve documentation

New Feature

    [MAPPASM-126] - Supplemental arguments for the mainClass

Task

    [MAPPASM-58] - incorporate book into docs
    [MAPPASM-131] - Test failures when build with maven 3
    [MAPPASM-141] - All files should have the same license content
    [MAPPASM-142] - Cleanup warnings during build

Have Fun!

Kind regards
--
Mojo Team.

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

Reply via email to