mirror of https://github.com/apache/lucene.git
add compile-test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1005487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6eaed1ad94
commit
0f1f892316
|
@ -34,6 +34,14 @@
|
|||
</sequential>
|
||||
</target>
|
||||
|
||||
<target name="compile-test" description="Compile all tests">
|
||||
<sequential>
|
||||
<subant target="compile-test" inheritall="false" failonerror="true">
|
||||
<fileset dir="analysis" includes="build.xml" />
|
||||
</subant>
|
||||
</sequential>
|
||||
</target>
|
||||
|
||||
<target name="generate-maven-artifacts" description="Generate Maven Artifacts for Modules">
|
||||
<sequential>
|
||||
<subant target="dist-maven" inheritall="false" failonerror="true">
|
||||
|
|
Loading…
Reference in New Issue