Author: andyhot
Date: Sat Jun  5 03:31:39 2010
New Revision: 951643

URL: http://svn.apache.org/viewvc?rev=951643&view=rev
Log:
generate report of api changes through clirr plugin

Modified:
    tapestry/tapestry5/trunk/pom.xml
    tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
    tapestry/tapestry5/trunk/tapestry-core/pom.xml
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=951643&r1=951642&r2=951643&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Sat Jun  5 03:31:39 2010
@@ -316,6 +316,11 @@
             
<tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
           </configuration>
         </plugin>
+        <plugin>
+           <groupId>org.codehaus.mojo</groupId>
+           <artifactId>clirr-maven-plugin</artifactId>
+           <version>2.2.1</version>
+       </plugin>
       </plugins>
     </pluginManagement>
   </build>

Modified: tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-annotations/pom.xml?rev=951643&r1=951642&r2=951643&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-annotations/pom.xml Sat Jun  5 03:31:39 
2010
@@ -51,6 +51,17 @@
                     </reportSet>
                 </reportSets>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>clirr-maven-plugin</artifactId>
+                <configuration>
+                    <comparisonVersion>5.1.0.5</comparisonVersion>
+                    <excludes>
+                        <exclude>**/internal/**</exclude>
+                        <exclude>**/test/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=951643&r1=951642&r2=951643&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Sat Jun  5 03:31:39 2010
@@ -194,6 +194,20 @@
           <tapestryJavadoc>../apidocs</tapestryJavadoc>
         </configuration>
       </plugin>
+
+      <!-- Disabled - seems to have a problem working with generated classes 
(like org/apache/tapestry5/internal/antlr/*)-->
+      <!--plugin>
+           <groupId>org.codehaus.mojo</groupId>
+           <artifactId>clirr-maven-plugin</artifactId>
+           <configuration>
+               <comparisonVersion>5.1.0.5</comparisonVersion>
+               <excludes>
+                   <exclude>**/internal/**</exclude>
+                   <exclude>**/test/**</exclude>
+               </excludes>
+           </configuration>
+      </plugin-->
+
     </plugins>
   </reporting>
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=951643&r1=951642&r2=951643&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Sat Jun  5 03:31:39 2010
@@ -121,9 +121,19 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-                <!-- Version 2.1 is broken. -->
                 <version>${cobertura-plugin-version}</version>
-            </plugin>
+            </plugin>      
+           <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>clirr-maven-plugin</artifactId>
+               <configuration>
+                   <comparisonVersion>5.1.0.5</comparisonVersion>
+                   <excludes>
+                       <exclude>**/internal/**</exclude>
+                       <exclude>**/test/**</exclude>
+                   </excludes>
+               </configuration>
+           </plugin>
         </plugins>
     </reporting>
     <repositories>


Reply via email to