From f4b96d4164d03d4bb610529c60dacf4f47bec281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Sta=CC=88rk?= Date: Fri, 31 May 2019 14:43:43 +0200 Subject: [PATCH] correct indentation, added plugin to supply version number for runtime inquiry --- pom.xml | 454 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 224 insertions(+), 230 deletions(-) diff --git a/pom.xml b/pom.xml index dc2a5c4..d2dbb8a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,101 +1,91 @@ - - 4.0.0 - - org.zugferd - ZUV - jar - 0.7.0-SNAPSHOT - - - - mavencentral - http://repo.maven.apache.org/maven2 - - - sonatype-oss-public - https://oss.sonatype.org/content/groups/public/ - - true - - - true - - - - mustang-mvn-repo - https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/ - - - - - 1.1.2 - UTF-8 - - - - - - javax.xml.bind - jaxb-api - 2.1 - - - - - - ch.qos.logback - logback-classic - 1.2.3 - - - ch.qos.logback - logback-core - 1.2.3 - - - - com.googlecode.slf4j-maven-plugin-log - slf4j-maven-plugin-log - 1.0.0 - - - + sonatype-oss-public + https://oss.sonatype.org/content/groups/public/ + + true + + + true + + + + mustang-mvn-repo + https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/ + + + + 1.1.2 + UTF-8 + + + + + javax.xml.bind + jaxb-api + 2.1 + + + + ch.qos.logback + logback-classic + 1.2.3 + + + ch.qos.logback + logback-core + 1.2.3 + + + + com.googlecode.slf4j-maven-plugin-log + slf4j-maven-plugin-log + 1.0.0 + + - - - - - org.verapdf - validation-model - 1.12.1 - - - - com.helger - ph-schematron - 5.0.8 - - - - org.mustangproject.ZUGFeRD - mustang - 1.7.1 - + + org.verapdf + validation-model + 1.12.1 + + + + com.helger + ph-schematron + 5.0.8 + + + org.mustangproject.ZUGFeRD + mustang + 1.7.1 + - - - - com.sanityinc - jargs - 2.0-SNAPSHOT - - + com.sanityinc + jargs + 2.0-SNAPSHOT + + - - + - - - org.riversun - bigdoc - 0.3.0 - - - junit - junit - 4.12 - test - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - - - true - ZUV.main - - - - jar-with-dependencies - - + + org.apache.maven.plugins + maven-jar-plugin + + + + true + true + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + + true + ZUV.main + + + + jar-with-dependencies + + - - 1.7 - 1.7 - - - - + 1.7 + 1.7 + + + + - - - org.apache.maven.plugins - maven-shade-plugin - 2.4.3 - - - - ZUV.Main - - - false - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - log4j:log4j - - ** - - - - commons-logging:commons-logging - - ** - - - - com.sun.xml.bind:jaxb-impl - - ** - - - - com.sun.xml.bind:jaxb-core - - ** - - - - - - - package - - shade - - - - - - - - - - - - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - A business-friendly OSS license - - - - - Jochen Stärk - jstaerk@usegroup.de - - architect - developer - - - - + + org.apache.maven.plugins + maven-shade-plugin + 2.4.3 + + + + ZUV.Main + + + false + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + log4j:log4j + + ** + + + + commons-logging:commons-logging + + ** + + + + com.sun.xml.bind:jaxb-impl + + ** + + + + com.sun.xml.bind:jaxb-core + + ** + + + + + + + package + + shade + + + + + + + + + + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + Jochen Stärk + jstaerk@usegroup.de + + architect + developer + + + + \ No newline at end of file