summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2022-03-28 15:39:59 +0200
committerArne Juul <arnej@verizonmedia.com>2022-03-28 15:39:59 +0200
commit8ac0c8427f9db29b2cc2e3747707f05bdb1f5831 (patch)
treedb248a65a55d2823a345ed8b7d04c0ee12e9bd68 /config-model/pom.xml
parentced5ccdf29cc6785223803f1bcd24b9fd436a358 (diff)
replace call to "make" with a simple script
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index dc7bec27a3b..e50c1177e7e 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -460,7 +460,7 @@
</goals>
<phase>generate-sources</phase>
<configuration>
- <executable>make</executable>
+ <executable>./make-xsd-files.sh</executable>
<workingDirectory>src/main/</workingDirectory>
</configuration>
</execution>