Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merged revision(s) 1692474 from lucene/dev/trunk:
Browse files Browse the repository at this point in the history
LUCENE-6693: Add one more parameter-pass-through #3

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1692475 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
uschindler committed Jul 24, 2015
1 parent 02f1099 commit dfd909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ Test args: [${args}]</echo>
</antcall>
</target>

<target name="jenkins-maven-nightly" depends="-print-java-info,clean,clean-maven-build">
<target name="jenkins-maven-nightly" depends="-print-java-info,clean,clean-maven-build,resolve-groovy,resolve-pegdown,install-maven-tasks">
<!-- step 1: build, install, deploy, and validate ANT-generated maven artifacts: -->
<antcall>
<param name="is.jenkins.build" value="true"/>
Expand Down

0 comments on commit dfd909d

Please sign in to comment.