From 02aaa1b7f653e25c34ef7f186fa1d940079384e8 Mon Sep 17 00:00:00 2001 From: Vladislav Lisetskiy Date: Sat, 11 Jul 2015 10:29:42 +0300 Subject: [PATCH] update build procedure to validate all XML files against their schemas, #1275 --- config/build.xml | 2 +- pom.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/config/build.xml b/config/build.xml index b57331db8..248831203 100644 --- a/config/build.xml +++ b/config/build.xml @@ -1,5 +1,5 @@ - diff --git a/pom.xml b/pom.xml index 397da7e45..0045e9393 100644 --- a/pom.xml +++ b/pom.xml @@ -718,6 +718,55 @@ + + org.codehaus.mojo + xml-maven-plugin + 1.0 + + + + validate + + + + + + + config + + java.header + + + + src/site/resources/files + src/main/resources/com/puppycrawl/tools/checkstyle/suppressions_1_0.dtd + + + + src/main/resources + + checkstyle_packages.xml + + src/main/resources/com/puppycrawl/tools/checkstyle/packages_1_0.dtd + + + src/main/resources + + google_checks.xml + sun_checks.xml + + src/main/resources/com/puppycrawl/tools/checkstyle/configuration_1_3.dtd + + + +