You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/11/23 13:35:13 UTC

[sling-feature-converter-maven-plugin] 03/37: Adjusted the Converted to the addition of the Prefix

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

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

commit fc8aec41b3e0448d69ef9625dec324b009be0765
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Wed Aug 21 07:00:41 2019 -0700

    Adjusted the Converted to the addition of the Prefix
---
 .../java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java b/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java
index 98c0ebd..4638912 100644
--- a/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java
+++ b/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java
@@ -182,7 +182,7 @@ public final class ConvertCPMojo
                         bundleStartOrder,
                         fmOutput,
                         artifactIdOverride,
-//                        fmPrefix,
+                        fmPrefix,
                         properties
                     )
                 )