Return-Path: Delivered-To: apmail-maven-archiva-users-archive@locus.apache.org Received: (qmail 45414 invoked from network); 16 Jan 2008 17:22:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2008 17:22:53 -0000 Received: (qmail 61080 invoked by uid 500); 16 Jan 2008 17:22:42 -0000 Delivered-To: apmail-maven-archiva-users-archive@maven.apache.org Received: (qmail 61032 invoked by uid 500); 16 Jan 2008 17:22:42 -0000 Mailing-List: contact archiva-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-users@maven.apache.org Delivered-To: mailing list archiva-users@maven.apache.org Received: (qmail 61023 invoked by uid 99); 16 Jan 2008 17:22:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 09:22:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 17:22:18 +0000 Received: by an-out-0708.google.com with SMTP id d30so82558and.79 for ; Wed, 16 Jan 2008 09:22:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hwYdv/OB4bnVsfMuPRMbyfnh4PIiHj69b06rj/M65eo=; b=CyN5SIS7xoFdQdv3k8URHHYKuRBHQn9uE/fBLqeJckmkXCf52KVpT7Yurfv4zrKXKx23dYmFiCL9xIqBosyuSJkT/eNq8LC65Qsu3tnkBd1XsxrFAuwnuykxbZUvlnKuaYi5C+OMvpwqrYfZhR5HnecvrpdgYSzoOi276XlB6lQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q7QIe7ZIVMF6V1yXpCDqerhSMzjvEbWANb41csSnQQ4EcQvE+FoPxG1XqdPL5NktULB1Bu7Ep5j0KEAUvm85fREOF8XaYWKYK2BMVb/qOAkCWSRX/5oQ9bLDKwJ6gFeEjPhZxDWNgOlk2Wpzd14yvUd1Rl7XpaDcja1C1l9VxQ4= Received: by 10.101.1.7 with SMTP id d7mr2118662ani.91.1200504139527; Wed, 16 Jan 2008 09:22:19 -0800 (PST) Received: by 10.100.4.13 with HTTP; Wed, 16 Jan 2008 09:22:19 -0800 (PST) Message-ID: Date: Wed, 16 Jan 2008 10:22:19 -0700 From: "Wendy Smoak" To: archiva-users@maven.apache.org Subject: Re: [archiva] Arctifacts found on on worstation, but not build server. In-Reply-To: <4c30ee7d0801160913o419aab36oaa596f9431d887fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4c30ee7d0801160844w487a1e61k9605b1b111b3ab03@mail.gmail.com> <4c30ee7d0801160913o419aab36oaa596f9431d887fa@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 16, 2008 10:13 AM, Mick Knutson wrote: > So how on earth does that happen when the repository is set to 8080? What > would be changing the port to 8081? The effected server is Sun Solaris 10 > Sparc 64. Is this a server configuration issue? Is this something that would > happen if a local build would refer to the same machine? It's going to be somewhere in a pom or a settings.xml file as a repository or pluginRepository. (I believe you said you're using mirrors, so it's possible that the messages are misleading.) Continuum doesn't do anything special here, it just constructs a 'mvn ...' command line and captures the output. -- Wendy