plugin:addPluginArtifactMetadata

Full name:

org.apache.maven.plugins:maven-plugin-plugin:2.5.1:addPluginArtifactMetadata

Description:

Inject any plugin-specific artifact metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Since version: 2.0.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
goalPrefix String 2.0 The prefix for the plugin goal.

Parameter Details

goalPrefix:

The prefix for the plugin goal.
  • Type: java.lang.String
  • Since: 2.0
  • Required: No