From edf7953c4683529f535f813d26573fcf108a1cc9 Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Mon, 4 Jul 2011 22:12:52 +0100 Subject: [PATCH] use build-helper and dependency-unpack for some of the antrun stuff Conflicts: war/pom.xml --- war/pom.xml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/war/pom.xml b/war/pom.xml index 7cd0e8979f..39c352e4fb 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -48,6 +48,13 @@ THE SOFTWARE. + + org.jenkins-ci + executable-war + 1.20 + provided + + org.jenkins-ci.main jenkins-core @@ -148,6 +155,7 @@ THE SOFTWARE. + list-dependencies generate-resources list @@ -156,6 +164,21 @@ THE SOFTWARE. ${basedir}/target/classes/dependencies.txt + + + executable-war-header + generate-resources + + unpack-dependencies + + + org.jenkins-ci + executable-war + provided + **/*.class + target/generated-resources + + @@ -197,14 +220,6 @@ THE SOFTWARE. - - - - - - - - -- GitLab