The maven-plugins team is pleased to announce the Java Application Plugin 1.3 
release! 

http://maven-plugins.sourceforge.net

Plugin to generate an executable JAR 

Changes in this version include:

  New Features:

o Drop-in replacement for uberjar. 
o Added support for multiproject goals: 
  - javaapp:javaapp 
  - javaapp:install-snapshot 
  - javaapp:deploy 
  - javaapp:deploy-snapshot 
o Added flexible extension support. 
o Added support for uberjar.bundle property. 

  Fixed bugs:

o Fix manifest entries. 
o Fix internal usage of deprecated deploy and resource plugins. 

  Changes:

o Cumulate licenses in META-INF. 
o Use artifact plugin for install and deploy. 

  Removed features:

o Removed property maven.javaapp.manifest.extensions.add, since it added 
  manifest entries, that were only used for applets loading dependent jars 
  (they are already included using javaapp).  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven-plugins 
  -DartifactId=maven-javaapp-plugin
  -Dversion=1.3

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven-plugins/plugins/maven-javaapp-plugin-1.3.jar
         

Have fun!
-The maven-plugins team

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to