MVN

org.apache.maven.plugins : maven-docck-plugin

Maven & Gradle

Apr 03, 2015

Apache Maven Documentation Checker Plugin · Checks for violations of the Plugin Documentation Standard.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-docck-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugins : maven-docck-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1
  • Latest Beta: 1.0-beta-2

All Versions

Choose a version of org.apache.maven.plugins : maven-docck-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
maven-docck-plugin-1.1
1.0
maven-docck-plugin-1.0
maven-docck-plugin-1.0-beta-2
maven-docck-plugin-1.0-beta-1

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.apache.maven.plugins</groupId>
    <artifactId>maven-docck-plugin</artifactId>
    <version>1.1</version>
</plugin>

Advertisement