Return-Path: Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: (qmail 89649 invoked from network); 25 Aug 2009 23:13:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 23:13:09 -0000 Received: (qmail 67655 invoked by uid 500); 25 Aug 2009 23:13:29 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 67335 invoked by uid 500); 25 Aug 2009 23:13:28 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 67224 invoked by uid 99); 25 Aug 2009 23:13:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 23:13:28 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [204.13.248.72] (HELO mho-02-ewr.mailhop.org) (204.13.248.72) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 23:13:17 +0000 Received: from adsl-074-170-244-147.sip.gnv.bellsouth.net ([74.170.244.147] helo=Betelgeuse.local) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Mg5CC-000EdO-EB; Tue, 25 Aug 2009 23:12:56 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 74.170.244.147 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX193AlDdliijkdxKIcqFMqqZ Message-ID: <4A946FF7.40302@apache.org> Date: Tue, 25 Aug 2009 19:12:55 -0400 From: John Casey Organization: Apache Maven User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: announce@maven.apache.org, announce@apache.org, Maven Users List CC: Maven Developers List Subject: [ANN] Maven Resoures Plugin 2.4 Released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Maven team is pleased to announce the release of the Maven Resources Plugin, version 2.4. The Resources Plugin provides support for copying and filtering files in the standard resource locations in a Maven build (configured using the project/build/resources and project/build/testResources sections in the POM). It also provides similar support for additional, ad-hoc resource definitions using the copy-resoures mojo. http://maven.apache.org/plugins/maven-resources-plugin/ You should specify this version in your project's plugin configuration: maven-resources-plugin 2.4 Release Notes - Maven 2.x Resources Plugin - Version 2.4 ** Bug * [MRESOURCES-44] - ${settings.localRepository} is not expanded by resource filtering * [MRESOURCES-48] - Failed to copy full contents from * [MRESOURCES-77] - Filters for copy-resources goal in plugin configuration section are ignored * [MRESOURCES-78] - change in @ translation behavior in maven-resources-plugin 2.3 * [MRESOURCES-79] - are filtered by test filters * [MRESOURCES-81] - 2.3 escapes characters when filtering properties ** New Feature * [MRESOURCES-60] - delimiter configuration Enjoy, The Maven team -- John Casey Developer, PMC Member - Apache Maven (http://maven.apache.org) Blog: http://www.ejlife.net/blogs/buildchimp/