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/02/09 05:08:55 UTC

svn commit: r907925 - in /lucene/mahout/trunk: core/pom.xml maven/pom.xml

Author: robinanil
Date: Tue Feb  9 04:08:55 2010
New Revision: 907925

URL: http://svn.apache.org/viewvc?rev=907925&view=rev
Log:
MAHOUT-282 Committing for Drew

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

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=907925&r1=907924&r2=907925&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Tue Feb  9 04:08:55 2010
@@ -47,27 +47,6 @@
           <optimize>true</optimize>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptorRefs>
-            <descriptorRef>bin</descriptorRef>
-          </descriptorRefs>
-
-        </configuration>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <!-- this is used for inheritance merges -->
-            <phase>package</phase>
-            <!-- append to the packaging phase. -->
-            <goals>
-              <goal>single</goal>
-              <!-- goals == mojos -->
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
 
       <!-- create test jar so other modules can reuse the core test utility classes. -->
       <plugin>

Modified: lucene/mahout/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=907925&r1=907924&r2=907925&view=diff
==============================================================================
--- lucene/mahout/trunk/maven/pom.xml (original)
+++ lucene/mahout/trunk/maven/pom.xml Tue Feb  9 04:08:55 2010
@@ -165,10 +165,6 @@
             <artifactId>commons-el</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
           </exclusion>