You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2007/11/27 18:21:33 UTC

svn commit: r598702 - /commons/proper/lang/trunk/pom.xml

Author: mbenson
Date: Tue Nov 27 09:21:31 2007
New Revision: 598702

URL: http://svn.apache.org/viewvc?rev=598702&view=rev
Log:
checkstyle

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=598702&r1=598701&r2=598702&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Tue Nov 27 09:21:31 2007
@@ -415,6 +415,13 @@
           <source>${maven.compile.source}</source>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>