MVN

org.reddwarfserver.maven.plugin : sgs-maven-plugin

Maven & Gradle

May 19, 2010

RedDwarf Maven Plugin · This plugin provides the ability to control a RedDwarf 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 RedDwarf server version 0.10.0 or later.

<plugin>
    <groupId>org.reddwarfserver.maven.plugin</groupId>
    <artifactId>sgs-maven-plugin</artifactId>
    <version>1.0-beta-2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.reddwarfserver.maven.plugin : sgs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-beta-2
  • Latest Beta: 1.0-beta-2

All Versions

Choose a version of org.reddwarfserver.maven.plugin : sgs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
sgs-maven-plugin-1.0-beta-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.reddwarfserver.maven.plugin</groupId>
    <artifactId>sgs-maven-plugin</artifactId>
    <version>1.0-beta-2</version>
</plugin>