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.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-04-02 18:48:17 +00:00
parent 6b16efdc22
commit cedf1dfaa9
2 changed files with 2 additions and 3 deletions

View File

@ -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"/>

View File

@ -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>