summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
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>