From d4aaf0ce3d5f9052f845057e2af102d6e755f9cf Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Thu, 26 May 2011 23:32:56 +0000 Subject: [PATCH] LUCENE-2995: specialize the dist-maven target for the new suggest module so that the generate-maven-artifacts target can succeed. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128121 13f79535-47bb-0310-9956-ffa450edef68 --- modules/benchmark/build.xml | 18 ++++++++++++++++++ modules/grouping/build.xml | 18 ++++++++++++++++++ modules/suggest/build.xml | 2 ++ 3 files changed, 38 insertions(+) diff --git a/modules/benchmark/build.xml b/modules/benchmark/build.xml index 37a6f57df04..e49137aeb5d 100644 --- a/modules/benchmark/build.xml +++ b/modules/benchmark/build.xml @@ -1,4 +1,22 @@ + + + diff --git a/modules/grouping/build.xml b/modules/grouping/build.xml index 6a4e9920b2f..6aee1915476 100644 --- a/modules/grouping/build.xml +++ b/modules/grouping/build.xml @@ -1,4 +1,22 @@ + + + Collectors for grouping search results diff --git a/modules/suggest/build.xml b/modules/suggest/build.xml index 4b5fa921d48..f10718a5d25 100755 --- a/modules/suggest/build.xml +++ b/modules/suggest/build.xml @@ -44,4 +44,6 @@ + +