Author: dion
Date: Sun Apr 16 07:23:29 2006
New Revision: 394492

URL: http://svn.apache.org/viewcvs?rev=394492&view=rev
Log:
Add checkstyle and findbugs reports

Modified:
    jakarta/commons/proper/jexl/trunk/project.properties
    jakarta/commons/proper/jexl/trunk/project.xml

Modified: jakarta/commons/proper/jexl/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/project.properties?rev=394492&r1=394491&r2=394492&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/project.properties (original)
+++ jakarta/commons/proper/jexl/trunk/project.properties Sun Apr 16 07:23:29 
2006
@@ -1,5 +1,3 @@
-maven.checkstyle.properties = checkstyle.xml
-
 # uncomment the next line to work in offline mode (no jar download & no 
linkcheck)
 #maven.mode.online=
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
@@ -51,3 +49,7 @@
   rulesets/coupling.xml,\
   rulesets/design.xml,\
   rulesets/strings.xml
+
+maven.checkstyle.format=sun
+maven.checkstyle.excludes=org/apache/commons/jexl/parser/Parser*.java,org/apache/commons/jexl/parser/SimpleCharStream.java,org/apache/commons/jexl/parser/Token*.java
+maven.checkstyle.header.file=${basedir}/src/conf/header.txt
\ No newline at end of file

Modified: jakarta/commons/proper/jexl/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/project.xml?rev=394492&r1=394491&r2=394492&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/project.xml (original)
+++ jakarta/commons/proper/jexl/trunk/project.xml Sun Apr 16 07:23:29 2006
@@ -144,6 +144,18 @@
         </comment>
       </properties>
     </dependency>
+    <dependency>
+      <groupId>maven-plugins</groupId>
+      <artifactId>maven-findbugs-plugin</artifactId>
+      <version>1.1</version>
+      <url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>
+      <type>plugin</type>
+      <properties>
+        <comment>
+            &lt;strong&gt;Site Only&lt;/strong&gt; - v1.1 (minimum)
+        </comment>
+      </properties>
+    </dependency>
   </dependencies>
   <build>
     <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
@@ -160,6 +172,8 @@
   <reports>
     <report>maven-changelog-plugin</report>
     <report>maven-changes-plugin</report>
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-findbugs-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-file-activity-plugin</report>
     <report>maven-javadoc-plugin</report>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to