You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2009/06/04 20:01:38 UTC

svn commit: r781812 - /lucene/mahout/trunk/pom.xml

Author: gsingers
Date: Thu Jun  4 18:01:38 2009
New Revision: 781812

URL: http://svn.apache.org/viewvc?rev=781812&view=rev
Log:
MAHOUT-128: pom update

Modified:
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=781812&r1=781811&r2=781812&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Thu Jun  4 18:01:38 2009
@@ -19,12 +19,14 @@
   <description>Scalable machine learning libraries</description>
 
   <modules>
+    <module>maven</module>
     <module>core</module>
     <module>taste-web</module>
     <module>examples</module>
   </modules>
 
   <build>
+    <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>