You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bi...@apache.org on 2010/04/07 01:15:05 UTC

svn commit: r931368 - /lucene/mahout/trunk/collections-codegen-plugin/pom.xml

Author: bimargulies
Date: Tue Apr  6 23:15:04 2010
New Revision: 931368

URL: http://svn.apache.org/viewvc?rev=931368&view=rev
Log:
oops, forgot to test clean build

Modified:
    lucene/mahout/trunk/collections-codegen-plugin/pom.xml

Modified: lucene/mahout/trunk/collections-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections-codegen-plugin/pom.xml?rev=931368&r1=931367&r2=931368&view=diff
==============================================================================
--- lucene/mahout/trunk/collections-codegen-plugin/pom.xml (original)
+++ lucene/mahout/trunk/collections-codegen-plugin/pom.xml Tue Apr  6 23:15:04 2010
@@ -30,6 +30,19 @@
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <encoding>UTF-8</encoding>
+          <source>1.6</source>
+          <target>1.6</target>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   <dependencies>
     <dependency>