You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ro...@apache.org on 2010/05/26 03:56:52 UTC

svn commit: r948285 - /mahout/trunk/pom.xml

Author: robinanil
Date: Wed May 26 01:56:51 2010
New Revision: 948285

URL: http://svn.apache.org/viewvc?rev=948285&view=rev
Log:
MAHOUT-231 make checkstyle directory relative to the build

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=948285&r1=948284&r2=948285&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Wed May 26 01:56:51 2010
@@ -345,7 +345,7 @@
                             <phase>validate</phase>
                             <configuration>
                               <!-- classpath -->
-                                <configLocation>/mahout-checkstyle.xml</configLocation>
+                                <configLocation>${project.build.directory}/../../maven/src/main/resources/mahout-checkstyle.xml</configLocation>
                                 <consoleOutput>true</consoleOutput>
                                 <failsOnError>false</failsOnError>
                                 <linkXRef>false</linkXRef>