Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 8, 2024
1 parent be8d6b0 commit 5f14da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom-license.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<exclude>cii/schema/**</exclude>
<exclude>edifact/examples/**</exclude>
<exclude>edifact/schema/**</exclude>
<!-- test output -->
<exclude>target-cii/**</exclude>
<exclude>target-ubl/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
Expand Down
2 changes: 1 addition & 1 deletion update-xslt-and-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f14da5

Please sign in to comment.