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 2006/12/20 05:05:42 UTC

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

Author: andyhot
Date: Tue Dec 19 20:05:41 2006
New Revision: 488911

URL: http://svn.apache.org/viewvc?view=rev&rev=488911
Log:
clirr plugin for api changes. use mvn clirr:clirr to have target/clirr.txt generated

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?view=diff&rev=488911&r1=488910&r2=488911
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Tue Dec 19 20:05:41 2006
@@ -270,6 +270,21 @@
                     </dependency>
                 </dependencies>
             </plugin>
+            
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>clirr-maven-plugin</artifactId>
+                <configuration>
+                    <comparisonVersion>4.1.1</comparisonVersion>
+                    <minSeverity>info</minSeverity>
+                    <textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
+                    <excludes>
+                        <exclude>**/internal/**</exclude>
+                        <exclude>**/spi/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            
         </plugins>
     </build>