rhq-agent:package

Full name:

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

Description:

Package a freshly built RHQ Agent Plugin.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
libDirectory File - The lib directory (where to copy the agent plugin dependencies)
Default value is: ${project.build.directory}/lib.

Optional Parameters

Name Type Since Description
archive MavenArchiveConfiguration - This will allow to get our plugin configured like any archiver plugin See Maven Archiver Reference.

Parameter Details

archive:

This will allow to get our plugin configured like any archiver plugin See Maven Archiver Reference.
  • Type: org.apache.maven.archiver.MavenArchiveConfiguration
  • Required: No

libDirectory:

The lib directory (where to copy the agent plugin dependencies)
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}/lib