Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 18745 invoked from network); 5 Sep 2009 16:46:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Sep 2009 16:46:15 -0000 Received: (qmail 15595 invoked by uid 500); 5 Sep 2009 16:46:15 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 15486 invoked by uid 500); 5 Sep 2009 16:46:15 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 15477 invoked by uid 99); 5 Sep 2009 16:46:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 16:46:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 16:46:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 22C49238887A; Sat, 5 Sep 2009 16:45:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r811677 - /maven/jxr/trunk/pom.xml Date: Sat, 05 Sep 2009 16:45:51 -0000 To: commits@maven.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090905164551.22C49238887A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Sat Sep 5 16:45:50 2009 New Revision: 811677 URL: http://svn.apache.org/viewvc?rev=811677&view=rev Log: enable incremental build in m2e profile with using last resources plugin version. Modified: maven/jxr/trunk/pom.xml Modified: maven/jxr/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=811677&r1=811676&r2=811677&view=diff ============================================================================== --- maven/jxr/trunk/pom.xml (original) +++ maven/jxr/trunk/pom.xml Sat Sep 5 16:45:50 2009 @@ -104,6 +104,11 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.4 +