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:10:21 UTC

svn commit: r680531 - /maven/ant-tasks/trunk/pom.xml

Author: hboutemy
Date: Mon Jul 28 15:10:21 2008
New Revision: 680531

URL: http://svn.apache.org/viewvc?rev=680531&view=rev
Log:
workaround a bug in clirr with some hidden plexus classes (merged from 2.0.x branch r680526)

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=680531&r1=680530&r2=680531&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Mon Jul 28 15:10:21 2008
@@ -193,6 +193,9 @@
             <artifactId>clirr-maven-plugin</artifactId>
             <configuration>
               <comparisonVersion>2.0.9</comparisonVersion>
+              <includes>
+                <include>org/apache/maven/*</include>
+              </includes>
             </configuration>
           </plugin>
         </plugins>