Hi,

The Mojo team is pleased to announce the release of the JBoss Maven
Plugin version 1.5.0.  This plugin manages the ability to start/stop the
JBoss Application Server and to deploy/undeploy files to the JBoss
Application Server.  This releases fixes several bugs and provides a
couple of minor enhancements.

http://mojo.codehaus.org/jboss-maven-plugin/

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.5.0</version>
</plugin>


Release Notes - Maven 2.x JBoss Plugin - Version 1.5.0

** Bug
    * [MJBOSS-49] - Console buffer isn't flushed on linux, preventing
Jboss SOA-P startup
    * [MJBOSS-52] - Command arguments not passed correctly to
run.sh/shutdown.sh on unix
    * [MJBOSS-53] - hard-undeploy doesn't cope with exploded archives
    * [MJBOSS-54] - not runnable run.bat generated on windows
    * [MJBOSS-55] - jboss plugin incompatible with jboss AS 6 - mojo
produces incorrect cmd invocation when starting

** Improvement
    * [MJBOSS-51] - Remove "have a nice day!" from hard-undeploy

** New Feature
    * [MJBOSS-47] - Wait a given app to start
    * [MJBOSS-57] - Can't skip plugin to run even if tests are skipped
and phase is set to test.


Enjoy,

The Mojo team.

Paul Gier








---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to