From 8badc18fe233c039623ba988abbec2e146e8eb62 Mon Sep 17 00:00:00 2001 From: Jae Gangemi Date: Thu, 3 Oct 2024 18:33:12 -0600 Subject: [PATCH] - added 'maven-dependency-plugin' configuration for mockito agent (#17) - minor changes for jacoco --- pom.xml | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 771bf53..1cc02ae 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -10,7 +12,7 @@ dangernoodle-io-build-pom - 14.3.1-SNAPSHOT + 14.4.0-SNAPSHOT pom ${project.artifactId} @@ -65,17 +67,14 @@ org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - Abstract*.java - - - ${logback.defaultLogLevel} - ${ut.slf4j.defaultLogLevel} - - + maven-dependency-plugin + + + + properties + + + org.apache.maven.plugins @@ -127,6 +126,21 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + @{argLine} -javaagent:${org.mockito:mockito-core:jar} + + Abstract*.java + + + ${logback.defaultLogLevel} + ${ut.slf4j.defaultLogLevel} + + + com.github.hazendaz.maven coveralls-maven-plugin @@ -136,6 +150,9 @@ org.jacoco jacoco-maven-plugin ${jacoco-maven-plugin.version} + + true + io.fabric8 @@ -235,9 +252,6 @@ true - - true -