You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/10/23 09:19:37 UTC

svn commit: r587407 - /tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Author: andyhot
Date: Tue Oct 23 00:19:36 2007
New Revision: 587407

URL: http://svn.apache.org/viewvc?rev=587407&view=rev
Log:
clirr plugin details - compare api with 4.1.2

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?rev=587407&r1=587406&r2=587407&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Tue Oct 23 00:19:36 2007
@@ -278,12 +278,15 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>clirr-maven-plugin</artifactId>
                 <configuration>
-                    <comparisonVersion>4.1.1</comparisonVersion>
+                    <comparisonVersion>4.1.2</comparisonVersion>
                     <minSeverity>info</minSeverity>
                     <textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
                     <excludes>
                         <exclude>**/internal/**</exclude>
                         <exclude>**/spi/**</exclude>
+                        <exclude>**/impl/**</exclude>
+                        <exclude>**/*Impl</exclude>
+                        <exclude>**/*Impl$*</exclude>
                     </excludes>
                 </configuration>
             </plugin>