This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to tag history/branches/lucene-solr/branch_7_1
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 94dd442483b44d510e5f78f6eadf122b6abdc624
Author: Steve Rowe <[email protected]>
AuthorDate: Thu Jan 11 15:14:38 2018 -0500

    SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant 
target jenkins-maven-nightly
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 5335957..b9695da 100755
--- a/build.xml
+++ b/build.xml
@@ -840,12 +840,12 @@ Test args: [${args}]</echo>
   </target>
   
   <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>
       <param name="is.jenkins.build" value="true"/>
       <target name="remove-maven-artifacts"/>
-      <!-- this implicitely publishes the maven artifacts: -->
       <target name="validate-maven-dependencies"/>
+      <target name="generate-maven-artifacts"/>
     </antcall>
     <!-- step 2: run the maven build to check that the pom templates also work 
to drive "mvn": -->
     <antcall>

Reply via email to