Hi to all, The MOJO proudly announce the availability of the version 1.3 of the appassembler-maven-plugin which contains many small feature improvements and 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. Project URL: http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/index.html The appassembler-maven-plugin is available under the following coordinates via Maven-Central: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> <version>1.2.1</version> </plugin> We solved 17 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11780&version=18266 Bugs [MAPPASM-96] - Deployment fails when used in combination with version 2.5 of the maven-deploy-plugin [MAPPASM-166] - Wildcard classpath attribute incorrectly named [MAPPASM-167] - app.home not defined in windows bat file [MAPPASM-170] - Unix x86-32 native wrapper get picked up on x86_64 in the generated jsw script [MAPPASM-175] - Should not allow user the override BASEDIR of the generated jsw unix script Improvements [MAPPASM-165] - Rename useAllDependencies into useAllProjectDependencies [MAPPASM-174] - Windows JSW script should not pause on error [MAPPASM-181] - Support space in extraJvmArguments argument New Features [MAPPASM-10] - Allow external templates to generate the wrapper scripts [MAPPASM-37] - Add ability to add version to all generated scripts [MAPPASM-169] - Make appassembler:assemble's showConsoleWindow works on Unix [MAPPASM-172] - support 'status' argument on windows jsw [MAPPASM-177] - Add ability to override JSW's wrapper.conf thru JSW launcher's command line arguments [MAPPASM-178] - add ability to copy remote snaphot dependencies into repository destination using -SNAPSHOT instead of timestamp [MAPPASM-182] - Ability to name wrapper.conf using daemon's id Tasks [MAPPASM-171] - Add missing JSW native binaries: windows-x86-64, macosx-universial-64, aix-ppc-32/64, and hpux-64 [MAPPASM-176] - cleanup appassembler-examples Regards -Dan --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
