Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A766CEC70 for ; Tue, 12 Feb 2013 21:23:00 +0000 (UTC) Received: (qmail 92282 invoked by uid 500); 12 Feb 2013 21:22:59 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 92239 invoked by uid 500); 12 Feb 2013 21:22:59 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 92232 invoked by uid 99); 12 Feb 2013 21:22:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 21:22:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sarowe@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 21:22:51 +0000 Received: by mail-vc0-f176.google.com with SMTP id fk10so342342vcb.7 for ; Tue, 12 Feb 2013 13:22:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=l2w2NU5976uY3ThgtIqkJcfoDpM+J71GGSyPa2hN7NA=; b=DH68pLAlqjoovu4teUhqrSR5RY731e+InV0TwELbc1WHObWCYi73qimZ9t4rJZljXr Z0CHtQsbhSzAxax99egBrIy+V9lnrGSZPiFGg1NTxQ+KBv3+mSc0FOqtc+EMoIFvOEod bGuOXNbS2JuWEVBIEDuFKisBlnjtziVwMH3tiuBODr/B/5vR3V9b+JDaqB2HgoAlyhyj AHT86dSPrInatpn10gB+B3oDoF3W3czrpBOioPB3h1a2sEQ5uEZjeaECyyC65R3AoExw b2qNDmZovIWDBOm75BsTVDcDCBxlcG6Lsfa37MpksX07+kIxMZrdOJM+jcGFfqOTOoco t0iw== X-Received: by 10.52.240.166 with SMTP id wb6mr4133124vdc.21.1360704150586; Tue, 12 Feb 2013 13:22:30 -0800 (PST) Received: from [192.168.1.204] (cpe-67-249-104-72.twcny.res.rr.com. [67.249.104.72]) by mx.google.com with ESMTPS id w5sm24578401vdi.13.2013.02.12.13.22.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Feb 2013 13:22:29 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-4.x #244: POMs out of sync From: Steve Rowe In-Reply-To: Date: Tue, 12 Feb 2013 16:22:26 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <1DC92E03-E05D-4BED-81D8-73A5719093F4@gmail.com> References: <1879645011.1734.1360696305484.JavaMail.hudson@aegis> To: dev@lucene.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org I committed a fix for the facet module to trunk and branch_4x. Facet = module tests pass for me now under the Maven build. I checked all the other modules for the same issue, and the demo module = also was missing the same POM configuration, so I committed a fix for it = at the same time. Steve On Feb 12, 2013, at 2:28 PM, Steve Rowe wrote: > Looks like the facet POM doesn't include the (new) src/resources/ = directory, so the SPI file located there doesn't make into the jar, and = the tests fail. >=20 > I'll work on a fix, should be trivial. >=20 > Steve >=20 > On Feb 12, 2013, at 2:19 PM, Shai Erera wrote: >=20 >> Hmm, doesn't fail for me. Is it related to MAVEN maybe? Do Codecs = (SPI) need to be handled somehow special with MAVEN? >>=20 >> Shai >>=20 >> On Tue, Feb 12, 2013 at 9:11 PM, Apache Jenkins Server = wrote: >> 56FD69FD2D611E4C >>=20 >>=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org