Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 1770 invoked from network); 4 Oct 2010 16:26:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 16:26:28 -0000 Received: (qmail 23679 invoked by uid 500); 4 Oct 2010 16:26:25 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 23580 invoked by uid 500); 4 Oct 2010 16:26:25 -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 23572 invoked by uid 99); 4 Oct 2010 16:26:25 -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 16:26:25 +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 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; Mon, 04 Oct 2010 16:26:19 +0000 Received: by qyk31 with SMTP id 31so1197487qyk.9 for ; Mon, 04 Oct 2010 09:25:58 -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=t1KotrQVeSGwTCZZN0k9QQc6XGbAadiZAAOxQBcI9z4=; b=VKCDiXtkYoUjbGebyPhzVs8fzC5Lu5Ukr8BE4PRyhpaSAn2jmpbsag5LhGbd6ab2Hb /HkQDfnpaL+9qWNrGQPBWUoZPqp5Tc37h0TL0jXpuRwGoB9je9ZQZKwHA6FjZ/ODQEPF FT/jCfc8QYF47pLm1hsFPACmLZbnBDvOM1Gj4= 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=VWPE6VN0DiaofoQzRbEB8B/aIed8VZ7R5D2mO3E/va4yTgEtKG/GEGZxlbIb+K3iir SkvqxriTXzQim9JCJIAftiVx4I8etw0A67HhFKmjk0siU7LEYLm21C8nzi1dfwv7X94j 4qPiAalsD9HCzMA+ydNks11g78f7KJMWFzEMI= Received: by 10.229.1.95 with SMTP id 31mr7048100qce.239.1286209557980; Mon, 04 Oct 2010 09:25:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.47.21 with HTTP; Mon, 4 Oct 2010 09:25:37 -0700 (PDT) In-Reply-To: References: From: Phillip Hellewell Date: Mon, 4 Oct 2010 10:25:37 -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 On Mon, Oct 4, 2010 at 10:10 AM, Wendy Smoak wrote: > On Mon, Oct 4, 2010 at 12:07 PM, Phillip Hellewell wro= te: > >> I don't want to have to specify the url of my company repository in >> every single POM. =C2=A0What could I be doing wrong? > > Put it in a top-level organization level pom, from which all of your > projects inherit. Thanks. That worked just great. It does feel kinda inconsistent though, that I can specify repositories to download from in settings.xml, but I can't specify a default repository to upload to when deploying. Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org