deploymentplan:provision-directory

Full name:

org.ow2.util.maven:deploymentplan-maven-plugin:2.0.0:provision-directory

Description:

A FlatDirectoryProvisioningMojo is responsible to build a flat directory structure from deployment-plans defined in this project's dependency tree (only plans declared on the first level: direct dependencies).

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • Since version: 2.0.0.
  • Binds by default to the lifecycle phase: generate-resources.

Optional Parameters

Name Type Since Description
enrichments List 2.0.0 Map artifact's name onto a new name, see Enrichment.
repository File 2.0.0 The directory where plans will be placed.
Default value is: ${project.build.directory}/flat-repository.

Parameter Details

enrichments:

Map artifact's name onto a new name, see Enrichment.
  • Type: java.util.List
  • Since: 2.0.0
  • Required: No

repository:

The directory where plans will be placed.
  • Type: java.io.File
  • Since: 2.0.0
  • Required: No
  • Default: ${project.build.directory}/flat-repository