kwin commented on a change in pull request #74:
URL: 
https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/74#discussion_r615700227



##########
File path: 
src/main/java/org/apache/sling/feature/cpconverter/cli/ContentPackage2FeatureModelConverterLauncher.java
##########
@@ -133,6 +135,9 @@
     @Option(names = { "-u", "--unreferenced-artifacts-output-directory" }, 
description = "The output directory where unreferenced artifacts will be 
deployed.", required = false)
     private File unreferencedArtifactsOutputDirectory;
 
+    @Option(names = { "-c", "--cndUri" }, description = "A URI returning a CND 
file. Used for resolving namespace prefixes in Sling-Initial-Content in 
addition to the namespaces given in the bundle headers", required = false)
+    private List<URI> cndUris = new ArrayList<>();

Review comment:
       Do you have some pointers how to easily extract the CNDs from there?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to