From 7694402ae4b97e0df4d8f8312e9afecd87eef962 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 12 Jan 2014 08:18:18 -0500 Subject: [PATCH] updated to support MySQL test cases Former-commit-id: a96b3700b1230130d43e65277884fc49ac301666 --- dependency-check-core/pom.xml | 63 +++++++++++++++++++++++++++++------ 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index c2e3728c2..e9858122e 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -135,7 +135,7 @@ along with Dependency-Check. If not, see . org.codehaus.mojo cobertura-maven-plugin - 2.5.2 + 2.6 @@ -185,14 +185,9 @@ along with Dependency-Check. If not, see . org.apache.maven.plugins maven-surefire-plugin - 2.14 + 2.16 - - net.sourceforge.cobertura.datafile - ${project.build.directory}/cobertura/cobertura.ser - target - data.directory ${project.build.directory}/data @@ -204,13 +199,14 @@ along with Dependency-Check. If not, see . **/*IntegrationTest.java + **/*MySQLTest.java org.apache.maven.plugins maven-failsafe-plugin - 2.14 + 2.16 @@ -294,12 +290,12 @@ along with Dependency-Check. If not, see . org.codehaus.mojo cobertura-maven-plugin - 2.5.2 + 2.6 org.apache.maven.plugins maven-surefire-report-plugin - 2.14 + 2.16 @@ -572,4 +568,51 @@ along with Dependency-Check. If not, see . true + + + MySQL-IntegrationTest + + + mysql + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.16 + + true + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.16 + + + + data.directory + ${project.build.directory}/data + + + + **/*MySQLTest.java + + + + + + integration-test + verify + + + + + + + +