Goals available for this plugin:
| Goal | Description |
|---|---|
| setup:clearcase-settings | Configure a clearcase-settings.xml file according to ClearCase
settings file
Default template filename:
|
| setup:cvs-settings | Configure a cvs-settings.xml file according to Provider
Configuration
Default template filename: |
| setup:git-settings | Configure a git-settings.xml file according to Provider
Configuration
Default template filename: |
| setup:global-settings | Configure a settings.xml file in the Maven homedirectory according
to Settings
Reference
Default template filename: |
| setup:help | Display help information on setup-maven-plugin. Call mvn setup:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. |
| setup:settings-security | Configure a settings-security.xml file according to How
to create a master password This plugin doesn't require a
template. Providing a password is enough
Default template filename:
|
| setup:starteam-settings | Configure a starteam-settings.xml file according to Hidden
Features
Default template filename:
|
| setup:svn-settings | Configure a svn-settings.xml file according to Provider
Configuration
Default template filename: |
| setup:toolchains | Configure a toolchains.xml according to
miniguide using toolchains
Default template filename: |
| setup:user-settings | Configure a settings.xml file in the User homedirectory according
to Settings
Reference
Default template filename: |
| setup:vss-settings | Configure a vss-settings.xml file according to Provider
Configuration
Default template filename: |
The following specifies the minimum requirements to run this Maven plugin:
| Maven | 3.0 |
| JDK | 1.6 |
| Memory | No minimum requirement. |
| Disk Space | No minimum requirement. |
You should 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.codehaus.mojo</groupId>
<artifactId>setup-maven-plugin</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>setup-maven-plugin</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"