From 0fbde9db5c54eba17f922ebd0c5e87e1f8fbf308 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Thu, 30 Jun 2011 05:02:36 +0000 Subject: [PATCH] Fixed dist-maven dependencies to be (jar-core,jar-src,javadocs) (since those are the artifacts to be copied and rechristened as maven artifacts). Not sure why this ever worked before as (compile-core,jar-src)... The new facet module was failing on 'ant generate-maven-artifacts' (from a clean'd checkout); this change fixes the problem. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141395 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/contrib/contrib-build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/contrib/contrib-build.xml b/lucene/contrib/contrib-build.xml index ae8ed125124..5b287c5a7e2 100644 --- a/lucene/contrib/contrib-build.xml +++ b/lucene/contrib/contrib-build.xml @@ -75,7 +75,7 @@ property="pom.xml.present"> - +