andromdapp:generate

Full name:

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

Description:

AndroMDA application generator Mojo.

Attributes:

  • Requires dependency resolution of artifacts in scope: runtime.

Optional Parameters

Name Type Since Description
configurationUri String - The URI to an optional AndroMDApp configuration file.
propertyFiles List - (no description)
skip boolean - Set this to 'true' to bypass cartridge tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion.
skipProcessing boolean - Whether or not processing should be skipped (this is if you want to completely skip code generation, i.e. if code is already generated and you are creating the site from already generated source code).
skipTests boolean - Set this to 'true' to skip running tests, but still compile them. Its use is NOT RECOMMENDED, but quite convenient on occasion.
testFailureIgnore boolean - Set this to true to ignore a failure during testing. Its use is NOT RECOMMENDED, but quite convenient on occasion.
Default value is: false.

Parameter Details

configurationUri:

The URI to an optional AndroMDApp configuration file.
  • Type: java.lang.String
  • Required: No
  • Expression: ${configuration.uri}

propertyFiles:

(no description)
  • Type: java.util.List
  • Required: No
  • Expression: ${project.build.filters}

skip:

Set this to 'true' to bypass cartridge tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion.
  • Type: boolean
  • Required: No
  • Expression: ${maven.test.skip}

skipProcessing:

Whether or not processing should be skipped (this is if you want to completely skip code generation, i.e. if code is already generated and you are creating the site from already generated source code).
  • Type: boolean
  • Required: No
  • Expression: ${andromdapp.run.skip}

skipTests:

Set this to 'true' to skip running tests, but still compile them. Its use is NOT RECOMMENDED, but quite convenient on occasion.
  • Type: boolean
  • Required: No
  • Expression: ${skipTests}

testFailureIgnore:

Set this to true to ignore a failure during testing. Its use is NOT RECOMMENDED, but quite convenient on occasion.
  • Type: boolean
  • Required: No
  • Expression: ${maven.test.failure.ignore}
  • Default: false