jbuilding:generate-list

Full name:

org.ow2.util.maven:jbuilding-maven-plugin:2.1.0:generate-list

Description:

Get the declared files and copy them in the given directory.

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)
location String 2.0.0 Where do I place my file ?
Default value is: org/ow2/jonas/launcher/felix/jonas-autodeploy-bundles.properties.
output File 2.0.0 Location new resources directory.
Default value is: ${project.build.directory}/generated-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

location:

Where do I place my file ?
  • Type: java.lang.String
  • Since: 2.0.0
  • Required: No
  • Default: org/ow2/jonas/launcher/felix/jonas-autodeploy-bundles.properties

output:

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

profile:

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