Fork me on GitHub

configurator:configure-artifact

Full name:

biz.paluch.maven.configurator:configurator-maven-plugin:1.0.1:configure-artifact

Description:

Perform configuration for an external artifact.

Attributes:

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

Required Parameters

Name Type Since Description
artifactId String 08.04.13 10:10 Artifact-Id.
groupId String 08.04.13 10:10 Artifact-GroupId.
type String 08.04.13 10:10 Packaging type.
Default value is: jar.
version String 08.04.13 10:10 Version specifier for the Artifact to configure.

Optional Parameters

Name Type Since Description
classifier String 08.04.13 10:10 Optional classifer.
propertySources List 08.04.13 10:10 Property-Source, optional List of File-Names or URL's or property files.
targetDir File 08.04.13 10:10 The target directory the application to be deployed is located.
Default value is: ${project.build.directory}/.
tokenEnd String 08.04.13 10:10 Token end for identifying the end of the variable declaration. Can be something like @ or }.
tokenStart String 08.04.13 10:10 Token start for identifying the start of the variable declaration. Can be something like @ or ${.

Parameter Details

artifactId:

Artifact-Id.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: Yes

classifier:

Optional classifer.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: No

groupId:

Artifact-GroupId.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: Yes

propertySources:

Property-Source, optional List of File-Names or URL's or property files.
  • Type: java.util.List
  • Since: 08.04.13 10:10
  • Required: No

targetDir:

The target directory the application to be deployed is located.
  • Type: java.io.File
  • Since: 08.04.13 10:10
  • Required: No
  • Default: ${project.build.directory}/

tokenEnd:

Token end for identifying the end of the variable declaration. Can be something like @ or }.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: No

tokenStart:

Token start for identifying the start of the variable declaration. Can be something like @ or ${.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: No

type:

Packaging type.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: Yes
  • Default: jar

version:

Version specifier for the Artifact to configure.
  • Type: java.lang.String
  • Since: 08.04.13 10:10
  • Required: Yes