Goals available for this plugin:
| Goal | Description |
|---|---|
| fecru:cli | No description. |
| fecru:compress-resources | |
| fecru:copy-bundled-dependencies | No description. |
| fecru:create | No description. |
| fecru:create-home-zip | Creates a test-resources compatible zip from the previous run's home dir @since 3.1-m3 |
| fecru:debug | No description. |
| fecru:filter-plugin-descriptor | No description. |
| fecru:generate-manifest | No description. |
| fecru:generate-obr-artifact | |
| fecru:idea | No description. |
| fecru:install | No description. |
| fecru:integration-test | No description. |
| fecru:jar | No description. |
| fecru:run | No description. |
| fecru:test-install | No description. |
| fecru:test-jar | No description. |
| fecru:unit-test | No description. |
| fecru:validate-manifest | No description. |
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. |
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-fecru-plugin</artifactId>
<version>3.3-m9</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-fecru-plugin</artifactId>
<version>3.3-m9</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"