Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B31118DE6 for ; Thu, 7 Jan 2016 07:10:24 +0000 (UTC) Received: (qmail 60922 invoked by uid 500); 7 Jan 2016 07:10:24 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 60880 invoked by uid 500); 7 Jan 2016 07:10:24 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 60871 invoked by uid 99); 7 Jan 2016 07:10:24 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 07:10:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CF2DCC08B2 for ; Thu, 7 Jan 2016 07:10:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fPiHnDdcEIqU for ; Thu, 7 Jan 2016 07:10:23 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 72A4620C6A for ; Thu, 7 Jan 2016 07:10:22 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9E86DE00AF for ; Thu, 7 Jan 2016 07:10:21 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6DE693A1880 for ; Thu, 7 Jan 2016 07:10:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1723473 - in /felix/trunk/pom: changelog.txt pom.xml Date: Thu, 07 Jan 2016 07:10:21 -0000 To: commits@felix.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160107071021.6DE693A1880@svn01-us-west.apache.org> Author: cziegeler Date: Thu Jan 7 07:10:21 2016 New Revision: 1723473 URL: http://svn.apache.org/viewvc?rev=1723473&view=rev Log: FELIX-5157 : Add m2e lifecycle mappings Modified: felix/trunk/pom/changelog.txt felix/trunk/pom/pom.xml Modified: felix/trunk/pom/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/pom/changelog.txt?rev=1723473&r1=1723472&r2=1723473&view=diff ============================================================================== --- felix/trunk/pom/changelog.txt (original) +++ felix/trunk/pom/changelog.txt Thu Jan 7 07:10:21 2016 @@ -1,3 +1,9 @@ +Changes from 3 to 4 +------------------- +** Improvement + * [FELIX-5157] - Add m2e lifecycle mappings + + Changes from 2.1 to 3 --------------------- Modified: felix/trunk/pom/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=1723473&r1=1723472&r2=1723473&view=diff ============================================================================== --- felix/trunk/pom/pom.xml (original) +++ felix/trunk/pom/pom.xml Thu Jan 7 07:10:21 2016 @@ -355,6 +355,117 @@ + + + + + only-eclipse + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.3,) + + run + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.2,) + + copy-dependencies + unpack + unpack-dependencies + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + [1.5,) + + reserve-network-port + + + + + + + + + org.apache.maven.plugins + + maven-enforcer-plugin + [1.3.1,) + + enforce + + + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + [1.5,) + + process + + + + + + + + + org.codehaus.mojo + native2ascii-maven-plugin + [1.0-beta-1,) + + native2ascii + + + + + + + + + + + + + + + +