deploymentplan:provision-repository

Full name:

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

Description:

A ProvisionRepositoryMojo is responsible to build a maven-like directory structure from deployment-plans defined in this project's dependency tree.

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
allowTimestamp boolean 2.0.0 Allow timestamp in SNAPSHOT version if set to true
Default value is: false.
repository File 2.0.0 The directory where plans will be placed (using a maven repository layout).
Default value is: ${project.build.directory}/repository.

Parameter Details

allowTimestamp:

Allow timestamp in SNAPSHOT version if set to true
  • Type: boolean
  • Since: 2.0.0
  • Required: No
  • Default: false

repository:

The directory where plans will be placed (using a maven repository layout).
  • Type: java.io.File
  • Since: 2.0.0
  • Required: No
  • Default: ${project.build.directory}/repository