You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2012/04/30 00:46:33 UTC

svn commit: r1332012 - /gump/metadata/project/google-guava.xml

Author: billbarker
Date: Sun Apr 29 22:46:33 2012
New Revision: 1332012

URL: http://svn.apache.org/viewvc?rev=1332012&view=rev
Log:
See if installing the parent pom helps, and add the reactor (which should fail)

Modified:
    gump/metadata/project/google-guava.xml

Modified: gump/metadata/project/google-guava.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/google-guava.xml?rev=1332012&r1=1332011&r2=1332012&view=diff
==============================================================================
--- gump/metadata/project/google-guava.xml (original)
+++ gump/metadata/project/google-guava.xml Sun Apr 29 22:46:33 2012
@@ -42,7 +42,16 @@
   </project>
 
   <project name="google-guava-parent" >
+    <mvn2install artifactId="guava-parent" />
     <pom name="pom.xml" id="guava-parent" />
   </project>
+  
+  <project name="google-gauva-reactor">
+    <package>com.google.guava</package>
+
+    <mvn2 />
+
+    <depend project="google-guava" />
+  </project>
 </module>