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 2009/10/19 00:29:00 UTC

svn commit: r826546 - in /lucene/mahout/trunk: core/pom.xml examples/pom.xml taste-web/pom.xml utils/pom.xml

Author: robinanil
Date: Sun Oct 18 22:28:59 2009
New Revision: 826546

URL: http://svn.apache.org/viewvc?rev=826546&view=rev
Log:
MAHOUT-170 adding optimize=true flag during java compiles stage

Modified:
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/examples/pom.xml
    lucene/mahout/trunk/taste-web/pom.xml
    lucene/mahout/trunk/utils/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=826546&r1=826545&r2=826546&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Sun Oct 18 22:28:59 2009
@@ -26,6 +26,7 @@
           <encoding>UTF-8</encoding>
           <source>1.6</source>
           <target>1.6</target>
+          <optimize>true</optimize>
         </configuration>
       </plugin>
       <plugin>

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=826546&r1=826545&r2=826546&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Sun Oct 18 22:28:59 2009
@@ -58,6 +58,7 @@
           <encoding>UTF-8</encoding>
           <source>1.6</source>
           <target>1.6</target>
+          <optimize>true</optimize>
         </configuration>
       </plugin>
       <plugin>

Modified: lucene/mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/pom.xml?rev=826546&r1=826545&r2=826546&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/pom.xml (original)
+++ lucene/mahout/trunk/taste-web/pom.xml Sun Oct 18 22:28:59 2009
@@ -77,6 +77,7 @@
         <encoding>UTF-8</encoding>
         <source>1.6</source>
         <target>1.6</target>
+	<optimize>true</optimize>
       </configuration>
     </plugin>
       

Modified: lucene/mahout/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/utils/pom.xml?rev=826546&r1=826545&r2=826546&view=diff
==============================================================================
--- lucene/mahout/trunk/utils/pom.xml (original)
+++ lucene/mahout/trunk/utils/pom.xml Sun Oct 18 22:28:59 2009
@@ -57,6 +57,7 @@
           <encoding>UTF-8</encoding>
           <source>1.6</source>
           <target>1.6</target>
+          <optimize>true</optimize>
         </configuration>
       </plugin>
       <plugin>