archetype:add-archetype-metadata

Full name:

org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:add-archetype-metadata

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.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

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

Parameter Details

goalPrefix :

The prefix for the plugin goal.

  • Type: java.lang.String
  • Required: No