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:35 UTC

[3/3] lucene-solr:branch_7_1: 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/94dd4424
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/94dd4424
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/94dd4424

Branch: refs/heads/branch_7_1
Commit: 94dd442483b44d510e5f78f6eadf122b6abdc624
Parents: a481557
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:22:01 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/94dd4424/build.xml
----------------------------------------------------------------------
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>