Author: niallp
Date: Sun Apr 25 12:12:25 2010
New Revision: 937786
URL: http://svn.apache.org/viewvc?rev=937786&view=rev
Log:
Add ${basedir} to checkstyle <configLocation> path configuration
Modified:
commons/sandbox/resources/trunk/pom.xml
Modified: commons/sandbox/resources/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/pom.xml?rev=937786&r1=937785&r2=937786&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/pom.xml (original)
+++ commons/sandbox/resources/trunk/pom.xml Sun Apr 25 12:12:25 2010
@@ -232,7 +232,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.1</version>
<configuration>
-
<configLocation>conf/ResourcesCheckStyle.xml</configLocation>
+
<configLocation>${basedir}/conf/ResourcesCheckStyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
</configuration>
</plugin>