[maven-release-plugin] prepare for next development iteration
1 file changed
tree: 349286280f8795d33f18559dba0fdb96e2aaf031
  1. src/
  2. .asf.yaml
  3. .git-blame-ignore-revs
  4. .gitignore
  5. .sling-module.json
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. Jenkinsfile
  9. LICENSE
  10. pom.xml
  11. README.md
README.md

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/.