From a3d468dae7b39cfabbd5011d31c3929fc2b68f0a Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Wed, 7 Nov 2012 15:59:09 +0100 Subject: [PATCH] Summary: No more copy-dependencies for awsapi This was also required for package building using ant/waf and should be completely replaced with the war build in maven. --- awsapi/pom.xml | 54 ++++---------------------------------------------- 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 2a492d94026..bc62bd63766 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -262,6 +262,10 @@ install src + src @@ -274,55 +278,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 2.5.1 - - - copy-dependencies - install - - copy-dependencies - - - ../deps/awsapi-lib/rampart-lib - false - false - true - rampart-core,rampart-policy,rampart-trust,slf4j-jdk14,slf4j-api,wss4j,joda-time,xmltooling,openws,velocity,opensaml,xmlsec,bcprov-jdk16 - - - - copy-axis2-war - install - - copy-dependencies - - - ../deps/awsapi-lib/ - false - false - true - axis2-webapp - - - - copy-mars - install - - copy-dependencies - - - ../deps/awsapi-lib/modules - false - false - true - rampart,rahas - - - - org.mortbay.jetty maven-jetty-plugin @@ -341,7 +296,6 @@