You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2018/02/10 23:01:57 UTC

lucene-solr:branch_7x: LUCENE-7966: Improve Solr build to not import Groovy too often (artifacts, distribution, ...)

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 5325669d9 -> b14a60ee8


LUCENE-7966: Improve Solr build to not import Groovy too often (artifacts, distribution,...)


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

Branch: refs/heads/branch_7x
Commit: b14a60ee8de950439578c6f96f1e333a0a40f947
Parents: 5325669
Author: Uwe Schindler <us...@apache.org>
Authored: Sun Feb 11 00:00:34 2018 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Sun Feb 11 00:01:42 2018 +0100

----------------------------------------------------------------------
 solr/common-build.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b14a60ee/solr/common-build.xml
----------------------------------------------------------------------
diff --git a/solr/common-build.xml b/solr/common-build.xml
index 9975a73..1701c60 100644
--- a/solr/common-build.xml
+++ b/solr/common-build.xml
@@ -170,13 +170,14 @@
   </target>
 
   <target name="prep-lucene-jars" 
-          depends="jar-lucene-core, jar-backward-codecs, jar-analyzers-phonetic, jar-analyzers-kuromoji, jar-codecs,jar-expressions, jar-suggest, jar-highlighter, jar-memory,
+          depends="resolve-groovy,
+                   jar-lucene-core, jar-backward-codecs, jar-analyzers-phonetic, jar-analyzers-kuromoji, jar-codecs,jar-expressions, jar-suggest, jar-highlighter, jar-memory,
                    jar-misc, jar-spatial-extras, jar-spatial3d, jar-grouping, jar-queries, jar-queryparser, jar-join, jar-sandbox, jar-classification">
       <property name="solr.deps.compiled" value="true"/>
   </target>
   
   <target name="lucene-jars-to-solr" 
-          depends="-lucene-jars-to-solr-not-for-package,-lucene-jars-to-solr-package"/>
+          depends="resolve-groovy,-lucene-jars-to-solr-not-for-package,-lucene-jars-to-solr-package"/>
   
   <target name="-lucene-jars-to-solr-not-for-package" unless="called.from.create-package">
     <sequential>