Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 13561 invoked from network); 13 Feb 2007 05:57:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 05:57:18 -0000 Received: (qmail 64289 invoked by uid 500); 13 Feb 2007 05:57:25 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 64250 invoked by uid 500); 13 Feb 2007 05:57:24 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 64239 invoked by uid 99); 13 Feb 2007 05:57:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 21:57:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [217.160.230.40] (HELO mout.perfora.net) (217.160.230.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 21:57:14 -0800 Received: from [75.21.232.39] (helo=[10.0.1.2]) by mrelay.perfora.net (node=mrelayus1) with ESMTP (Nemesis), id 0MKp2t-1HGqeq01MA-0007Ab; Tue, 13 Feb 2007 00:56:53 -0500 Message-ID: <45D15322.3030902@ungoverned.org> Date: Tue, 13 Feb 2007 00:56:50 -0500 From: "Richard S. Hall" User-Agent: Thunderbird 2.0b2 (X11/20070116) MIME-Version: 1.0 To: felix-dev@incubator.apache.org Subject: Re: Building the Felix trunk References: <45D08DBE.3040809@ungoverned.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: perfora.net abuse@perfora.net login:b399c17105f59dfa36985f08f30e623d X-Provags-ID2: V01U2FsdGVkX1+SI5EbJqvFRJRnwP1+pZ0N9ZYgaj0maaNp6rqrxDRU+Q2YdkSJgjLqxt3k31mPMrGmRO6EZjrr24YCX5DupaHCXc2Qln3ER+H0lhMiBdDhmA== X-Virus-Checked: Checked by ClamAV on apache.org Steven E. Harris wrote: > "Steven E. Harris" writes: > > >> This may be related to the "repository" elements not specifying >> whether each repository offers snapshots or releases (I just tried >> adding these specifications, but the problem persists) >> > > Adding the following elements to the pluginRepository elements fixes > the problem: > > > false > > > true > > > The point being: Don't look for released plugins in the Apache > snapshot repository. > Ok, cool. I have made this mod to the pom file...hopefully this updated version will now work for everyone...it worked for me. Thanks. -> richard