We are pleased to announce the Maven JBoss Plugin 1.6-SNAPSHOT release! http://maven.apache.org/maven-1.x/plugins/jboss/ Plugin for JBoss =============================================================================== Changes in this version include: New Features: o Added new debug scripts that add the -Xdebug and other debugging options to enable remote debugging of a JBoss server. Fixes MPJBOSS-14. Thanks to Marc-Antoine Guarrigue. Fixed bugs: o Removed dependency on non-public goal war:init and migrated the jboss:deploy-warfile and jboss:undeploy-warfile goals to use the new maven:get tag to retrieve properties from the WAR plugin. =============================================================================== 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-jboss-plugin -Dversion=1.6-SNAPSHOT For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jboss-plugin-1.6-SNAPSHOT.jar Have fun! -The Maven JBoss Plugin development team