Author: tfischer
Date: Sat Feb 13 10:44:05 2010
New Revision: 909786
URL: http://svn.apache.org/viewvc?rev=909786&view=rev
Log:
add checkstyle report plugin
Modified:
db/torque/torque4/trunk/torque-maven-parent/pom.xml
Modified: db/torque/torque4/trunk/torque-maven-parent/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/pom.xml?rev=909786&r1=909785&r2=909786&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-parent/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-parent/pom.xml Sat Feb 13 10:44:05 2010
@@ -440,6 +440,15 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+
<configLocation>${basedir}/../torque-maven-parent/turbine-checkstyle.xml</configLocation>
+
<headerLocation>${basedir}/../torque-maven-parent/checkstyle-license.txt</headerLocation>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]