You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/07 01:22:04 UTC

svn commit: r493611 - /jakarta/commons/sandbox/finder/trunk/pom.xml

Author: dennisl
Date: Sat Jan  6 16:22:03 2007
New Revision: 493611

URL: http://svn.apache.org/viewvc?view=rev&rev=493611
Log:
Add Checkstyle report.

Modified:
    jakarta/commons/sandbox/finder/trunk/pom.xml

Modified: jakarta/commons/sandbox/finder/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/pom.xml?view=diff&rev=493611&r1=493610&r2=493611
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/pom.xml Sat Jan  6 16:22:03 2007
@@ -86,6 +86,13 @@
           </reportSet>
         </reportSets>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>checkstyle.xml</configLocation>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org