Plugin documentation

Goals available for this plugin:

GoalDescription
gshell:consoleLaunch an interactive GShell console.
gshell:executeExecute GShell commands non-interactivly.
gshell:installInstall a GShell assembly.
gshell:helpDisplay help information on 'org.apache.geronimo.gshell:gshell-maven-plugin' plugin. Call 'mvn gshell:help -Ddetail=true' to display all details.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

Maven2.0
JDK1.5
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.

Usage

You could run 'mvn -up' to get the latest version of this plugin, or specify the version in your project's plugin configuration:

<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.geronimo.gshell<groupId>
          <artifactId>gshell-maven-plugin<artifactId>
          <version>1.0-alpha-2<version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.gshell<groupId>
        <artifactId>gshell-maven-plugin<artifactId>
        <version>1.0-alpha-2<version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>
For more information, see "Guide to Configuring Plug-ins"