aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/pom.xml
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2013-09-23 23:34:54 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2013-09-23 23:34:54 +0200
commit2c72a0a659101a98b82bf403342e977f64e26515 (patch)
tree50f1be228bae4bd2513f26e1cb8df803ff5b46cc /org.jacoco.doc/pom.xml
parent80e4ab959ee3e39cf56f757ce53c3deb1dbc5cd5 (diff)
downloadjacoco-2c72a0a659101a98b82bf403342e977f64e26515.tar.gz
Make sure XHTML docs are at least well-formed.
Diffstat (limited to 'org.jacoco.doc/pom.xml')
-rw-r--r--org.jacoco.doc/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/org.jacoco.doc/pom.xml b/org.jacoco.doc/pom.xml
index bcf10e57..ef1f6393 100644
--- a/org.jacoco.doc/pom.xml
+++ b/org.jacoco.doc/pom.xml
@@ -278,6 +278,28 @@
</transformationSets>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>validate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <validationSets>
+ <validationSet>
+ <dir>.</dir>
+ <includes>
+ <include>docroot/**/*.html</include>
+ <include>target/generated-resources/xml/xslt/*.html</include>
+ </includes>
+ </validationSet>
+ </validationSets>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>