Full name:
net.sf.uctool:uctool-maven-plugin:3.0.0:use-cases
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| attachmentsDirectory | File | - | The directory holding sub-directories with the attachment files. Default value is: ${project.basedir}/src/main/attachments/. |
| mergedFile | File | - | Location of file to hold merged XML use case source files. Default value is: ${project.build.outputDirectory}/net/sf/uctool/merged.xml. |
| outputDirectory | File | - | The output directory. The HTML use case documentation is generated
there. Default value is: ${project.build.directory}/site/ucs/. |
| useCasesDirectory | File | - | The directory holding the use case XML source files. Default value is: ${project.basedir}/src/main/ucs/. |
| useCasesInclude | String | - | Which files from the use cases directory tree should be included in
the generation.
Specifies a file-set of source files in the comma- or space-separated list of patterns of files. Default value is: **/*.xml. |
| Name | Type | Since | Description |
|---|---|---|---|
| bundleLanguage | String | - | Set language to load the resource bundle with fixed texts
translations. When not specified, the default locale language is
used. |
| sourceEncoding | String | - | Read the source files (XSL templates and XML transformation
sources) using this encoding. Default value is: ${project.build.sourceEncoding}. |
| useCasesDescription | String | - | Set project description to display on the start HTML page. Default value is: ${project.description}. |
| useCasesName | String | - | Set name to display on the start HTML page. Default value is: ${project.name}. |
| useCasesVersion | String | - | Set version to display on the start HTML page. Default value is: ${project.version}. |
Specifies a file-set of source files in the comma- or space-separated list of patterns of files.