Author: jbalunas(a)redhat.com
Date: 2010-05-12 14:25:39 -0400 (Wed, 12 May 2010)
New Revision: 17007
Modified:
root/build/parent/trunk/pom.xml
Log:
Minor update for a property name change to skip checkstyle
Modified: root/build/parent/trunk/pom.xml
===================================================================
--- root/build/parent/trunk/pom.xml 2010-05-12 18:21:59 UTC (rev 17006)
+++ root/build/parent/trunk/pom.xml 2010-05-12 18:25:39 UTC (rev 17007)
@@ -129,7 +129,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.3</version>
<configuration>
- <skip>${skipch}</skip>
+ <skip>${skipCheckstyle}</skip>
</configuration>
</plugin>
<plugin>