https://github.com/apache/sling-kickstart-maven-plugin
Apache Sling Kickstart Maven Plugin
https://github.com/apache/sling-kickstart-maven-plugin
java maven sling
Last synced: 22 days ago
JSON representation
Apache Sling Kickstart Maven Plugin
- Host: GitHub
- URL: https://github.com/apache/sling-kickstart-maven-plugin
- Owner: apache
- License: apache-2.0
- Created: 2020-02-13T10:40:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:11:43.000Z (8 months ago)
- Last Synced: 2025-06-08T11:52:28.408Z (25 days ago)
- Topics: java, maven, sling
- Language: Java
- Homepage: https://sling.apache.org/
- Size: 76.2 KB
- Stars: 0
- Watchers: 26
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://sling.apache.org)
[](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-kickstart-maven-plugin/job/master/) [](https://sonarcloud.io/dashboard?id=apache_sling-kickstart-maven-plugin) [](https://sonarcloud.io/dashboard?id=apache_sling-kickstart-maven-plugin) [](https://www.javadoc.io/doc/org.apache.sling/kickstart-maven-plugin) [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-kickstart-maven-plugin%22) [](https://www.apache.org/licenses/LICENSE-2.0)
# Sling Start Feature Maven Plugin
This Maven Plugin is the Feature Model based version of the Slingstart
Maven Plugin. It does not depend on its predecessor to keep the Provisioning Model
and Feature Model code bases separate.## Build
This plugin is built as usual with:
```
mvn clean install
```## Usage
The plugin can be used like this:
```org.apache.sling
sling-kickstart-maven-plugin
0.0.8
true
start-container
start
stop
false
${http.port}
${sling.control.port}
true
kickstart.out
```
## Customize Kickstart Dependency
The Plugin comes with the latest released version of the Kickstart dependency.
That said it provides the ability to use a different Kickstart version. These
are the two options:* **kickstartJar**: path to the Kickstart JAR file
* **kickstartDependency**: Maven Dependency of the Kickstart artifact## Notes
For now this Plugin only supports the starting and stopping of a Sling
instance for example to run IT tests.