You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by li...@apache.org on 2013/07/31 20:18:21 UTC

svn commit: r1508979 - /hbase/branches/0.89-fb/pom.xml

Author: liyin
Date: Wed Jul 31 18:18:21 2013
New Revision: 1508979

URL: http://svn.apache.org/r1508979
Log:
[master] Exclude the replication/avro/rest package from mvn test

Author: liyintang

Summary: Exclude the replication/avro/rest package from mvn test

Test Plan: mvn test

Reviewers: manukranthk

Reviewed By: manukranthk

CC: hbase-eng@

Differential Revision: https://phabricator.fb.com/D906898

Modified:
    hbase/branches/0.89-fb/pom.xml

Modified: hbase/branches/0.89-fb/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.89-fb/pom.xml?rev=1508979&r1=1508978&r2=1508979&view=diff
==============================================================================
--- hbase/branches/0.89-fb/pom.xml (original)
+++ hbase/branches/0.89-fb/pom.xml Wed Jul 31 18:18:21 2013
@@ -419,6 +419,9 @@
                  dest="${project.build.directory}">
                   <patternset>
                     <include name="facebook-arc-jira-*/arc_jira_lib/**"/>
+            <exclude>**/replication/*.java</exclude>
+            <exclude>**/avro/*.java</exclude>
+            <exclude>**/rest/*.java</exclude>
                   </patternset>
                 </untar>
                 <move todir="${basedir}">