From 06d936f695598576d58865ab2a355d982d1a38e5 Mon Sep 17 00:00:00 2001 From: James Nord Date: Fri, 4 Mar 2016 16:16:35 +0000 Subject: [PATCH] Excluded war from test from the test harness. Whilst this is not used in the dependencies, the enforcer plugin downloads the i1.580.1 jar so it can scan it. Most likely a bug in the extra-enforcer-rules but we obviously don;t need it as we have an explicit dependency on the latest version! --- test/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/pom.xml b/test/pom.xml index 7767a50fa6..e494f99052 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -65,6 +65,12 @@ THE SOFTWARE. jenkins-test-harness 2.5 test + + + ${project.groupId} + jenkins-war + + ${project.groupId} -- GitLab