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 9e77c8ba911e228ab5c5350a84c50118b1041433
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Jan 10 15:08:43 2019 +0100

    SLING-8207 - slingfeature-maven-plugin should mark 'analyse-features'
    goal as ignored for m2e
    
    Sort entries alphabetically
---
 src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 155d6ed..9343a3e 100644
--- a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
+++ b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -21,10 +21,10 @@
         <pluginExecution>
             <pluginExecutionFilter>
                 <goals>
+                       <goal>aggregate-features</goal>
                        <goal>analyse-features</goal>
-                    <goal>process-resources</goal>
                     <goal>attach-features</goal>
-                    <goal>aggregate-features</goal>
+                    <goal>process-resources</goal>
                 </goals>
             </pluginExecutionFilter>
             <action>

Reply via email to