andromda-site:profile-xsl
Full name:
org.andromda.maven.plugins.site:andromda-site-plugin:3.5-SNAPSHOT:profile-xsl
Description:
Used to perform the transformation of the profile XSL document to
profile.xml xdoc format within the site plugin.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: pre-site.
Parameter Details
profileDocumentPath:
Path to the project profile.xml
- Type: java.io.File
- Required: No
- Expression: ${basedir}/src/main/resources/META-INF/andromda/profile.xml
profileOutputPath:
Path to the project profile document output
- Type: java.io.File
- Required: No
- Expression: ${basedir}/src/site/xdoc/profile.xml
profileTransformationPath:
Not used.
- Type: java.io.File
- Required: No
- Expression: ${basedir}/src/main/resources/META-INF/xsl/profile.xsl
projectName:
The name of the project injected from pom.xml
- Type: java.lang.String
- Required: No
- Default: ${project.name}