rhq-agent:setup-test-plugin-container
Full name:
org.rhq.maven.plugins:rhq-agent-plugin-plugin:1.0:setup-test-plugin-container
Description:
Setup a directory with all files needed to start a test plugin
container.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: compile.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: pre-integration-test.
Required Parameters
Name |
Type |
Since |
Description |
itestDirectory |
File |
- |
The CLI directory (where to install the RHQ CLI). Default value is: ${project.build.directory}/itest.
|
rhqVersion |
String |
- |
Version of the RHQ Platform Plugin.
|
Parameter Details
itestDirectory:
The CLI directory (where to install the RHQ CLI).
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}/itest
rhqVersion:
Version of the RHQ Platform Plugin.
- Type: java.lang.String
- Required: Yes
skipSetupTestPluginContainer:
Whether to skip the execution of this mojo.
- Type: boolean
- Required: No
- Default: false