# HG changeset patch # User Lars Francke # Date 1267130976 -3600 # Node ID a0db5a2ee90e8679888bb70cd0cdf211cf872fb6 # Parent 6ef449b8651111c8024cab0b196281345c8b2e80 [mq]: mvnext diff -r 6ef449b86511 -r a0db5a2ee90e contrib/pom.xml --- a/contrib/pom.xml Thu Feb 25 21:46:26 2010 +0100 +++ b/contrib/pom.xml Thu Feb 25 21:49:36 2010 +0100 @@ -2,7 +2,6 @@ 4.0.0 - org.apache.hbase hbase-contrib pom HBase Contrib diff -r 6ef449b86511 -r a0db5a2ee90e core/pom.xml --- a/core/pom.xml Thu Feb 25 21:46:26 2010 +0100 +++ b/core/pom.xml Thu Feb 25 21:49:36 2010 +0100 @@ -75,9 +75,6 @@ org.apache.maven.plugins maven-surefire-plugin - always - -Xmx512m - true **/SoftValueSortedMapTest.java **/*$* diff -r 6ef449b86511 -r a0db5a2ee90e pom.xml --- a/pom.xml Thu Feb 25 21:46:26 2010 +0100 +++ b/pom.xml Thu Feb 25 21:49:36 2010 +0100 @@ -163,6 +163,7 @@ 0.2.0 1.4.0 1.5.8 + 3.2 @@ -259,11 +260,20 @@ maven-surefire-plugin 2.5 + + always + -Xmx512m + true + maven-javadoc-plugin 2.6.1 + + maven-clean-plugin + 2.4 + @@ -326,6 +336,11 @@ ${hadoop-mapred.version} test + + net.sf.jopt-simple + jopt-simple + ${jopt.version} + diff -r 6ef449b86511 -r a0db5a2ee90e src/assembly/bin.xml --- a/src/assembly/bin.xml Thu Feb 25 21:46:26 2010 +0100 +++ b/src/assembly/bin.xml Thu Feb 25 21:49:36 2010 +0100 @@ -46,6 +46,15 @@ + org.apache.hbase:hbase-contrib-mdc_replication + + + contrib/mdc_replication/ + false + + + + org.apache.hbase:hbase-contrib-stargate