From 5f14da5f327f32af1b5dc83b13a9141b92e61243 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Tue, 8 Oct 2024 17:39:59 +0200 Subject: [PATCH] Updated scripts --- pom-license.xml | 3 +++ update-xslt-and-validate.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom-license.xml b/pom-license.xml index b6f9018..4583a0f 100644 --- a/pom-license.xml +++ b/pom-license.xml @@ -48,6 +48,9 @@ cii/schema/** edifact/examples/** edifact/schema/** + + target-cii/** + target-ubl/** diff --git a/update-xslt-and-validate.sh b/update-xslt-and-validate.sh index 8143d86..5defdfd 100644 --- a/update-xslt-and-validate.sh +++ b/update-xslt-and-validate.sh @@ -9,7 +9,7 @@ mvn -f pom-preprocess.xml generate-resources || exit 1 mvn -f pom-xslt-preprocessed.xml process-resources || exit 1 # adopt filenames -rm cii\xslt/EN16931-CII-validation.xslt +rm cii/xslt/EN16931-CII-validation.xslt mv cii/xslt/EN16931-CII-validation-preprocessed.xslt cii/xslt/EN16931-CII-validation.xslt rm ubl/xslt/EN16931-UBL-validation.xslt mv ubl/xslt/EN16931-UBL-validation-preprocessed.xslt ubl/xslt/EN16931-UBL-validation.xslt