You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bo...@apache.org on 2012/03/06 00:10:01 UTC

svn commit: r1297275 - /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

Author: bobby
Date: Mon Mar  5 23:10:01 2012
New Revision: 1297275

URL: http://svn.apache.org/viewvc?rev=1297275&view=rev
Log:
svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby)

Modified:
    hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

Modified: hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml?rev=1297275&r1=1297274&r2=1297275&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml Mon Mar  5 23:10:01 2012
@@ -180,7 +180,9 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
+      <!-- Disable generation of pdf using maven-pdf-plugin until v.1.2 is released.
+           See Hadoop 8064 for details. -->
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pdf-plugin</artifactId>
         <executions>
@@ -192,7 +194,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
     </plugins>
   </build>
 </project>