From cdaba9198e9c8d19ed273754dc47602e028b68ff Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 18 Jun 2019 17:44:44 -0400 Subject: Update POM --- pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c259386..934ba8a 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,11 @@ maven-surefire-plugin 2.22.1 + + + ${surefireArgLine} + maven-jar-plugin @@ -142,6 +147,49 @@ + + 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 + + + + @@ -198,6 +246,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + -- cgit v1.2.3