[
https://issues.apache.org/jira/browse/SLING-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624587#action_12624587
]
Carsten Ziegeler commented on SLING-624:
----------------------------------------
Hi Mike,
could you please test if quoting the value works?
CQ-INF/content/apps/xyz/docroot;overwrite:=true;path:=/apps/xyz/docroot;ignoreImportProviders:="json,xml",
> ignoreImportProviders cannot have more than one value
> -----------------------------------------------------
>
> Key: SLING-624
> URL: https://issues.apache.org/jira/browse/SLING-624
> Project: Sling
> Issue Type: Bug
> Components: JCR Contentloader
> Affects Versions: JCR Contentloader 2.0.4
> Reporter: Mike Pfaff
> Assignee: Carsten Ziegeler
> Fix For: JCR Contentloader 2.0.4
>
>
> When using the following initial content configuration for the
> maven-bundle-plugin, only json files are ignored, but xml files are
> evaluated. The underlying problem is that ignoreImportProviders (which is
> part of a single Sling-Initial-Content entry) expects a comma-separated list
> and the Sling-Initial-Content expects a comma-separated list of entries.
> <Sling-Initial-Content>
> CQ-INF/content/apps/xyz/docroot;overwrite:=true;path:=/apps/xyz/docroot;ignoreImportProviders:=json,xml,
> CQ-INF/content/apps/xyz/components;overwrite:=true;path:=/apps/xyz/components,
> CQ-INF/content/apps/xyz/templates;overwrite:=true;path:=/apps/xyz/templates
> </Sling-Initial-Content>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.