Author: jeastman
Date: Sat Oct 16 14:57:28 2010
New Revision: 1023302

URL: http://svn.apache.org/viewvc?rev=1023302&view=rev
Log:
Fixing build error that surfaces with Maven 3.0. Builds normally on earlier 
version

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1023302&r1=1023301&r2=1023302&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Sat Oct 16 14:57:28 2010
@@ -393,7 +393,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <configuration>
-                    
<appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
+                    
<appendedResourcesDirectory>./src/main/appended-resources</appendedResourcesDirectory>
                     <resourceBundles>
                         
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
                     </resourceBundles>


Reply via email to