MVN

io.github.tobiashochguertel : documentation-maven-plugin

Maven & Gradle

May 07, 2018
2 stars

documentation-maven-plugin · Maven-build plugin which helps me to generate the documentation (document) via docs-as-source via doctoolchain.

<plugin>
    <groupId>io.github.tobiashochguertel</groupId>
    <artifactId>documentation-maven-plugin</artifactId>
    <version>0.0.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tobiashochguertel : documentation-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.10

All Versions

Choose a version of io.github.tobiashochguertel : documentation-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
documentation-maven-plugin-0.0.10

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.tobiashochguertel</groupId>
    <artifactId>documentation-maven-plugin</artifactId>
    <version>0.0.10</version>
</plugin>