Plugin Documentation

Goals available for this plugin:

Goal Description
crowd:cli No description.
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:debug No description.
crowd:filter-plugin-descriptor No description.
crowd:generate-manifest No description.
crowd:generate-obr-artifact
crowd:idea No description.
crowd:install No description.
crowd:integration-test No description.
crowd:jar No description.
crowd:run No description.
crowd:unit-test No description.
crowd:validate-manifest No description.

System Requirements

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

Maven 2.0
JDK 1.5
Memory No minimum requirement.
Disk Space No minimum requirement.

Usage

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.2-m4</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.2-m4</version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>

For more information, see "Guide to Configuring Plug-ins"