You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/02/21 11:08:49 UTC

svn commit: r1783866 - in /sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e: ./ lifecycle-mapping-metadata.xml

Author: kwin
Date: Tue Feb 21 11:08:49 2017
New Revision: 1783866

URL: http://svn.apache.org/viewvc?rev=1783866&view=rev
Log:
SLING-6540 support m2e (https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html)

Added:
    sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/
    sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml   (with props)

Added: sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml?rev=1783866&view=auto
==============================================================================
--- sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml (added)
+++ sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml Tue Feb 21 11:08:49 2017
@@ -0,0 +1,36 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<lifecycleMappingMetadata>
+    <pluginExecutions>
+        <pluginExecution>
+            <pluginExecutionFilter>
+                <goals>
+                    <goal>attach-slingfeature</goal>
+                    <goal>package</goal>
+                    <goal>prepare-package</goal>
+                    <goal>start</goal>
+                    <goal>stop</goal>
+                </goals>
+            </pluginExecutionFilter>
+            <action>
+                <ignore/>
+            </action>
+        </pluginExecution>
+    </pluginExecutions>
+</lifecycleMappingMetadata>

Propchange: sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain