You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/10/12 11:40:45 UTC

svn commit: r1182288 - /gump/metadata/project/ws-commons.xml

Author: bodewig
Date: Wed Oct 12 09:40:45 2011
New Revision: 1182288

URL: http://svn.apache.org/viewvc?rev=1182288&view=rev
Log:
Axiom uses its own version of the shade plugin

Modified:
    gump/metadata/project/ws-commons.xml

Modified: gump/metadata/project/ws-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons.xml?rev=1182288&r1=1182287&r2=1182288&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Wed Oct 12 09:40:45 2011
@@ -127,6 +127,7 @@
     <depend project="axiom-common-impl"/>
     <depend project="axiom-common-impl-testsuite"/>
     <depend project="axiom-dom-testsuite"/>
+    <depend project="axiom-shade-plugin-patched"/>
     <depend project="axiom-testsuite"/>
     <option project="commons-io"/>
     <option project="commons-logging"/>
@@ -161,6 +162,7 @@
     <depend project="axiom-buildutils"/>
     <depend project="axiom-common-impl"/>
     <depend project="axiom-common-impl-testsuite"/>
+    <depend project="axiom-shade-plugin-patched"/>
     <depend project="axiom-testsuite"/>
     <option project="axiom-testutils"/>
     <option project="commons-io"/>
@@ -201,6 +203,16 @@
     <pom name="axiom/modules/axiom-testutils/pom.xml"/>
   </project>
 
+  <project name="axiom-shade-plugin-patched"
+           groupId="org.apache.ws.commons.axiom">
+    <depend project="axiom-parent"/>
+    <mvn2 basedir="axiom/modules/shade-plugin-patched" goal="install"
+          separateLocalRepository="ws-commons"/>
+    <jar name="axiom/modules/shade-plugin-patched/target/shade-plugin-patched-*[0-9T].jar"
+         id="shade-plugin-patched"/>
+    <pom name="axiom/modules/shade-plugin-patched/pom.xml"/>
+  </project>
+
   <project name="ws-commons-axiom" groupId="org.apache.ws.commons.axiom">
     <package>org.apache.ws.commons.om</package>
     <package>ws-commons-axiom</package>