deploymentplan:legacy-provision-repository

Full name:

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

Description:

A LegacyRepositoryProvisioningMojo is responsible to build a maven-like directory structure from legacy deployment-plans (not based on a pom.xml, but available in a maven repository).

Attributes:

  • Requires a Maven project to be executed.
  • 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.
deploymentPlans DeploymentPlan[] 2.0.0 The list of DeploymentPlan to be provisionned.
files File[] 2.0.0 The list of module relative paths pointing to deployment plans to be provisionned.
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

deploymentPlans:

The list of DeploymentPlan to be provisionned.
  • Type: org.ow2.util.maven.deploymentplan.DeploymentPlan[]
  • Since: 2.0.0
  • Required: No

files:

The list of module relative paths pointing to deployment plans to be provisionned.
  • Type: java.io.File[]
  • Since: 2.0.0
  • Required: No

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