Apache Sling Feature Model - Content Deployment Extension

Clone this repo:
  1. eda85ce SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 8 weeks ago master
  2. 4c7a202 Fix project name by Carsten Ziegeler · 1 year, 1 month ago
  3. 231e6e3 SLING-11051 - Fixing JavaDoc badge by Dan Klco · 1 year, 5 months ago
  4. 7f98217 SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 1 year, 10 months ago
  5. ab864ef SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 1 year, 10 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central feature License

Apache Sling Featuremodel - Content Deployment Extension

This module is part of the Apache Sling project.

This module extends the Sling Featuremodel Launcher with content package capabilities. The format of the extension is described in Extension Content-Packages.

To influence the package installation order the following format must be used

"content-packages:ARTIFACTS|required":[
    "id":"org.apache.sling.myapp:my-content-package:zip:1.0.0"
    "start-order": 1
]

The default start order is the maximum integer value (i.e. the package is processed after all packages with an explicit start-order).

All content-packages from the model are registered (externally) in a FSPackageRegistry and scheduled for installation with execution plans (given via OSGi configuration) which automatically get executed during repository start by ExecutionPlanRepoInitializer