Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-624

ignoreImportProviders cannot have more than one value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • JCR Contentloader 2.0.4
    • JCR Contentloader 2.0.4
    • JCR
    • None

    Description

      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>

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            mikep Mike Pfaff
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: