Author: gnodet
Date: Wed May 2 01:41:08 2007
New Revision: 534355
URL: http://svn.apache.org/viewvc?view=rev&rev=534355
Log:
Remove checkstyle plugin (the site can not be build automatically)
Modified:
incubator/servicemix/branches/servicemix-3.1/pom.xml
Modified: incubator/servicemix/branches/servicemix-3.1/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/pom.xml?view=diff&rev=534355&r1=534354&r2=534355
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/pom.xml Wed May 2 01:41:08
2007
@@ -1781,14 +1781,6 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>2.1</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <configLocation>build/checkstyle.xml</configLocation>
- </configuration>
- </plugin>
</plugins>
</reporting>
</project>