mirror of https://github.com/apache/lucene.git
LUCENE-3753: build-contrib dependendency should be on compile-test, which compiles all test and non-test sources under lucene/, rather than on common.compile-test; otherwise, build outputs go to the wrong place and trigger a build failure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03ca9be6c4
commit
3519049d94
|
@ -440,7 +440,7 @@
|
|||
/>
|
||||
</target>
|
||||
|
||||
<target name="build-contrib" depends="common.compile-test"
|
||||
<target name="build-contrib" depends="compile-test"
|
||||
description="Builds all contrib modules and their tests">
|
||||
<contrib-crawl target="build-artifacts-and-tests"/>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue