MVN

org.codehaus.xdoclet : maven2-xdoclet2-plugin

Maven & Gradle

Jun 04, 2009

Maven2 XDoclet2 Plugin

<plugin>
    <groupId>org.codehaus.xdoclet</groupId>
    <artifactId>maven2-xdoclet2-plugin</artifactId>
    <version>2.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.xdoclet : maven2-xdoclet2-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of org.codehaus.xdoclet : maven2-xdoclet2-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
maven2-xdoclet2-plugin-2.0.7
maven2-xdoclet2-plugin-2.0.6
maven2-xdoclet2-plugin-2.0.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.xdoclet</groupId>
    <artifactId>maven2-xdoclet2-plugin</artifactId>
    <version>2.0.7</version>
</plugin>