summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-10-10 14:24:38 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-10-10 14:24:38 +0200
commitc355f4c97a5455f46ff9c779b6320060f67211d0 (patch)
treefc8005b46c3661d02a6c2cc2c810af21a5ae85eb /config-model/pom.xml
parent2eacefe6b4c7b7981c0fcec0a1fa5fdaa933ec36 (diff)
parent6abdd3d8960ce01422e0cc902cba7e2fa9facc67 (diff)
Merge branch 'master' into aressem/dont-allow-unresolved-symbols-in-shared-libs-or-executables
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>