MVN

org.apache.sling : sling-kickstart-maven-plugin

Maven & Gradle

Sep 13, 2020

Apache Sling Kickstart Maven Plugin · Maven Plugin providing the ability to start/stop Sling Kickstart

<plugin>
    <groupId>org.apache.sling</groupId>
    <artifactId>sling-kickstart-maven-plugin</artifactId>
    <version>0.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : sling-kickstart-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of org.apache.sling : sling-kickstart-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
sling-kickstart-maven-plugin-0.0.8
sling-kickstart-maven-plugin-0.0.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.sling</groupId>
    <artifactId>sling-kickstart-maven-plugin</artifactId>
    <version>0.0.8</version>
</plugin>