MVN

org.codehaus.mojo : xdoclet-maven-plugin

Maven & Gradle

Sep 30, 2009

XDoclet Maven Plugin · Processes XDoclet tags in project source files.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>xdoclet-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0
  • Latest Alpha: 1.0-alpha-1

All Versions

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

Version Vulnerabilities Updated
1.0
xdoclet-maven-plugin-1.0
xdoclet-maven-plugin-1.0-alpha-1
xdoclet-maven-plugin-1.0-alpha-2

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.mojo</groupId>
    <artifactId>xdoclet-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>