Fork me on GitHub

taglistOptions

Model for TagList Options.

<tagListOptions xmlns="https://www.mojohaus.org/TAGLISTOPTIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="https://www.mojohaus.org/TAGLISTOPTIONS/1.0.0 https://www.mojohaus.org/taglist-maven-plugin/xsd/taglistOptions-1.0.0.xsd">
  <tagClasses>
    <tagClasse>
      <displayName/>
      <tags>
        <tag>
          <matchString/>
          <matchType/>
        </tag>
      </tags>
    </tagClasse>
  </tagClasses>
</tagListOptions>

tagListOptions

Specific TagList parameters, i.e. options that POM doesn't have any notions.

Element Type Description
tagClasses/tagClasse* List<TagClass> (Many) No description.

tagClasse

The options for the specific tag class.

Element Type Description
displayName String The name to display for this tag class in the output HTML.
tags/tag* List<Tag> (Many) No description.

tag

The options for the specific tag.

Element Type Description
matchString String The string to be used in the TagList search.

Required: Yes.

matchType String The type of comparison to perform on the string. Options: exact, ignoreCase, regEx.

Default value: exact