andromda-site:unpack-documentation

Full name:

org.andromda.maven.plugins.site:andromda-site-plugin:3.5-SNAPSHOT:unpack-documentation

Description:

Goal that unpacks the required AndroMDA site zip packages to suitable locations preparing for deployment.

Attributes:

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

Optional Parameters

Name Type Since Description
jmiApiOutputDirectory File - Path to the JMI 1.4 API destination extraction directory
jmiApiSourcePath File - Path to the JMI 1.4 API zip source
projectName String - The name of the project injected from pom.xml. Not used.
Default value is: ${project.name}.
umlDocCarRentalSampleOutputDirectory File - Path to the UmlDoc car-rental-sample extraction directory
umlDocCarRentalSampleSourcePath File - Path to the UmlDoc car-rental-sample zip source

Parameter Details

jmiApiOutputDirectory:

Path to the JMI 1.4 API destination extraction directory
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/../../target/site

jmiApiSourcePath:

Path to the JMI 1.4 API zip source
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/src/site/resources/resources/jmi-uml1.4.zip

projectName:

The name of the project injected from pom.xml. Not used.
  • Type: java.lang.String
  • Required: No
  • Default: ${project.name}

umlDocCarRentalSampleOutputDirectory:

Path to the UmlDoc car-rental-sample extraction directory
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/../../target/site

umlDocCarRentalSampleSourcePath:

Path to the UmlDoc car-rental-sample zip source
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/src/site/resources/resources/car-rental-umldoc.zip