From 17981489ab843735cdcc898fab2082c0ac926a03 Mon Sep 17 00:00:00 2001 From: kiy0taka Date: Wed, 28 Dec 2011 08:11:16 +0900 Subject: [PATCH] JUnit4 test is failed with maven-junit-plugin --- test/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/test/pom.xml b/test/pom.xml index 9ca22cc3d4..34f2179500 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -138,6 +138,23 @@ THE SOFTWARE. + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + + add-test-source + + + + ${project.basedir}/src/test/junit4 + + + + + org.kohsuke.stapler maven-stapler-plugin @@ -203,6 +220,17 @@ THE SOFTWARE. + + + maven-surefire-plugin + + + false + + **/UseRecipesWithJenkinsRuleTest.java + + + org.kohsuke @@ -241,6 +269,9 @@ THE SOFTWARE. true + + org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.class + -- GitLab