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: Maven Plugins
Reporter: Mike Pfaff
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.