Goals available for this plugin:
| Goal | Description |
|---|---|
| refapp:cli | No description. |
| refapp:compress-resources | |
| refapp:copy-bundled-dependencies | Copies bundled dependencies into META-INF/lib |
| refapp:create | Creates a new plugin |
| refapp:create-home-zip | Creates a test-resources compatible zip from the previous run's home dir @since 3.1-m3 |
| refapp:create-plugin-module | @since 3.6 |
| refapp:debug | Debug the webapp |
| refapp:filter-plugin-descriptor | No description. |
| refapp:generate-manifest | No description. |
| refapp:generate-obr-artifact | |
| refapp:generate-rest-docs | @since 3.6.1 |
| refapp:idea | No description. |
| refapp:install | No description. |
| refapp:integration-test | Run the integration tests against the webapp |
| refapp:jar | No description. |
| refapp:release | No description. |
| refapp:run | Run the webapp |
| refapp:stop | Run the webapp |
| refapp:test-install | No description. |
| refapp:test-jar | No description. |
| refapp:unit-test | No description. |
| refapp: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-refapp-plugin</artifactId>
<version>3.7-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-refapp-plugin</artifactId>
<version>3.7-m4</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"