mirror of https://github.com/apache/lucene.git
LUCENE-3149 -- fix maven-dist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31fca6e58b
commit
50fb06de1a
|
@ -135,7 +135,7 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
|
|||
|
||||
<target name="dist-maven" depends="contrib-build.dist-maven">
|
||||
<m2-deploy-with-pom-template pom.xml="lib/lucene-icu4j-pom.xml.template"
|
||||
jar.file="lib/icu4j-4_6.jar" />
|
||||
jar.file="lib/icu4j-4_8.jar" />
|
||||
</target>
|
||||
|
||||
<target name="javadocs" depends="compile-core">
|
||||
|
|
Loading…
Reference in New Issue