You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/01/10 14:10:03 UTC

[sling-slingfeature-maven-plugin] 01/02: SLING-8207 - slingfeature-maven-plugin should mark 'analyse-features' goal as ignored for m2e

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit dd0404284f296ae9afd404245cc00c94b6ac57ed
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Jan 10 15:08:12 2019 +0100

    SLING-8207 - slingfeature-maven-plugin should mark 'analyse-features'
    goal as ignored for m2e
    
    Mark goal as ignored
---
 src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
index d4efef4..155d6ed 100644
--- a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
+++ b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -21,6 +21,7 @@
         <pluginExecution>
             <pluginExecutionFilter>
                 <goals>
+                	<goal>analyse-features</goal>
                     <goal>process-resources</goal>
                     <goal>attach-features</goal>
                     <goal>aggregate-features</goal>