uctool:extract-resources

Full name:

net.sf.uctool:uctool-maven-plugin:3.0.0:extract-resources

Description:

Extract HTML resources (images, css, etc.) from uctool dependency.

Attributes:

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

Required Parameters

Name Type Since Description
outputDirectory File - The output directory. The HTML use case documentation is generated there.
Default value is: ${project.build.directory}/site/ucs/.
uctoolVersion String - The version of UC Tool.
Default value is: ${uctool.version}.

Optional Parameters

Name Type Since Description
markersDirectory File - Directory to store flag files after unpack
Default value is: ${project.build.directory}/dependency-maven-plugin-markers.

Parameter Details

markersDirectory:

Directory to store flag files after unpack
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/dependency-maven-plugin-markers

outputDirectory:

The output directory. The HTML use case documentation is generated there.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}/site/ucs/

uctoolVersion:

The version of UC Tool.
  • Type: java.lang.String
  • Required: Yes
  • Default: ${uctool.version}