We are pleased to announce the Maven RAR Plugin 1.1 release! http://maven.apache.org/maven-1.x/plugins/rar/ Rar Plugin for Maven =============================================================================== Changes in this version include: New Features: o Added maven.rar.final.name property. Fixes MPRAR-2. o Add xdocs/changes.xml Fixed bugs: o Fixed handling of plugin properties: ra.xml file is now included wherever it is located. Fixes MPRAR-1. o Move versions element to correct location in POM o Make plugin.jelly ascii for CVS Changes: o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-util v1.1 -> v1.1.1 Fixes MAVEN-1712. o Deprecate rar:load hook goal =============================================================================== 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-rar-plugin -Dversion=1.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-rar-plugin-1.1.jar Have fun! -The Maven RAR Plugin development team