jbuilding:generate-maven2-deployment-plans

Full name:

org.ow2.util.maven:jbuilding-maven-plugin:2.1.0:generate-maven2-deployment-plans

Description:

Generate maven2 deployment plans describe in the plugin configuration.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 2.0.0.

Optional Parameters

Name Type Since Description
allowTimestamp boolean 2.0.0 Allow timestamp in SNAPSHOT version if set to true
Default value is: false.
artifactItems ArtifactItem[] 2.0.0 (no description)
deploymentPlans DeploymentPlan[] 2.0.0 (no description)
directory String 2.0.0 Location of the generated maven2 deployment plans
Default value is: repositories/url-internal.
output File 2.0.0 Location new resources directory.
Default value is: ${project.build.directory}/configuration-resources.
profile List 2.0.0 List of deployment plans for current profile.

Parameter Details

allowTimestamp:

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

artifactItems:

(no description)
  • Type: org.ow2.util.maven.jbuilding.ArtifactItem[]
  • Since: 2.0.0
  • Required: No

deploymentPlans:

(no description)
  • Type: org.ow2.util.maven.jbuilding.DeploymentPlan[]
  • Since: 2.0.0
  • Required: No

directory:

Location of the generated maven2 deployment plans
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No
  • Default: repositories/url-internal

output:

Location new resources directory.
  • Type: java.io.File
  • Since: 2.0.0
  • Required: No
  • Default: ${project.build.directory}/configuration-resources

profile:

List of deployment plans for current profile.
  • Type: java.util.List
  • Since: 2.0.0
  • Required: No