tagcloud:tagcloud

Full name:

de.smartics.tagcloud:tagcloud-maven-plugin:0.1.3:tagcloud

Description:

Generates XML reports.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: compile.

Optional Parameters

Name Type Since Description
basedir String 1.0 The base directory to scan files.
encoding String 1.0 Specifies the encoding to be used to read the source files.
excludes String[] 1.0 The filter for files to exclude to be passed to the tag collection..
includes String[] 1.0 The filter for files to include to be passed to the tag collection.
logLevel String 1.0 Specifies the log level used for this plugin.

Allowed values are SEVERE, WARNING, INFO and FINEST.


outputFile String 1.0 Specifies the root directory to write the XML file to.
skip boolean 1.0 A simple flag to skip the generation of the XML file. If set on the command line use -Dtagcloud.skip.
Default value is: false.
useJavaReservedWordsFilter boolean 1.0 The filter removes Java reserved words from the tag cloud.
Default value is: true.
useUsualWordsFilter boolean 1.0 The filter removes usual Java words from the tag cloud.
Default value is: false.
wordsToFilter String[] 1.0 The list of words to be removed from the tag cloud. This allows an individual configuration.

Parameter Details

basedir:

The base directory to scan files.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${project.build.sourceDirectory}

encoding:

Specifies the encoding to be used to read the source files.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${project.build.sourceEncoding}

excludes:

The filter for files to exclude to be passed to the tag collection..
  • Type: java.lang.String[]
  • Since: 1.0
  • Required: No

includes:

The filter for files to include to be passed to the tag collection.
  • Type: java.lang.String[]
  • Since: 1.0
  • Required: No

logLevel:

Specifies the log level used for this plugin.

Allowed values are SEVERE, WARNING, INFO and FINEST.

  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${tagcloud.logLevel}

outputFile:

Specifies the root directory to write the XML file to.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${project.build.directory}/tagcloud.xml

skip:

A simple flag to skip the generation of the XML file. If set on the command line use -Dtagcloud.skip.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${tagcloud.skip}
  • Default: false

useJavaReservedWordsFilter:

The filter removes Java reserved words from the tag cloud.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Default: true

useUsualWordsFilter:

The filter removes usual Java words from the tag cloud.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Default: false

wordsToFilter:

The list of words to be removed from the tag cloud. This allows an individual configuration.
  • Type: java.lang.String[]
  • Since: 1.0
  • Required: No