MVN

org.forgerock.maven.plugins : linktester-maven-plugin

Maven & Gradle

Oct 10, 2015
3 stars

DocBook Linktester Maven Plugin · This Maven Plugin will let you to test internal/external links within a DocBook project and it can also detect if the documentation does not comply with the DocBook XML schema.

<plugin>
    <groupId>org.forgerock.maven.plugins</groupId>
    <artifactId>linktester-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
linktester-maven-plugin-2.0.0
1.3.x
linktester-maven-plugin-1.3.0
1.2.x
linktester-maven-plugin-1.2.0
1.1.x
linktester-maven-plugin-1.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>org.forgerock.maven.plugins</groupId>
    <artifactId>linktester-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>