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 2008/04/03 00:52:48 UTC

svn commit: r644100 - /commons/sandbox/functor/trunk/pom.xml

Author: mbenson
Date: Wed Apr  2 15:52:47 2008
New Revision: 644100

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

Modified:
    commons/sandbox/functor/trunk/pom.xml

Modified: commons/sandbox/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=644100&r1=644099&r2=644100&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Wed Apr  2 15:52:47 2008
@@ -109,5 +109,17 @@
       </plugin>
     </plugins>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <excludes>**/parser/*</excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>