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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.projectdarkstar.maven.plugin
ArtifactId

ArtifactId

sgs-maven-plugin
Last Version

Last Version

1.0-beta-1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.

Download sgs-maven-plugin

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0.9
org.apache.maven : maven-artifact jar 2.0.9
org.apache.maven : maven-project jar 2.0.9
org.apache.maven.shared : maven-common-artifact-filters jar 1.2
org.codehaus.plexus : plexus-utils jar 1.5.6
org.codehaus.plexus : plexus-archiver jar 1.0-alpha-11

test (2)

Group / Artifact Type Version
junit : junit jar 4.5
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-beta-1
1.0-alpha-3
1.0-alpha-2
1.0-alpha-1