MVN

com.projectdarkstar.maven.plugin : sgs-maven-plugin

Maven & Gradle

May 20, 2010

Project Darkstar Maven Plugin · This plugin provides the ability to control a Project Darkstar server installation from Maven. Capabilities include: installation of the server distribution itself, deploying application JAR files into the server, configuring the server, booting up the server, or shutting down the server. This plugin is compatible with Project Darkstar server version 0.9.8 or later.

<plugin>
    <groupId>com.projectdarkstar.maven.plugin</groupId>
    <artifactId>sgs-maven-plugin</artifactId>
    <version>1.0-beta-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.projectdarkstar.maven.plugin : sgs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-beta-1
  • Latest Beta: 1.0-beta-1
  • Latest Alpha: 1.0-alpha-3

All Versions

Choose a version of com.projectdarkstar.maven.plugin : sgs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
sgs-maven-plugin-1.0-beta-1
sgs-maven-plugin-1.0-alpha-3
sgs-maven-plugin-1.0-alpha-2
sgs-maven-plugin-1.0-alpha-1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.projectdarkstar.maven.plugin</groupId>
    <artifactId>sgs-maven-plugin</artifactId>
    <version>1.0-beta-1</version>
</plugin>