Author: lindner
Date: Tue Sep 14 08:07:44 2010
New Revision: 996782
URL: http://svn.apache.org/viewvc?rev=996782&view=rev
Log:
add clirr build checks to insure we don't break any APIs
Modified:
shindig/branches/2.0.x/java/common/pom.xml
shindig/branches/2.0.x/java/gadgets/pom.xml
shindig/branches/2.0.x/java/social-api/pom.xml
Modified: shindig/branches/2.0.x/java/common/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/common/pom.xml?rev=996782&r1=996781&r2=996782&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/common/pom.xml (original)
+++ shindig/branches/2.0.x/java/common/pom.xml Tue Sep 14 08:07:44 2010
@@ -70,6 +70,14 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <executions>
+ <execution> <goals><goal>check</goal></goals> </execution>
+ </executions>
+ <configuration> <logResults>true</logResults> </configuration>
+ </plugin>
</plugins>
</build>
Modified: shindig/branches/2.0.x/java/gadgets/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/gadgets/pom.xml?rev=996782&r1=996781&r2=996782&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/gadgets/pom.xml (original)
+++ shindig/branches/2.0.x/java/gadgets/pom.xml Tue Sep 14 08:07:44 2010
@@ -58,6 +58,14 @@
</compilerArguments>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <executions>
+ <execution> <goals><goal>check</goal></goals> </execution>
+ </executions>
+ <configuration> <logResults>true</logResults> </configuration>
+ </plugin>
</plugins>
<resources>
<resource>
Modified: shindig/branches/2.0.x/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/social-api/pom.xml?rev=996782&r1=996781&r2=996782&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/social-api/pom.xml (original)
+++ shindig/branches/2.0.x/java/social-api/pom.xml Tue Sep 14 08:07:44 2010
@@ -51,6 +51,17 @@
</includes>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <executions>
+ <execution> <goals><goal>check</goal></goals> </execution>
+ </executions>
+ <configuration> <logResults>true</logResults> </configuration>
+ </plugin>
+ </plugins>
+
</build>
<profiles>