Plugin documentationGoals available for this plugin:
System RequirementsThe following specifies the minimum requirements to run this Maven plugin:
UsageYou 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> |
||||||||||||||||||