Goals available for this plugin:
Goal | Description |
---|---|
parasoft:compile | Compiles application sources and send results to GRS server |
parasoft:eclipse | Mojo to generate eclipse project files |
parasoft:jtest | JTest execution mojo |
parasoft:jtest-global | Jtest global execution mojo. Only works for multi-module maven projects. Can only be run in the command line. |
parasoft:localsettings | Mojo to generate the local settings file |
parasoft:soatest | SOAtest execution mojo |
parasoft:verify | Verify mojo, used to fail the build if certain test result condition(s) are not met. |
parasoft:verify-global | Verify mojo that runs as an aggregator |
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>Parasoft</groupId> <artifactId>maven-parasoft-plugin</artifactId> <version>3.13</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>Parasoft</groupId> <artifactId>maven-parasoft-plugin</artifactId> <version>3.13</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"