Hi, The Mojo team is pleased to announce the release of the Appassembler Maven Plugin version 2.0.0.
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. http://www.mojohaus.org/appassembler/appassembler-maven-plugin <http://www.mojohaus.org/appassembler/appassembler-maven-plugin/index.html> To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> <version>2.0.0</version> </plugin> Hi, This release consists of: * The usual dependency upgrades * Drop Java 5 support ( reason for pumping the version to 2.0) * Add option to clean staging directory without the need to run maven clean for build optimization purpose The list of fixed issues can be viewed here: https://github.com/mojohaus/appassembler/issues?q=is%3Aclosed+milestone%3A% 22Release+2.0.0%22 Enjoy The Mojo Team -- You received this message because you are subscribed to the Google Groups "mojohaus-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mojohaus-dev/CAPCjjnHzVBuUVVNt6mFkSyr7TzCUu%3DNCB68p90XrcGtGCUdsvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
