Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 75895 invoked from network); 6 Oct 2010 19:43:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 19:43:47 -0000 Received: (qmail 1719 invoked by uid 500); 6 Oct 2010 19:43:45 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 1650 invoked by uid 500); 6 Oct 2010 19:43:45 -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 1640 invoked by uid 99); 6 Oct 2010 19:43:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 19:43:45 +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 (nike.apache.org: domain of sshock@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qy0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 19:43:38 +0000 Received: by qyk7 with SMTP id 7so760000qyk.9 for ; Wed, 06 Oct 2010 12:43:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ijMiZ1qW8gUIaELecM9AgxHVm/OrXtaHgKA2QBoVVo8=; b=cZFN9zVJp4HrVsudUxaBLA5t/hrqmf5w6PJ7kl47iXnu4Odk0f3KhBuys9liq7RxWG /6x8NdjLavagmwsue4CLG7H1BTLzPSKnYwd1FrfIzj+WECV137HzqqV/o7um/pGOKgCV w4eakpHYheI/r2XHae/1ShWZlnuqVMTMXwmmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=qIKVyLXwnQ/xuuREDwu8aFn5k9rqnvncwhA+0obzJGY34VhVKspfiE1NUL4EgN20dE tIduxo4UTkkJTv+beuoAhkJgN9rgeEjilzOA/L7oUldHQQJu+n1U0jKwOVI8PZ84zVHP zOyeaALoT2wkdZXYBLn1HPytFS2aPvyZHn7MQ= Received: by 10.229.96.84 with SMTP id g20mr9103471qcn.122.1286394198061; Wed, 06 Oct 2010 12:43:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.91.211 with HTTP; Wed, 6 Oct 2010 12:42:57 -0700 (PDT) In-Reply-To: <4CACCFFB.5060004@artifact-software.com> References: <9D29FD18CBD74A478CBA86E6EF6DBAD40590AA56@CHI4EVS04.corp.transunion.com> <9D29FD18CBD74A478CBA86E6EF6DBAD40590AAC3@CHI4EVS04.corp.transunion.com> <4CAA3FF6.5020401@artifact-software.com> <4CAAB710.3060504@artifact-software.com> <096279EA359451438F36BB02EE0E4706012247E1@m-s-app130.global.fjh.com> <4CACCFFB.5060004@artifact-software.com> From: Phillip Hellewell Date: Wed, 6 Oct 2010 13:42:57 -0600 Message-ID: Subject: Re: Can't specify distributionManagement in settings.xml To: Maven Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Oct 6, 2010 at 1:37 PM, Ron Wheeler wrote: >> >> No worries. =C2=A0I've already got Nexus installed (just dropped the WAR >> into Tomcat; almost too easy). =C2=A0I just haven't played with it enoug= h >> yet to make sure it can do everything I need it to (like copy >> artifacts between repositories). >> > Should never need to do this. When you say "Should never need to do this", are you also saying that it is not supported? If I deploy non-snapshot builds to the snapshot repository first (because I don't consider them released until QA approval), then I want to move those to the release repo after QA approval, why would I want the hassle with finding where I checked out the project (or worse, check it out again and rebuild it), just so I can deploy it to another repo when it's going to be identical, even the version number? Speaking of copying between repositories, is there also a way to delete artifacts in a repository (I need to "move", which means copy + delete). Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org