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 2017/11/07 10:25:52 UTC

[sling-slingstart-maven-plugin] 23/27: Moved invocation of org.apache.sling:slingstart-maven-plugin:prepare-package to prepare-package lifecycle phase

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

rombert pushed a commit to annotated tag slingstart-maven-plugin-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git

commit 31169257dcb8a72823460abe9d7b656918500123
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Oct 21 13:11:16 2014 +0000

    Moved invocation of
    org.apache.sling:slingstart-maven-plugin:prepare-package to
    prepare-package lifecycle phase
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1633371 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/META-INF/plexus/components.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml
index 94638ef..dacad4e 100644
--- a/src/main/resources/META-INF/plexus/components.xml
+++ b/src/main/resources/META-INF/plexus/components.xml
@@ -47,7 +47,6 @@
             <id>default</id>
             <!-- START SNIPPET: bundle-lifecycle -->
             <phases>
-              <process-sources>org.apache.sling:slingstart-maven-plugin:prepare-package</process-sources>
               <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
               <compile>org.apache.maven.plugins:maven-compiler-plugin:compile</compile>
               <process-test-resources>
@@ -55,6 +54,7 @@
               </process-test-resources>
               <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
               <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
+              <prepare-package>org.apache.sling:slingstart-maven-plugin:prepare-package</prepare-package>              
               <package>
                   org.apache.sling:slingstart-maven-plugin:attach-slingfeature,
                   org.apache.sling:slingstart-maven-plugin:package

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.