You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/07/29 00:04:47 UTC

svn commit: r680526 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

Author: hboutemy
Date: Mon Jul 28 15:04:45 2008
New Revision: 680526

URL: http://svn.apache.org/viewvc?rev=680526&view=rev
Log:
workaround a bug in clirr with some hidden plexus classes

Modified:
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml?rev=680526&r1=680525&r2=680526&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Mon Jul 28 15:04:45 2008
@@ -224,6 +224,9 @@
             <artifactId>clirr-maven-plugin</artifactId>
             <configuration>
               <comparisonVersion>2.0.9</comparisonVersion>
+              <includes>
+                <include>org/apache/maven/*</include>
+              </includes>
             </configuration>
           </plugin>
         </plugins>