We are pleased to announce the Maven UberDist Plugin 1.0.11 release! 

http://maven-plugins.sourceforge.net


===============================================================================

Changes in this version include:

  New Features:

o Goal uber-dist:copy-deps is now executable on its own. 
o New tag in the tag lib: getArtifacts accepts a Map as argument which gets 
  filled by the list of project artifacts to be deployed (see artifact 
  deployment properties). The Map contains the artifact as key and the 
  deployment relative path for it including jar renaming if used. 
o New token for scripts: pom-artifacts that gets replaced by a an entry to be 
  included in a -cp or -classpath entry to be used by the java tools (java, 
  javac, etc.). 

  Removed features:

o Project registration mic-mac removed. No custom multiproject support 
  included now in the plugin, use the Reactor instead.  

===============================================================================


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

maven plugin:download
  -Dmaven.repo.remote=file:/usr/share/maven/repository
  -DgroupId=maven-plugins
  -DartifactId=maven-uberdist-plugin
  -Dversion=1.0.11

For a manual installation, you can download the plugin here:
file:/usr/share/maven/repository/maven-plugins/plugins/maven-uberdist-plugin-1.0.11.jar


===============================================================================

Issues, bugs, and feature requests for Maven UberDist Plugin
should be submitted to the following issue tracking system:

http://sourceforge.net/tracker/?group_id=61626


Have fun!
-The Maven UberDist Plugin development team
