You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/04/02 20:48:18 UTC

svn commit: r1308456 - in /lucene/dev/trunk: build.xml dev-tools/maven/pom.xml.template

Author: sarowe
Date: Mon Apr  2 18:48:17 2012
New Revision: 1308456

URL: http://svn.apache.org/viewvc?rev=1308456&view=rev
Log:
LUCENE-3930: Maven configuration: fix bootstrap installation of renamed lang-detect jar; make 'get-maven-poms' target depend on top-level 'resolve' target so that bootstrap installation will have jars to install.

Modified:
    lucene/dev/trunk/build.xml
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1308456&r1=1308455&r2=1308456&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Mon Apr  2 18:48:17 2012
@@ -66,7 +66,7 @@
   </target>
 
   <property name="version" value="4.0-SNAPSHOT"/>
-  <target name="get-maven-poms" 
+  <target name="get-maven-poms" depends="resolve"
           description="Copy Maven POMs from dev-tools/maven/ to their target locations">
     <copy todir="." overwrite="true">
       <fileset dir="${basedir}/dev-tools/maven"/>

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1308456&r1=1308455&r2=1308456&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Mon Apr  2 18:48:17 2012
@@ -614,7 +614,6 @@
           </execution>
         </executions>
       </plugin>
-      
     </plugins>
   </build>
   <profiles>
@@ -652,7 +651,7 @@
                   <artifactId>solr-langdetect</artifactId>
                   <version>${project.version}</version>
                   <packaging>jar</packaging>
-                  <file>solr/contrib/langid/lib/langdetect-r111.jar</file>
+                  <file>solr/contrib/langid/lib/langdetect-c51112119be53a81e59706ce57bacaa90c052284.jar</file>
                 </configuration>
               </execution>
             </executions>