Author: konstantin.mishin
Date: 2008-03-11 14:00:16 -0400 (Tue, 11 Mar 2008)
New Revision: 6720
Modified:
trunk/pom.xml
Log:
add reporting
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-11 17:59:49 UTC (rev 6719)
+++ trunk/pom.xml 2008-03-11 18:00:16 UTC (rev 6720)
@@ -254,4 +254,26 @@
</reporting>
</profile>
</profiles>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <configLocation>src/main/reports/exadel-checks.xml</configLocation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <rulesets>
+ <ruleset>src/main/reports/PMDExadelRuleSet.xml</ruleset>
+ </rulesets>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
Show replies by date