From 394f215d0c02360010b7e8f18926f604717a6a5f Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Tue, 5 Jul 2011 11:16:31 +0100 Subject: [PATCH] use dependency:copy for classworlds --- maven-plugin/pom.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 57cdb409b0..832a13270f 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -384,24 +384,27 @@ THE SOFTWARE. - org.jvnet.maven-antrun-extended-plugin - maven-antrun-extended-plugin - + maven-dependency-plugin resgen generate-resources - run + + copy - false - - - + - - + + classworlds + classworlds + 1.1 + jar + ${project.build.outputDirectory} + classworlds.jar + + -- GitLab