mirror of https://github.com/apache/lucene.git
Add javadocs-test-framework target for Jenkins builds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddc63adcfd
commit
54c5bde246
|
@ -148,6 +148,11 @@
|
|||
<contrib-crawl target="test" failonerror="true"/>
|
||||
</target>
|
||||
|
||||
<!-- test-framework targets -->
|
||||
<target name="javadocs-test-framework"> <!-- Called from Jenkins build script -->
|
||||
<ant dir="test-framework" target="javadocs" inheritAll="false"/>
|
||||
</target>
|
||||
|
||||
<!-- Webapp targets -->
|
||||
<target name="test-jsp">
|
||||
<ant dir="webapp" target="test" inheritall="false">
|
||||
|
|
Loading…
Reference in New Issue