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

@@ -10,6 +10,7 @@
- be able to disable "source pdf set to timeout" - be able to disable "source pdf set to timeout"
- automated tests zuv/verapdf validate created library test files - automated tests zuv/verapdf validate created library test files
- unify loggers - unify loggers
- merge readmes and history.md s
done done
- remove jaxb - remove jaxb
- 2.1 now default - 2.1 now default

View File

@@ -87,6 +87,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration> <configuration>
<archive> <archive>
<manifest> <manifest>

View File

@@ -92,14 +92,14 @@
<dependency> <dependency>
<groupId>org.xmlunit</groupId> <groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId> <artifactId>xmlunit-core</artifactId>
<version>2.6.2</version> <version>2.6.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- For Toecount -->
<dependency> <dependency>
<groupId>com.sanityinc</groupId> <groupId>org.xmlunit</groupId>
<artifactId>jargs</artifactId> <artifactId>xmlunit-assertj</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.6.3</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -118,7 +118,7 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<!-- be able to generate XSLT from XRechnung Schematron--> <!-- be able to generate XSLT from XRechnung Schematron
<plugin> <plugin>
<groupId>com.helger.maven</groupId> <groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId> <artifactId>ph-schematron-maven-plugin</artifactId>
@@ -134,7 +134,7 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin> -->
<!-- allow getImplementationVersion for the pom.xml --> <!-- allow getImplementationVersion for the pom.xml -->
<plugin> <plugin>
@@ -167,24 +167,6 @@
</configuration> </configuration>
</plugin> </plugin>
<!-- /ZUV --> <!-- /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> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>