You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2019/04/12 16:25:32 UTC

[lucene-solr] 01/02: LUCENE-2562: Luke has no Maven artifacts

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

tomoko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit f85c08224b47e10f3482f27f3811b44dcae3be59
Author: Tomoko Uchida <to...@apache.org>
AuthorDate: Fri Apr 12 19:50:00 2019 +0900

    LUCENE-2562: Luke has no Maven artifacts
---
 lucene/luke/build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lucene/luke/build.xml b/lucene/luke/build.xml
index 9064d26..1584ef7 100644
--- a/lucene/luke/build.xml
+++ b/lucene/luke/build.xml
@@ -74,4 +74,9 @@
   <target name="compile-core"
           depends="jar-codecs,jar-backward-codecs,jar-analyzers-common,jar-misc,jar-queryparser,jar-queries,jar-misc,common.compile-core"/>
 
+  <!-- Luke has no Maven artifacts -->
+  <target name="-dist-maven"/>
+  <target name="-install-to-maven-local-repo"/>
+  <target name="-validate-maven-dependencies"/>
+  <target name="-append-module-dependencies-properties"/>
 </project>