andromda-site:namespace-xsl

Full name:

org.andromda.maven.plugins.site:andromda-site-plugin:3.5-SNAPSHOT:namespace-xsl

Description:

Used to perform the transformation of the namespace XSL document to namespace.xml xdoc format within the site plugin.

Attributes:

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

Optional Parameters

Name Type Since Description
namespaceDocumentPath File - Path to the project namespace.xml
namespaceOutputPath File - Path to the project namespace document output
namespaceTransformationPath File - Not used
projectName String - The name of the project injected from pom.xml
Default value is: ${project.name}.

Parameter Details

namespaceDocumentPath:

Path to the project namespace.xml
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/src/main/resources/META-INF/andromda/namespace.xml

namespaceOutputPath:

Path to the project namespace document output
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/src/site/xdoc/namespace.xml

namespaceTransformationPath:

Not used
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/src/main/resources/META-INF/xsl/namespace.xsl

projectName:

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