DOC

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.

Table Of Contents

Latest Version

Download com.projectdarkstar.maven.plugin : sgs-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.projectdarkstar.maven.plugin : sgs-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file sgs-maven-plugin-1.0-beta-1-javadoc.jar to sgs-maven-plugin-1.0-beta-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sgs-maven-plugin-1.0-beta-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sgs-maven-plugin-1.0-beta-1-sources.jar" -d "sgs-maven-plugin-1.0-beta-1-javadoc" -subpackages