You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2009/03/13 23:08:10 UTC

svn commit: r753444 - /incubator/rat/main/trunk/apache-rat-plugin/pom.xml

Author: jochen
Date: Fri Mar 13 22:08:10 2009
New Revision: 753444

URL: http://svn.apache.org/viewvc?rev=753444&view=rev
Log:
Temporarily disabling the docck plugin, because it makes release:prepare fail.

Modified:
    incubator/rat/main/trunk/apache-rat-plugin/pom.xml

Modified: incubator/rat/main/trunk/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-plugin/pom.xml?rev=753444&r1=753443&r2=753444&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-plugin/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat-plugin/pom.xml Fri Mar 13 22:08:10 2009
@@ -153,6 +153,7 @@
       <id>release</id>
       <build>
         <plugins>
+<!-- 
           <plugin>
             <artifactId>maven-docck-plugin</artifactId>
               <executions>
@@ -163,6 +164,7 @@
                 </execution>
               </executions>
           </plugin>
+ -->
           <plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>