Explorar o código

merge -r 1411883:1411884 from trunk. FIXES: HADOOP-9072

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1411891 13f79535-47bb-0310-9956-ffa450edef68
Thomas Graves %!s(int64=12) %!d(string=hai) anos
pai
achega
936bf29ae5
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 1 1
      pom.xml

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -854,6 +854,9 @@ Release 0.23.6 - UNRELEASED
 
   BUG FIXES
 
+    HADOOP-9072. Hadoop-Common-0.23-Build Fails to build in Jenkins 
+    (Robert Parker via tgraves)
+
 Release 0.23.5 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 1
pom.xml

@@ -410,7 +410,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
             <groupId>com.atlassian.maven.plugins</groupId>
             <artifactId>maven-clover2-plugin</artifactId>
             <configuration>
-              <includesAllSourceRoots>true</includesAllSourceRoots>
+              <includesAllSourceRoots>false</includesAllSourceRoots>
               <includesTestSourceRoots>true</includesTestSourceRoots>
               <licenseLocation>${cloverLicenseLocation}</licenseLocation>
               <cloverDatabase>${cloverDatabase}</cloverDatabase>