Fork me on GitHub

configurator:configure

Full name:

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

Description:

Perform configuration for the project artifact.

Attributes:

  • Requires a Maven project to be executed.
  • Invokes the execution of the lifecycle phase package prior to executing itself.

Optional Parameters

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

Parameter Details

propertySources:

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

targetDir:

The target directory the application to be deployed is located.
  • Type: java.io.File
  • 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
  • Required: No

tokenStart:

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