MVN

de.oscillation.maven : doxygen-maven-plugin

Maven & Gradle

Feb 22, 2014
3 stars

Doxygen Plugin for Maven · A Maven plugin that simple calls doxygen

<plugin>
    <groupId>de.oscillation.maven</groupId>
    <artifactId>doxygen-maven-plugin</artifactId>
    <version>0.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.oscillation.maven : doxygen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of de.oscillation.maven : doxygen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
doxygen-maven-plugin-0.1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>de.oscillation.maven</groupId>
    <artifactId>doxygen-maven-plugin</artifactId>
    <version>0.1.0</version>
</plugin>