From aca7e1aba47667f23c2b66d0c8a79d41b7481e07 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Sun, 28 Oct 2018 12:22:24 -0400 Subject: Testing Doing more command testing, and introducing coverage testing --- base/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) (limited to 'base/pom.xml') diff --git a/base/pom.xml b/base/pom.xml index 1415276..f5eea88 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -10,6 +11,58 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + ${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 + + + + maven-compiler-plugin 3.7.0 @@ -91,5 +144,7 @@ icu4j 58.2 + + -- cgit v1.2.3