Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 63260 invoked from network); 9 Nov 2009 14:46:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 14:46:11 -0000 Received: (qmail 18080 invoked by uid 500); 9 Nov 2009 14:46:09 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 17981 invoked by uid 500); 9 Nov 2009 14:46:08 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 60875 invoked by uid 99); 9 Nov 2009 14:20:01 -0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pgier@redhat.com designates 209.132.183.28 as permitted sender) Message-ID: <4AF824F0.4020706@redhat.com> Date: Mon, 09 Nov 2009 08:19:28 -0600 From: Paul Gier User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Maven Users List , Codehaus Mojo Dev , Codehaus Mojo Users Subject: [ANN] JBoss Maven Plugin 1.4 Released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-Virus-Checked: Checked by ClamAV on apache.org The Mojo team is pleased to announce the release of the JBoss Maven Plugin version 1.4. http://mojo.codehaus.org/jboss-maven-plugin/ Some notable features in this release include improvements to the start-and-wait mojo and general improvements to the plugin configuration. The plugin site has also been improved and now provides more docs and examples. To get this update, simply specify the version in your project's plugin configuration: org.codehaus.mojo jboss-maven-plugin 1.4 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.0 ** Bug * [MJBOSS-23] - jboss:undeploy causes NPE * [MJBOSS-30] - NullPointerException in UndeployMojo ** Improvement * [MJBOSS-24] - JBoss plugin should be able to read JBOSS_HOME when using JDK < 1.5 * [MJBOSS-25] - Refactor to follow Maven code formatting conventions. * [MJBOSS-26] - Should be able to override the parameters for the startAndWait mojo from the command line. * [MJBOSS-28] - harddeploy should skip unconfigured POMs without failing * [MJBOSS-31] - Fix deprecation warnings about using components. * [MJBOSS-32] - Improve parameter configuration * [MJBOSS-33] - Improve site documentation * [MJBOSS-34] - Add a wait period between retries of the JMX Connection when using startAndWaitGoal * [MJBOSS-35] - startAndWait mojo needs a security manager * [MJBOSS-36] - Mojo goal names should follow standard Maven naming format. ** New Feature * [MJBOSS-29] - Add exploded deployment support --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org