mirror of https://github.com/apache/lucene.git
LUCENE-1421: Specialize the dist-maven target for the new grouping module, so that generate-maven-artifacts can succeed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46e85ef249
commit
acb3c8be3a
|
@ -10,4 +10,6 @@
|
||||||
|
|
||||||
<import file="../../lucene/contrib/contrib-build.xml"/>
|
<import file="../../lucene/contrib/contrib-build.xml"/>
|
||||||
<property name="working.dir" location="work"/>
|
<property name="working.dir" location="work"/>
|
||||||
|
|
||||||
|
<target name="dist-maven" depends="jar-core,javadocs,contrib-build.dist-maven" />
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue