From b5006c3161b4b8934a77c7087d379e472a5d9876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Sta=CC=88rk?= Date: Thu, 18 Jun 2020 17:48:09 +0200 Subject: [PATCH] updated POM to actually copy XML --- validator/pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/validator/pom.xml b/validator/pom.xml index 9fb29add..a7cf3d97 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -126,7 +126,7 @@ - + + org.apache.maven.plugins @@ -240,18 +241,18 @@ copy-zf-schematron-xml-dependencies - validate + compile copy-resources - ${basedir}/xslt/ZF_211/ + ${basedir}/src/main/resources/xslt/ZF_211/ - /schematron/ZF_211/ + ${basedir}/src/main/resources/schematron/ZF_211/ - *.xml + **/*.xml