From 379ccd46c42ffcb92180492c1442d016f701ec28 Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Mon, 21 Aug 2017 16:01:29 -0400 Subject: [PATCH] SOLR-11181: Switch order of maven artifact publishing procedure: deploy first instead of locally installing first, to workaround a double repository push of *-sources.jar and *-javadoc.jar files. --- lucene/common-build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 50a758b32f8..c0965af5aa5 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -559,10 +559,6 @@ - - - - @@ -570,6 +566,10 @@ + + + +