rhq-agent:validate

Full name:

org.rhq.maven.plugins:rhq-agent-plugin-plugin:1.0:validate

Description:

Validates a freshly built RHQ Agent Plugin.

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: package.

Required Parameters

Name Type Since Description
rhqVersion String - Version of the RHQ Plugin Container API

Optional Parameters

Name Type Since Description
failOnError boolean - Whether to fail the build if an error occurs while validating the plugin.
Default value is: true.
skipValidate boolean - Whether to skip the execution of this mojo.
Default value is: false.

Parameter Details

failOnError:

Whether to fail the build if an error occurs while validating the plugin.
  • Type: boolean
  • Required: No
  • Default: true

rhqVersion:

Version of the RHQ Plugin Container API
  • Type: java.lang.String
  • Required: Yes

skipValidate:

Whether to skip the execution of this mojo.
  • Type: boolean
  • Required: No
  • Default: false