The Mojo team is pleased to announce the release of the JBoss Maven Plugin version 1.4.1.
http://mojo.codehaus.org/jboss-maven-plugin/ This release includes bug fixes and minor enhancements, specifically related to the way the plugin starts and stops a JBoss server. To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jboss-maven-plugin</artifactId> <version>1.4.1</version> </plugin> A comprehensive list of changes is attached at the end of this mail. Regards, The Mojo team. Release Notes - Maven 2.x JBoss Plugin - Version 1.4.1 ** Bug * [MJBOSS-41] - Bug in the site generation that causes the deploy and undeploy mojo pages to not be generated. * [MJBOSS-42] - start-and-wait don't work on a secured jmx-console * [MJBOSS-43] - stop don't work on a secured jmx-console * [MJBOSS-45] - start and stop doesn't work if the server is bound to an address or JNDI port different from localhost:1099 * [MJBOSS-46] - Wrong version of JBOSS is started if JBOSS_HOME env variable is set ** Improvement * [MJBOSS-37] - To allow the deployment of multiple files when using hard-deploy * [MJBOSS-38] - Need to wait for JBoss container to stop before calling start * [MJBOSS-48] - Allow server ID specified on the command line during deployment ** New Feature * [MJBOSS-44] - Patch to allow to pass java options to jboss in the configure goal --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
