Goals available for this plugin:
| Goal | Description |
|---|---|
| crowd:cli | No description. |
| crowd:compress-resources | |
| crowd:copy-bundled-dependencies | No description. |
| crowd:create | No description. |
| crowd:create-home-zip | Creates a test-resources compatible zip from the previous run's home dir @since 3.1-m3 |
| crowd:create-plugin-module | @since 3.6 |
| crowd:debug | No description. |
| crowd:filter-plugin-descriptor | No description. |
| crowd:generate-manifest | No description. |
| crowd:generate-obr-artifact | |
| crowd:generate-rest-docs | @since 3.6.1 |
| crowd:idea | No description. |
| crowd:install | No description. |
| crowd:integration-test | No description. |
| crowd:jar | No description. |
| crowd:release | No description. |
| crowd:run | No description. |
| crowd:stop | No description. |
| crowd:test-install | No description. |
| crowd:test-jar | No description. |
| crowd:unit-test | No description. |
| crowd:validate-manifest | No description. |
The following specifies the minimum requirements to run this Maven plugin:
| Maven | 2.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>com.atlassian.maven.plugins</groupId>
<artifactId>maven-crowd-plugin</artifactId>
<version>3.10.1</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-crowd-plugin</artifactId>
<version>3.10.1</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"