Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 20289 invoked from network); 4 Oct 2010 20:51:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 20:51:38 -0000 Received: (qmail 67751 invoked by uid 500); 4 Oct 2010 20:51:35 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 67642 invoked by uid 500); 4 Oct 2010 20:51:35 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 67634 invoked by uid 99); 4 Oct 2010 20:51:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 20:51:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hilco.wijbenga@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-ew0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 20:51:30 +0000 Received: by ewy1 with SMTP id 1so4130171ewy.30 for ; Mon, 04 Oct 2010 13:51:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Mr7E+Ls+rsu+dfwKhwPuFhsXnhbY7NZPMovYIouSM+A=; b=UKtcR9vySi1Y4nr0N9basAQC4pEWskImNv+SYgTFtHdURrv1dCpc0/3sbIgg+9QTYs Sx+j2SGJu7YlUQvsrfHOc6xf8VvPIh8UqJzx6JPPdjqq4FI5jh+c8LF3VVd8gpxh3BoC vt7sdEWHR+q6CULQxLytY5v9w1jE8i0lGu0Js= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=w0KsY5c5eI3mjx1Al4QhtC+7WiLszHet84+KURdWdfiaSHnrLPAodl4jhtmFLKfYPb k9jOtsLxncvYN7eaFP53I2KxvYlXEfTHYyBbp6K4TjWeNmbjTkAWPK1ZKKN1rhurebFY ebQXDVAj0fHh6EVMmrcgGUUV9AcMODx8syplA= MIME-Version: 1.0 Received: by 10.14.37.10 with SMTP id x10mr6496284eea.30.1286225457520; Mon, 04 Oct 2010 13:50:57 -0700 (PDT) Received: by 10.14.45.72 with HTTP; Mon, 4 Oct 2010 13:50:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Oct 2010 13:50:57 -0700 Message-ID: Subject: Re: Maven 2 & 3 + Hudson + Nexus From: Hilco Wijbenga To: Maven Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 4 October 2010 13:38, Stevo Slavi=C4=87 wrote: > Check policy settings of any repository definition from where problematic > (snapshot) dependency is supposed to be fetched from. The Nexus setup is as follows: Public Repositories (group) contains Public Snapshot Repositories (group) contains Company Snapshots (proxy) uses Remote Repository (snapshots). The proxy has policy snapshots. The group repositories don't seem to have a policy. This has been working before so I think it's okay. > Maybe you'll reproduce > issue locally once you clean your local repository (probably dependency > artifact is there so you can build locally but hudson can not access > repository where dependency artifact resides). Actually I *can* reproduce the issue locally. All I need to do is remove the problematic POM from my local repository and use Maven 2. With Maven 3, however, there is no issue. > Also if you're using > alternate settings.xml to configure repository access there's a known > bugin hudson. I am not using an alternate settings.xml. It's all in /home/user/.m2/settings.xml. Cheers, Hilco --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org