We are pleased to announce the Maven JBoss Plugin 1.2 release! http://maven.apache.org/maven-1.x/plugins/jboss/ Plugin for JBoss =============================================================================== Changes in this version include: New Features: o The plugin now supports JBoss 3.2.x by default. Support for JBoss 3.0.x is still available by setting the maven.jboss.version=3.0property. o Added default start/stop script that are packaged into the generated jboss zip. Custom scripts can also be provided by overriding the maven.jboss.script.dirproperty. Fixed bugs: o Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When jboss:startis executed, it causes a NoClassDefFoundError. This was due to the working directory not being an absolute filename. Fixes MPJBOSS-5. Thanks to Willie Vu. o Copy dependencies using artifact path to allow jar overrides to work o When generating the JBoss server configuration zip, exclude JBoss tmp and log directories from the zip. Changes: o Change strategy for bunding J2EE modules in the jboss server configuration. This is now achieved through dependencies in project.xml. for any J2EE module you want to incude add a jboss.bundleproperty in the said dependency definition. =============================================================================== 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.2 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.2.jar Have fun! -The Maven JBoss Plugin development team