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:02 UTC

[sling-slingfeature-maven-plugin] branch master updated (b38de95 -> 9e77c8b)

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

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


    from b38de95  trivial: removed wrongly pasted `variablesOverrides`
     new dd04042  SLING-8207 - slingfeature-maven-plugin should mark 'analyse-features' goal as ignored for m2e
     new 9e77c8b  SLING-8207 - slingfeature-maven-plugin should mark 'analyse-features' goal as ignored for m2e

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


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

Posted by ro...@apache.org.
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>


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

Posted by ro...@apache.org.
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 <ro...@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>