Apache Sling Scripting Bundle Maven Plugin

Clone this repo:
  1. 02b4b6a [maven-release-plugin] prepare for next development iteration by Julian Sedding · 2 days ago master
  2. 58862fc [maven-release-plugin] prepare release scriptingbundle-maven-plugin-0.5.4 by Julian Sedding · 2 days ago scriptingbundle-maven-plugin-0.5.4
  3. 4fcf3f4 SLING-13293 - Support setting ranking header for bundled script bundles (#21) by Julian Sedding · 8 days ago
  4. 1c0b0f9 Merge pull request #19 from apache/update-parent-66 by Julian Sedding · 8 days ago
  5. 760e621 SLING-13297 - Update to parent 66 by Julian Sedding · 10 days ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling Scripting Bundle Maven Plugin

The Apache Sling Scripting Bundle Maven Plugin provides support for generating OSGi bundles that provide embedded or precompiled scripts to perform server-side rendering in an Apache Sling application. When executed, the plugin will define two project properties (org.apache.sling.scriptingbundle.maven.plugin.Require-Capability and org.apache.sling.scriptingbundle.maven.plugin.Provide-Capability) which can be used to populate the corresponding bundle headers.

An optional serviceRanking can be configured to apply a service ranking to all bundled scripts in the bundle via the Sling-Bundled-Scripts-Ranking bundle header.

For more details head over to the documentation page from https://sling.apache.org/components/scriptingbundle-maven-plugin/.