new zf 2.2 xslts, schema, schematron, switch to apache commons cli

This commit is contained in:
jstaerk
2022-03-07 15:36:25 +01:00
parent 76af482fe6
commit 15ba24e6a7
46 changed files with 368627 additions and 123 deletions

View File

@@ -122,7 +122,7 @@
</plugins>
</pluginManagement>
<plugins>
<!-- be able to generate XSLT from XRechnung Schematron: uncomment this and "mvn generate-resources" if you have 20min to spare
<!-- be able to generate XSLT from XRechnung Schematron: uncomment this and "mvn generate-resources" if you have 20min to spare-->
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
@@ -139,7 +139,7 @@
</execution>
</executions>
</plugin>
-->
<!-- allow getImplementationVersion for the pom.xml -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -235,10 +235,10 @@
</goals>
<configuration>
<outputDirectory>${basedir}/src/main/resources/xslt/ZF_211/</outputDirectory>
<outputDirectory>${basedir}/src/main/resources/xslt/ZF_220/</outputDirectory>
<resources>
<resource>
<directory>${basedir}/src/main/resources/schematron/ZF_211/</directory>
<directory>${basedir}/src/main/resources/schematron/ZF_220/</directory>
<includes>
<include>**/*.xml</include>
</includes>