From 8c63791b9c2475457ba8fea9afec524c879f719b Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 9 Sep 2021 16:03:45 +0200 Subject: [PATCH] tidy up pom.xml with xmllint --format --- schema_salad/java/pom.xml | 321 ++++++++++++++++++-------------------- 1 file changed, 156 insertions(+), 165 deletions(-) diff --git a/schema_salad/java/pom.xml b/schema_salad/java/pom.xml index 61c333ae..e5f7e053 100644 --- a/schema_salad/java/pom.xml +++ b/schema_salad/java/pom.xml @@ -1,171 +1,162 @@ - 4.0.0 - - ${group_id} - ${artifact_id} - jar - ${project_name} - - ${version} - - - 3.7 - UTF-8 - UTF-8 - 8 - 8 - - - - - ${license_name} - ${license_url} - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - 11 - true - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.21.0 - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.1.1 - - - - - org.apache.maven.plugins - maven-jar-plugin - - - src/main/resources/META-INF/MANIFEST.MF - + 4.0.0 + ${group_id} + ${artifact_id} + jar + ${project_name} + + ${version} + + 3.7 + UTF-8 + UTF-8 + 8 + 8 + + + + ${license_name} + ${license_url} + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + true + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.21.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + - - - maven-assembly-plugin - - - - ${package}.utils.Validator - - - - jar-with-dependencies - - - - - com.coveo - fmt-maven-plugin - 2.9 - - - - format - - - - - - - - - - - org.apache.commons - commons-lang3 - ${commonslang.version} - - - - + + + org.apache.maven.plugins + maven-jar-plugin + + + src/main/resources/META-INF/MANIFEST.MF + + + + + maven-assembly-plugin + + + + ${package}.utils.Validator + + + + jar-with-dependencies + + + + + com.coveo + fmt-maven-plugin + 2.9 + + + + format + + + + + + + - - junit - junit - 4.13.1 - - - org.snakeyaml - snakeyaml-engine - 2.2.1 - + + org.apache.commons + commons-lang3 + ${commonslang.version} + - - - - travis - - - env.TRAVIS - true - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.7 - - - prepare-agent - - prepare-agent - - - - - - org.eluder.coveralls - coveralls-maven-plugin - 4.3.0 - - - javax.xml.bind - jaxb-api - 2.3.1 - - - - - - - - + + + + junit + junit + 4.13.1 + + + org.snakeyaml + snakeyaml-engine + 2.2.1 + + + + + travis + + + env.TRAVIS + true + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + prepare-agent + + prepare-agent + + + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + javax.xml.bind + jaxb-api + 2.3.1 + + + + + + +