Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:11:43.000Z (3 months ago)
- Last Synced: 2024-10-28T18:43:56.241Z (3 months ago)
- Topics: java, maven, sling
- Language: Java
- Homepage: https://sling.apache.org/
- Size: 76.2 KB
- Stars: 0
- Watchers: 27
- 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
[![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
[![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-kickstart-maven-plugin/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-kickstart-maven-plugin/job/master/) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-kickstart-maven-plugin&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-kickstart-maven-plugin) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-kickstart-maven-plugin&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-kickstart-maven-plugin) [![JavaDoc](https://www.javadoc.io/badge/org.apache.sling/sling-kickstart-maven-plugin.svg)](https://www.javadoc.io/doc/org.apache.sling/kickstart-maven-plugin) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/sling-kickstart-maven-plugin/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-kickstart-maven-plugin%22) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.