Author: wesleyhales
Date: 2007-09-14 15:05:13 -0400 (Fri, 14 Sep 2007)
New Revision: 8275
Modified:
modules/common/trunk/common/pom.xml
Log:
reporting and test changes
Modified: modules/common/trunk/common/pom.xml
===================================================================
--- modules/common/trunk/common/pom.xml 2007-09-14 19:03:28 UTC (rev 8274)
+++ modules/common/trunk/common/pom.xml 2007-09-14 19:05:13 UTC (rev 8275)
@@ -194,6 +194,39 @@
</testResource>
</testResources>
</build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-changes-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
<properties>
<!--<build.resources>src/test/resources</build.resources>-->
<!--<env.build_resources>src/test/resources</env.build_resources>-->
Show replies by date