Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.6-SNAPSHOT in CVS
1.5 2004-05-15
1.4 2004-03-10
1.3 2003-09-18
1.2 2003-08-18
1.1 2003-06-17
1.0 2003-04-08

Get the RSS feed of the last changes

Release 1.6-SNAPSHOT - in CVS

TypeChangesBy
fix 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. vmassol
add 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. vmassol

Release 1.5 - 2004-05-15

TypeChangesBy
fix Removed trailing white space in default values for the maven.jboss.jmx.url.deploy.3.2 and maven.jboss.jmx.url.undeploy.3.2 properties. Fixes MPJBOSS-9. Thanks to Rob Dupuis. vmassol

Release 1.4 - 2004-03-10

TypeChangesBy
add Added feature to add custom lib jars to the JBoss configuration created when using the jboss:configure goal. Fixes MPJBOSS-6. vmassol
fix Fixed deploy/undeploy URLs for JBoss 3.2. Fixes MPJBOSS-3. Thanks to Archimedes Trajano. vmassol
fix Fix jboss:shutdown and jboss:start hanging on pause. Fixes MPJBOSS-2. Thanks to Sean Timm. vmassol

Release 1.3 - 2003-09-18

TypeChangesBy
fix Make the JBoss plugin work on unix (JBoss scripts have a sh extension which we were missing). Fixes MPJBOSS-1. Thanks to Willie Vu. vmassol
fix Fixes MPJBOSS-4. dion

Release 1.2 - 2003-08-18

TypeChangesBy
fix Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When jboss:start is executed, it causes a NoClassDefFoundError . This was due to the working directory not being an absolute filename. Fixes MPJBOSS-5. Thanks to Willie Vu. vmassol
fix Copy dependencies using artifact path to allow jar overrides to work dion
add 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.0 property. vmassol
add 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.dir property. vmassol
fix When generating the JBoss server configuration zip, exclude JBoss tmp and log directories from the zip. vmassol
update 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.bu ndle property in the said dependency definition. vmassol

Release 1.1 - 2003-06-17

TypeChangesBy
fix Application-specific JBoss configuration files now correctly overwrite the default JBoss configuration files. Thanks to Willie Vu. vmassol
update Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously supported) by adding the jboss:package-ear , jboss:package-ejb and jboss:package-war goals. The jboss:package goal has been renamed jboss:configure and now simply creates a custom JBoss server configuration (with nothing from the project deployed in it). vmassol
add Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks to James Johnson. vmassol
add Added new maven.jboss.hostname plugin property. It defaults to localhost and gives the host name of the server to stop when calling maven jboss:stop . Thanks to James Ward. vmassol
fix JBoss failed to start on unix. This has been fixed. Thanks to James Ward. vmassol

Release 1.0 - 2003-04-08

TypeChangesBy
add Plugin creation. vmassol