MVN

maven-validator : maven-xhtml-plugin

Maven & Gradle

Sep 20, 2005
1 usages

Maven xhtml Plug-in · ${pom.name} validates the xhtml code in project documentation and generates a report with the details of all the errors found.

<dependency>
    <groupId>maven-validator</groupId>
    <artifactId>maven-xhtml-plugin</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of maven-validator : maven-xhtml-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of maven-validator : maven-xhtml-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
maven-xhtml-plugin-1.2
1.1
maven-xhtml-plugin-1.1
1.0
maven-xhtml-plugin-1.0

How to add a dependency to Maven

Add the following maven-validator : maven-xhtml-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>maven-validator</groupId>
    <artifactId>maven-xhtml-plugin</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following maven-validator : maven-xhtml-plugin gradle dependency to your build.gradle file:

implementation 'maven-validator:maven-xhtml-plugin:1.2'

Gradle Kotlin DSL: Add the following maven-validator : maven-xhtml-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("maven-validator:maven-xhtml-plugin:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following maven-validator : maven-xhtml-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "maven-validator" % "maven-xhtml-plugin" % "1.2"

Advertisement