You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2008/11/26 23:36:12 UTC

svn commit: r721008 - /lucene/tika/trunk/pom.xml

Author: jukka
Date: Wed Nov 26 14:36:11 2008
New Revision: 721008

URL: http://svn.apache.org/viewvc?rev=721008&view=rev
Log:
TIKA-175: Retrotranslate Tika for use in Java 1.4 environments

Use the retrotranslator-maven-plugin to generate an extra build artifact, with classifier "jdk14", that allows Tika to be used with Java 1.4.

Modified:
    lucene/tika/trunk/pom.xml

Modified: lucene/tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/pom.xml?rev=721008&r1=721007&r2=721008&view=diff
==============================================================================
--- lucene/tika/trunk/pom.xml (original)
+++ lucene/tika/trunk/pom.xml Wed Nov 26 14:36:11 2008
@@ -298,6 +298,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>retrotranslator-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>translate-project</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>