From 70754ca8e7f5a21abef730d46be2affbe5629890 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Tue, 24 Mar 2009 00:04:27 +0000 Subject: [PATCH] Moving the cobertura magic to a profile so that POM won't prevent NetBeans from running a single unit test. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16500 71c3de6d-444a-0410-be80-ed276b4c234a --- core/pom.xml | 80 +++++++++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 35 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index fbe2fdde19..98214b2910 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -191,41 +191,6 @@ THE SOFTWARE. - - org.codehaus.groovy.maven - gmaven-plugin - - - - test - - execute - - - ${project.basedir}/src/build-script/unitTest.groovy - - - - - - org.apache.ant - ant-junit - 1.7.0 - - - net.sourceforge.cobertura - cobertura - 1.9 - - - - - - maven-surefire-plugin - - true - - @@ -299,6 +264,51 @@ THE SOFTWARE. + + + cobertura + + + + org.codehaus.groovy.maven + gmaven-plugin + + + + test + + execute + + + ${project.basedir}/src/build-script/unitTest.groovy + + + + + + org.apache.ant + ant-junit + 1.7.0 + + + net.sourceforge.cobertura + cobertura + 1.9 + + + + + + maven-surefire-plugin + + true + + + + + sorcerer -- GitLab