andromdapp:deploy

Full name:

org.andromda.maven.plugins:andromdapp-maven-plugin:3.5-SNAPSHOT:deploy

Description:

Provides the deployment of applications to a given directory.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
deployLocation File - The location (i.e. path) to deploy.

Optional Parameters

Name Type Since Description
deploy String - Indicates whether or not this plugin should perform the deploy.
excludes String[] - Any files to exclude in the deploy.
includes String[] - Any additional files to include in the deploy liked datasource files etc (the files must reside in the project build directory). By default nothing besides the file artifact is deployed.

Parameter Details

deploy:

Indicates whether or not this plugin should perform the deploy.
  • Type: java.lang.String
  • Required: No
  • Expression: ${deploy}

deployLocation:

The location (i.e. path) to deploy.
  • Type: java.io.File
  • Required: Yes

excludes:

Any files to exclude in the deploy.
  • Type: java.lang.String[]
  • Required: No

includes:

Any additional files to include in the deploy liked datasource files etc (the files must reside in the project build directory). By default nothing besides the file artifact is deployed.
  • Type: java.lang.String[]
  • Required: No