SLING-9776 - Add a BND plugin to the scriptingbundle-maven-plugin

* refactored code to make it more reusable, since there are two
drivers now for generating the Provide and Require Capabilities,
namely the MetadataMojo and the BundledScriptsScannerPlugin
109 files changed
tree: 4c1e2b51f048c75d922f39addc9450ff13ce1608
  1. src/
  2. .gitignore
  3. .sling-module.json
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

JavaDocs Build Status Test Status Quality Gate Status Coverage Bugs Vulnerabilities

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.

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