We are pleased to announce the Maven Uberjar Plugin 0.8 release! http://maven.apache.org/maven-1.x/plugins/uberjar/ =============================================================================== Changes in this version include: New Features: o The two properties, maven.uberjar.main and maven.uberjar.classworlds.conf, can now be specified via a project's properties file. Previously, these were specified via the command line. o Created uberjar plugin based on the cool bootstrapping code that Jason and Bob worked out! o Added install, install-snapshot, deploy, deploy-snapshot goals =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-uberjar-plugin -Dversion=0.8 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-uberjar-plugin-0.8.jar Have fun! -The Maven Uberjar Plugin development team