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:
Steven Rowe 2011-05-14 21:24:50 +00:00
parent 46e85ef249
commit acb3c8be3a
1 changed files with 2 additions and 0 deletions

View File

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