Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 671B9D6CC for ; Mon, 23 Jul 2012 10:53:31 +0000 (UTC) Received: (qmail 47355 invoked by uid 500); 23 Jul 2012 10:53:31 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 47281 invoked by uid 500); 23 Jul 2012 10:53:31 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 47269 invoked by uid 99); 23 Jul 2012 10:53:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 10:53:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 23 Jul 2012 10:53:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D0131238889B for ; Mon, 23 Jul 2012 10:53:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1364575 - in /commons/sandbox/beanutils2/trunk: pom.xml src/changes/changes.xml Date: Mon, 23 Jul 2012 10:53:10 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120723105310.D0131238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Mon Jul 23 10:53:10 2012 New Revision: 1364575 URL: http://svn.apache.org/viewvc?rev=1364575&view=rev Log: [SANDBOX-427] Suppress m2e plugin life cycle mapping errors - patch provided by Benedikt Ritter Modified: commons/sandbox/beanutils2/trunk/pom.xml commons/sandbox/beanutils2/trunk/src/changes/changes.xml Modified: commons/sandbox/beanutils2/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1364575&r1=1364574&r2=1364575&view=diff ============================================================================== --- commons/sandbox/beanutils2/trunk/pom.xml (original) +++ commons/sandbox/beanutils2/trunk/pom.xml Mon Jul 23 10:53:10 2012 @@ -145,6 +145,56 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.6,) + + run + + + + + + + + + org.apache.felix + + maven-bundle-plugin + + + [2.3.5,) + + + manifest + + + + + + + + + + + + Modified: commons/sandbox/beanutils2/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/src/changes/changes.xml?rev=1364575&r1=1364574&r2=1364575&view=diff ============================================================================== --- commons/sandbox/beanutils2/trunk/src/changes/changes.xml (original) +++ commons/sandbox/beanutils2/trunk/src/changes/changes.xml Mon Jul 23 10:53:10 2012 @@ -23,6 +23,9 @@ + + Suppress m2e plugin life cycle mapping errors + Add Cobertura Test Coverage Report to build