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 -