You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/05/15 23:06:12 UTC

svn commit: r944718 - in /hadoop/hbase/trunk: CHANGES.txt pom.xml src/assembly/bin.xml

Author: stack
Date: Sat May 15 21:06:11 2010
New Revision: 944718

URL: http://svn.apache.org/viewvc?rev=944718&view=rev
Log:
HBASE-2523 Add check for licenses before rolling an RC, add to how-to-release doc. and check for inlining a tool that does this for us

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/pom.xml
    hadoop/hbase/trunk/src/assembly/bin.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=944718&r1=944717&r2=944718&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Sat May 15 21:06:11 2010
@@ -577,8 +577,11 @@ Release 0.21.0 - Unreleased
    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
+   HBASE-2523  Add check for licenses before rolling an RC, add to
+               how-to-release doc. and check for inlining a tool that does
+               this for us
 
 
   NEW FEATURES

Modified: hadoop/hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/pom.xml?rev=944718&r1=944717&r2=944718&view=diff
==============================================================================
--- hadoop/hbase/trunk/pom.xml (original)
+++ hadoop/hbase/trunk/pom.xml Sat May 15 21:06:11 2010
@@ -257,6 +257,10 @@
           <artifactId>maven-clean-plugin</artifactId>
           <version>2.4</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -429,6 +433,7 @@
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.1.2</version>
       </plugin>
+      <!-- Disabled for now.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
@@ -452,6 +457,7 @@
           <xmlOutput>true</xmlOutput>
         </configuration>
       </plugin>
+      -->
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <version>2.1</version>
@@ -472,16 +478,19 @@
           <maxmemory>1024m</maxmemory>
         -->
       </plugin>
+      <!--Disabled for now.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.3</version>
       </plugin>
+      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>2.1</version>
       </plugin>
+      <!-- Disabled for now
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
@@ -507,18 +516,23 @@
         <version>2.6.3</version>
       </plugin>
       <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.5</version>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.4</version>
       </plugin>
+      -->
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>2.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+      </plugin>
     </plugins>
   </reporting>
 </project>

Modified: hadoop/hbase/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/assembly/bin.xml?rev=944718&r1=944717&r2=944718&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/assembly/bin.xml (original)
+++ hadoop/hbase/trunk/src/assembly/bin.xml Sat May 15 21:06:11 2010
@@ -23,18 +23,6 @@
         </dependencySets>
       </binaries>
     </moduleSet>
-   <!-- Test jar-->
-   <moduleSet>
-     <includes>
-       <include>org.apache.hbase:hbase-core</include>
-     </includes>
-     <binaries>
-       <attachmentClassifier>tests</attachmentClassifier>
-       <outputFileNameMapping>hbase-${version}${dashClassifier}.jar</outputFileNameMapping>
-       <outputDirectory>/</outputDirectory>
-       <unpack>false</unpack>
-     </binaries>
-   </moduleSet>
     <!-- This ensures that the source jars are added-->
     <moduleSet>
       <includes>