You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/01/11 20:22:34 UTC

[2/3] lucene-solr:branch_7_2: SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant target jenkins-maven-nightly

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/72afa6e7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/72afa6e7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/72afa6e7

Branch: refs/heads/branch_7_2
Commit: 72afa6e7514a913e565b04a2586692e5a7e746e8
Parents: e4e7e9e
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Jan 11 15:14:38 2018 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Jan 11 15:15:26 2018 -0500

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72afa6e7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9db8312..19420c1 100755
--- a/build.xml
+++ b/build.xml
@@ -849,12 +849,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>