andromdapp:build

Full name:

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

Description:

A Mojo used for executing the build goals from the top level project.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
baseDirectory File - (no description)
environmentVariablePrefix String - The prefix environment variables must have.
executionProperties Properties - Any execution properties.
goals List - The default module goals to execute.
modules String - A comma separated list of modules to execute in the form: -Dmodules=mda,core,common or if you want to specify the goals to execute as well: -Dmodules=mda:[goal1+goal2+goal3],core:[goal1].
session MavenSession - (no description)
startConsole String - If defined starts the build console (i.e. keeps maven loaded and running)

Parameter Details

baseDirectory:

(no description)
  • Type: java.io.File
  • Required: No
  • Expression: ${project.basedir}

environmentVariablePrefix:

The prefix environment variables must have.
  • Type: java.lang.String
  • Required: No
  • Expression: env.

executionProperties:

Any execution properties.
  • Type: java.util.Properties
  • Required: No

goals:

The default module goals to execute.
  • Type: java.util.List
  • Required: No

modules:

A comma separated list of modules to execute in the form: -Dmodules=mda,core,common or if you want to specify the goals to execute as well: -Dmodules=mda:[goal1+goal2+goal3],core:[goal1].
  • Type: java.lang.String
  • Required: No
  • Expression: ${modules}

session:

(no description)
  • Type: org.apache.maven.execution.MavenSession
  • Required: No
  • Expression: ${session}

startConsole:

If defined starts the build console (i.e. keeps maven loaded and running)
  • Type: java.lang.String
  • Required: No
  • Expression: ${console}