| commit | c3654d8b24c5e8ba196731903af021963748e8eb | [log] [tgz] |
|---|---|---|
| author | Karl Pauls <kpauls@adobe.com> | Mon Jun 22 15:04:14 2020 +0200 |
| committer | Karl Pauls <kpauls@adobe.com> | Mon Jun 22 15:04:14 2020 +0200 |
| tree | 235a9663653300b58dcd963979629560a94ad592 | |
| parent | 4f602eb614fe05edf9ab50598124d4b62c2eb1bf [diff] |
SLING-9538: normalize the script path to unix
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/.