Author: bobby
Date: Mon Mar  5 23:07:31 2012
New Revision: 1297274

URL: http://svn.apache.org/viewvc?rev=1297274&view=rev
Log:
HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing 
(Khiwal Lee via bobby)

Modified:
    hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

Modified: hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml?rev=1297274&r1=1297273&r2=1297274&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml Mon Mar  5 23:07:31 
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>


Reply via email to