Goals available for this plugin:
Goal | Description |
---|---|
tagcloud:tagcloud | Generates XML reports. |
tagcloud:tagcloud-property | Provides a tag cloud snippet as a property to be included in a page of a Maven site. Since the fragment is XHTML it may be included in other HTML pages as well. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.1 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>de.smartics.tagcloud</groupId> <artifactId>tagcloud-maven-plugin</artifactId> <version>0.1.3</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>de.smartics.tagcloud</groupId> <artifactId>tagcloud-maven-plugin</artifactId> <version>0.1.3</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"