Full name:
org.codehaus.mojo:argouml-maven-plugin:1.0-SNAPSHOT:transform
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| inputFiles | File[] |
- |
Paths to input files. If any of specified files is a directory then
all ArgoUML files in it are used. If this parameter is not
specified then
${project.build.sourceDirectory}/argouml is used.
Supported ArgoUML formats: .zargo, .xmi, .uml, .zip |
| outputDirectory | File |
- |
Output directory for created images. Default value is: ${project.build.directory}/argouml. |
| outputFormat | String |
- |
Output image format. Supported values are: ps, eps, png, gif, svg. Default value is: png. |
| recursive | boolean |
- |
If inputFiles contains folders and this parameter is
set to true then those folders are parsed recursively.Default value is: false. |
| scale | int |
- |
Image scaling factor. Default value is: 1. |
${project.build.sourceDirectory}/argouml is used.
Supported ArgoUML formats: .zargo, .xmi, .uml, .zipjava.io.File[]Nojava.io.FileNo${project.build.directory}/argoumljava.lang.StringNopnginputFiles contains folders and this parameter is
set to true then those folders are parsed recursively.booleanNofalseintNo1