Author: jkuhnert
Date: Mon Nov 13 22:45:45 2006
New Revision: 474675
URL: http://svn.apache.org/viewvc?view=rev&rev=474675
Log:
Stripped out checkstyle.
Modified:
tapestry/tapestry4/trunk/tapestry-annotations/pom.xml
tapestry/tapestry4/trunk/tapestry-contrib/pom.xml
tapestry/tapestry4/trunk/tapestry-framework/pom.xml
tapestry/tapestry4/trunk/tapestry-portlet/pom.xml
Modified: tapestry/tapestry4/trunk/tapestry-annotations/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-annotations/pom.xml?view=diff&rev=474675&r1=474674&r2=474675
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-annotations/pom.xml Mon Nov 13 22:45:45
2006
@@ -138,14 +138,6 @@
</reportSet>
</reportSets>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
-
<configLocation>${basedir}/../tapestry-checkstyle.xml</configLocation>
- </configuration>
- </plugin>
</plugins>
</reporting>
Modified: tapestry/tapestry4/trunk/tapestry-contrib/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/pom.xml?view=diff&rev=474675&r1=474674&r2=474675
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-contrib/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-contrib/pom.xml Mon Nov 13 22:45:45 2006
@@ -127,14 +127,6 @@
</reportSet>
</reportSets>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
-
<configLocation>${basedir}/../tapestry-checkstyle.xml</configLocation>
- </configuration>
- </plugin>
</plugins>
</reporting>
Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?view=diff&rev=474675&r1=474674&r2=474675
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Mon Nov 13 22:45:45 2006
@@ -227,7 +227,7 @@
</reportSet>
</reportSets>
</plugin>
-
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -236,6 +236,7 @@
<configLocation>${basedir}/../tapestry-checkstyle.xml</configLocation>
</configuration>
</plugin>
+ -->
</plugins>
</reporting>
Modified: tapestry/tapestry4/trunk/tapestry-portlet/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-portlet/pom.xml?view=diff&rev=474675&r1=474674&r2=474675
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-portlet/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-portlet/pom.xml Mon Nov 13 22:45:45 2006
@@ -134,13 +134,6 @@
</reportSet>
</reportSets>
</plugin>
-
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
-
<configLocation>${basedir}/../tapestry-checkstyle.xml</configLocation>
- </configuration>
- </plugin>
</plugins>
</reporting>