aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-10-10 11:10:43 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-10-10 11:10:43 +0200
commit8645269c392524834a028c49bba4d836688a18a4 (patch)
tree4d1a93f33be0cf95b8a99cce34c265bfabc6cb79 /config-model/pom.xml
parent26a75bfa5abb94ef24bcaab3148a63dfd7920eb0 (diff)
Run schema tests, add test for required attribute in nodes element
VESPA-4977
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 42497224b0b..57c5725ec57 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -483,6 +483,16 @@
<classpathScope>compile</classpathScope>
</configuration>
</execution>
+ <execution>
+ <id>test-schema-files</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>test</phase>
+ <configuration>
+ <executable>src/test/sh/test-schema.sh</executable>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>