SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant target jenkins-maven-nightly

This commit is contained in:
Steve Rowe 2018-01-11 15:14:38 -05:00
parent 13773755b8
commit c73bc6b145
1 changed files with 2 additions and 2 deletions

View File

@ -850,12 +850,12 @@ Test args: [${args}]</echo>
</target> </target>
<target name="jenkins-maven-nightly" depends="-print-java-info,clean,clean-maven-build,resolve-groovy,resolve-markdown,install-maven-tasks"> <target name="jenkins-maven-nightly" depends="-print-java-info,clean,clean-maven-build,resolve-groovy,resolve-markdown,install-maven-tasks">
<!-- step 1: build, install, deploy, and validate ANT-generated maven artifacts: --> <!-- step 1: build, install, validate and publish ANT-generated maven artifacts: -->
<antcall> <antcall>
<param name="is.jenkins.build" value="true"/> <param name="is.jenkins.build" value="true"/>
<target name="remove-maven-artifacts"/> <target name="remove-maven-artifacts"/>
<!-- this implicitely publishes the maven artifacts: -->
<target name="validate-maven-dependencies"/> <target name="validate-maven-dependencies"/>
<target name="generate-maven-artifacts"/>
</antcall> </antcall>
<!-- step 2: run the maven build to check that the pom templates also work to drive "mvn": --> <!-- step 2: run the maven build to check that the pom templates also work to drive "mvn": -->
<antcall> <antcall>