You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2019/05/06 09:54:19 UTC

[sling-slingfeature-maven-plugin] branch master updated: Minor update: assign hint to lifecycle participant

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b19ba5f  Minor update: assign hint to lifecycle participant
b19ba5f is described below

commit b19ba5fdfc4a07d774462f1c3e915298b2d8c92b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon May 6 11:54:11 2019 +0200

    Minor update: assign hint to lifecycle participant
---
 .../sling/feature/maven/mojos/DependencyLifecycleParticipant.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.java b/src/main/java/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.java
index 3ca6dc0..48b6123 100644
--- a/src/main/java/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.java
+++ b/src/main/java/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.java
@@ -33,7 +33,7 @@ import org.codehaus.plexus.logging.Logger;
 /**
  * Maven lifecycle participant which adds the artifacts of the model to the dependencies.
  */
-@Component(role = AbstractMavenLifecycleParticipant.class)
+@Component(role = AbstractMavenLifecycleParticipant.class, hint = "featureparticipant")
 public class DependencyLifecycleParticipant extends AbstractMavenLifecycleParticipant {
 
     /**