From 41cd52328d32cc13cd046c4c6c4c0f4920f05efa Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 17 Jan 2020 18:17:36 -0500 Subject: Minor updates and such --- clformat/pom.xml | 187 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 105 insertions(+), 82 deletions(-) (limited to 'clformat/pom.xml') diff --git a/clformat/pom.xml b/clformat/pom.xml index 23ddb58..5fdc5a2 100644 --- a/clformat/pom.xml +++ b/clformat/pom.xml @@ -1,89 +1,112 @@ - - 4.0.0 - - BJCUtils-Parent - bjc - 1.0.0 - + + 4.0.0 + + BJCUtils-Parent + bjc + 1.0.0 + - clformat - jar + clformat + jar - - UTF-8 - + + UTF-8 + - clformat + clformat - - - junit - junit - 4.12 - test - - - bjc - BJC-Utils2 - 1.0.0 - + + + junit + junit + 4.12 + test + + + bjc + BJC-Utils2 + 1.0.0 + + + bjc + inflexion + 1.0.0 + + + io.github.bculkin2442 + esodata + 1.0-SNAPSHOT + + + + + + data/ + + **/*.txt + **/*.sprop + + + + + + maven-compiler-plugin + 3.7.0 - - bjc - inflexion - 1.0.0 - - - - - - - data/ - - - **/*.txt - **/*.sprop - - - - - - - maven-compiler-plugin - 3.7.0 - - - 1.8 - 1.8 - - - - maven-clean-plugin - 3.0.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-surefire-plugin - 2.20.1 - - - maven-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.20.1 + + + ${surefireArgLine} + + + + org.jacoco + jacoco-maven-plugin + 0.8.2 + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + -- cgit v1.2.3