You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by is...@apache.org on 2009/12/17 15:51:48 UTC

svn commit: r891738 - /lucene/mahout/trunk/maven/pom.xml

Author: isabel
Date: Thu Dec 17 14:51:45 2009
New Revision: 891738

URL: http://svn.apache.org/viewvc?rev=891738&view=rev
Log:
MAHOUT-210 - yet another try to get to work on Hudson what works fine
locally.

Modified:
    lucene/mahout/trunk/maven/pom.xml

Modified: lucene/mahout/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=891738&r1=891737&r2=891738&view=diff
==============================================================================
--- lucene/mahout/trunk/maven/pom.xml (original)
+++ lucene/mahout/trunk/maven/pom.xml Thu Dec 17 14:51:45 2009
@@ -160,7 +160,7 @@
               <id>validate</id>
               <phase>validate</phase>
               <configuration>
-                <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>
@@ -282,7 +282,7 @@
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <configLocation>mahout-checkstyle.xml</configLocation>
+          <configLocation>${project.build.directory}/maven/src/main/resources/mahout-checkstyle.xml</configLocation>
           <consoleOutput>true</consoleOutput>
         </configuration>
       </plugin>