From b4429bed89bb8df31590ed4a7ad50417ef95c55e Mon Sep 17 00:00:00 2001 From: Andreas Penski Date: Fri, 28 Jun 2019 13:58:09 +0200 Subject: [PATCH] #14 load from jar einfacher --- pom.xml | 48 +++++++++---------- .../api/CheckConfiguration.java | 4 +- .../impl/RelativeUriResolver.java | 9 +++- .../impl/ScenarioRepository.java | 1 + .../impl/DocumentParserTest.java | 2 +- 5 files changed, 37 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 5235fd8..0b9b978 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,12 @@ 4.0.0 - + KoSIT XML Prüftool Implementierung - + de.kosit 1.1.0-SNAPSHOT - + validationtool KoSIT XML Prüftool zur Prüfung von XML Dateien gegenüber definierten Szenarien. @@ -19,7 +19,7 @@ http://www.xoev.de - + renzo.kottmann Renzo Kottmann KoSIT @@ -58,7 +58,7 @@ file:${project.basedir}/libs - + org.projectlombok @@ -89,7 +89,7 @@ ${version.slf4j} true - + org.apache.commons commons-lang3 @@ -130,9 +130,9 @@ packaged-test-scenarios 1.0.0 - + - + @@ -143,7 +143,7 @@ true - + org.apache.maven.plugins @@ -175,7 +175,7 @@ UTF-8 - + org.apache.maven.plugins maven-shade-plugin @@ -233,7 +233,7 @@ - + org.apache.maven.plugins maven-assembly-plugin @@ -257,8 +257,8 @@ - - + + org.codehaus.mojo @@ -275,7 +275,7 @@ src/generated/java - + @@ -310,7 +310,7 @@ - + org.jacoco @@ -350,7 +350,7 @@ -Dfile.encoding=UTF-8 ${jacocoArgumentsJUnit} - + org.apache.maven.plugins maven-source-plugin @@ -364,7 +364,7 @@ - + org.apache.maven.plugins maven-release-plugin @@ -373,7 +373,7 @@ v@{project.version} - + org.codehaus.mojo exec-maven-plugin @@ -401,9 +401,9 @@ -r ${project.build.testOutputDirectory}/examples/repository -D - + - + @@ -437,20 +437,20 @@ integration-test verify - + - + - + https://github.com/itplr-kosit/validationtool.git scm:git:https://github.com/itplr-kosit/validationtool.git v1.0.0 - +