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 2021/01/11 16:40:58 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-10058: Activate the repoinit analyser by default

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


The following commit(s) were added to refs/heads/master by this push:
     new a1dd3ef  SLING-10058: Activate the repoinit analyser by default
a1dd3ef is described below

commit a1dd3efc88f38b9525ee950a6e57dca31365769f
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Jan 11 16:14:13 2021 +0100

    SLING-10058: Activate the repoinit analyser by default
---
 .../java/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.java b/src/main/java/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.java
index 9088db5..39c440c 100644
--- a/src/main/java/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.java
+++ b/src/main/java/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.java
@@ -122,6 +122,7 @@ public class AnalyseFeaturesMojo extends AbstractIncludingFeatureMojo {
                     includedTasks.add("bundle-packages");
                     includedTasks.add("requirements-capabilities");
                     includedTasks.add("apis-jar");
+                    includedTasks.add("repoinit");
                     if (an.getExcludeTasks() != null) {
                         includedTasks.removeAll(an.getExcludeTasks());
                         if (includedTasks.isEmpty()) {