Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 15743200D35 for ; Tue, 7 Nov 2017 11:25:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 14281160C09; Tue, 7 Nov 2017 10:25:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 57BF5160C02 for ; Tue, 7 Nov 2017 11:25:52 +0100 (CET) Received: (qmail 6754 invoked by uid 500); 7 Nov 2017 10:25:51 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 6451 invoked by uid 99); 7 Nov 2017 10:25:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 10:25:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C408087CC9; Tue, 7 Nov 2017 10:25:50 +0000 (UTC) Date: Tue, 07 Nov 2017 10:28:23 +0000 To: "commits@sling.apache.org" Subject: [sling-slingstart-maven-plugin] 04/13: SLING-6540 support m2e (https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151005032997.25593.1123162548278075256@gitbox.apache.org> References: <151005032997.25593.1123162548278075256@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-slingstart-maven-plugin X-Git-Refname: refs/tags/slingstart-maven-plugin-1.7.2 X-Git-Reftype: annotated tag X-Git-Rev: d789e72fcf720784d80150f51a6176d1666464b6 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107102550.C408087CC9@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 10:25:53 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag slingstart-maven-plugin-1.7.2 in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git commit d789e72fcf720784d80150f51a6176d1666464b6 Author: Konrad Windszus AuthorDate: Tue Feb 21 11:08:49 2017 +0000 SLING-6540 support m2e (https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1783866 13f79535-47bb-0310-9956-ffa450edef68 --- .../META-INF/m2e/lifecycle-mapping-metadata.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml new file mode 100644 index 0000000..b0a59a0 --- /dev/null +++ b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -0,0 +1,36 @@ + + + + + + + attach-slingfeature + package + prepare-package + start + stop + + + + + + + + -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .