s

scriptingbundle-maven-plugin

The Apache Sling Scripting Bundle Maven Plugin provides support for packing server-side scripts as bundle entries (directly embedded or compiled as Java classes). When executed, the plugin will define two system properties which can be used to populate the Provide-Capability and Require-Capability bundle headers.
https://sling.apache.org/components/scriptingbundle-maven-plugin/
Files download
File Operation
scriptingbundle-maven-plugin-0.2.0.jar download
scriptingbundle-maven-plugin-0.2.0.pom download
scriptingbundle-maven-plugin-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>scriptingbundle-maven-plugin</artifactId>
  <version>0.2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:scriptingbundle-maven-plugin:0.2.0'
Gradle Kotlin
implementation("org.apache.sling:scriptingbundle-maven-plugin:0.2.0")
Scala SBT
libraryDependencies += "org.apache.sling" % "scriptingbundle-maven-plugin" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='scriptingbundle-maven-plugin', version='0.2.0')
)
Apache Ivy
<dependency org="org.apache.sling" name="scriptingbundle-maven-plugin" rev="0.2.0" />
Leiningen
[org.apache.sling/scriptingbundle-maven-plugin "0.2.0"]
Apache Buildr
'org.apache.sling:scriptingbundle-maven-plugin:jar:0.2.0'