Index: CHANGES.txt =================================================================== --- CHANGES.txt (revision 944701) +++ CHANGES.txt (working copy) @@ -577,7 +577,7 @@ HBASE-2547 [mvn] assembly:assembly does not include hbase-X.X.X-test.jar (Paul Smith via Stack) HBASE-2037 The core elements of HBASE-2037: refactoring flushing, and adding - configurability in which HRegion subclass is instantiated + configurability in which HRegion subclass is instantiated HBASE-2248 Provide new non-copy mechanism to assure atomic reads in get and scan Index: src/assembly/bin.xml =================================================================== --- src/assembly/bin.xml (revision 944701) +++ src/assembly/bin.xml (working copy) @@ -23,18 +23,6 @@ - - - - org.apache.hbase:hbase-core - - - tests - hbase-${version}${dashClassifier}.jar - / - false - - Index: pom.xml =================================================================== --- pom.xml (revision 944701) +++ pom.xml (working copy) @@ -257,6 +257,10 @@ maven-clean-plugin 2.4 + + org.apache.rat + apache-rat-plugin + @@ -429,6 +433,7 @@ maven-project-info-reports-plugin 2.1.2 + maven-site-plugin 2.1 @@ -472,16 +478,19 @@ 1024m --> + org.apache.maven.plugins maven-jxr-plugin 2.1 + + maven-surefire-report-plugin + 2.5 + + maven-dependency-plugin 2.1 + + org.apache.rat + apache-rat-plugin +