You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dr...@apache.org on 2010/08/10 18:41:41 UTC

svn commit: r984112 - /mahout/trunk/distribution/pom.xml

Author: drew
Date: Tue Aug 10 16:41:41 2010
New Revision: 984112

URL: http://svn.apache.org/viewvc?rev=984112&view=rev
Log:
Fixed dependency declaration for mahout-taste-webapp to specify 'war' type instead of default jar.

Modified:
    mahout/trunk/distribution/pom.xml

Modified: mahout/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/pom.xml?rev=984112&r1=984111&r2=984112&view=diff
==============================================================================
--- mahout/trunk/distribution/pom.xml (original)
+++ mahout/trunk/distribution/pom.xml Tue Aug 10 16:41:41 2010
@@ -105,6 +105,7 @@
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-taste-webapp</artifactId>
       <version>${project.version}</version>
+      <type>war</type>
     </dependency>
   </dependencies>