pom corrections

This commit is contained in:
Jochen Stärk
2020-07-26 11:23:19 +02:00
parent 3bfae18969
commit 3b706724fb
4 changed files with 9 additions and 25 deletions

View File

@@ -118,7 +118,7 @@
</plugins>
</pluginManagement>
<plugins>
<!-- be able to generate XSLT from XRechnung Schematron-->
<!-- be able to generate XSLT from XRechnung Schematron
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
@@ -134,7 +134,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin> -->
<!-- allow getImplementationVersion for the pom.xml -->
<plugin>
@@ -167,24 +167,6 @@
</configuration>
</plugin>
<!-- /ZUV -->
<!-- generate XSLT files from schematron upon build (goal convert is part
of the preparation of the "package" step)-->
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-sch2xslt-maven-plugin</artifactId>
<version>5.0.8</version>
<configuration>
<schematronDirectory>${basedir}/src/main/resources/</schematronDirectory>
<xsltDirectory>${basedir}/src/main/resources/xslt</xsltDirectory>
</configuration>
<executions>
<execution>
<goals>
<goal>convert</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>