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 2b243e689abe7a66eb60248135c93aedbc7ac5a3 Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Oct 2 12:27:21 2014 +0000 Rename artifact handlers and components git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1628959 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/maven/slingstart/AttachSlingStartModel.java | 2 +- src/main/resources/META-INF/plexus/components.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java b/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java index 9c45604..eb2d927 100644 --- a/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java +++ b/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java @@ -35,7 +35,7 @@ import org.apache.sling.provisioning.model.io.ModelWriter; * */ @Mojo( - name = "attach-slingsubsystem", + name = "attach-slingfeature", defaultPhase = LifecyclePhase.PACKAGE, requiresDependencyResolution = ResolutionScope.TEST, threadSafe = true diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml index 29d8eaa..94638ef 100644 --- a/src/main/resources/META-INF/plexus/components.xml +++ b/src/main/resources/META-INF/plexus/components.xml @@ -20,7 +20,7 @@ <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> - <role-hint>slingsubsystem</role-hint> + <role-hint>slingfeature</role-hint> <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation> <configuration> <lifecycles> @@ -28,7 +28,7 @@ <id>default</id> <!-- START SNIPPET: bundle-lifecycle --> <phases> - <package>org.apache.sling:slingstart-maven-plugin:attach-slingsubsystem</package> + <package>org.apache.sling:slingstart-maven-plugin:attach-slingfeature</package> <install>org.apache.maven.plugins:maven-install-plugin:install</install> <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy> </phases> @@ -56,7 +56,7 @@ <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile> <test>org.apache.maven.plugins:maven-surefire-plugin:test</test> <package> - org.apache.sling:slingstart-maven-plugin:attach-slingsubsystem, + org.apache.sling:slingstart-maven-plugin:attach-slingfeature, org.apache.sling:slingstart-maven-plugin:package </package> <install>org.apache.maven.plugins:maven-install-plugin:install</install> @@ -69,10 +69,10 @@ </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler</role> - <role-hint>slingsubsystem</role-hint> + <role-hint>slingfeature</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> <configuration> - <type>slingsubsystem</type> + <type>slingfeature</type> <includesDependencies>false</includesDependencies> <language>txt</language> <extension>txt</extension> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
