We are pleased to announce the Java Application Plugin 1.3.1 release!
http://maven-plugins.sourceforge.net/maven-javaapp-plugin/
Plugin to generate an executable JAR
===============================================================================
Changes in this version include:
Fixed bugs:
o Applied patch for Maven 1.1 compatibility. Thanks to Eric Hartmann.
o Applied patch to fix broken javaapp:run. Fixes 1121795. Thanks to Frank
Cornelis.
Changes:
o Updated versions of the plugin's dependencies.
===============================================================================
To automatically install the plugin, type the following on a single line:
maven plugin:download
-Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository
-DgroupId=maven-plugins
-DartifactId=maven-javaapp-plugin
-Dversion=1.3.1
For a manual installation, you can download the plugin here:
http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-javaapp-plugin-1.3.1.jar
Have fun!
-The Java Application Plugin development team