Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 73552 invoked from network); 1 Feb 2010 15:18:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 15:18:41 -0000 Received: (qmail 67712 invoked by uid 500); 1 Feb 2010 15:18:38 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 67603 invoked by uid 500); 1 Feb 2010 15:18:38 -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 67588 invoked by uid 99); 1 Feb 2010 15:18:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 15:18:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of waynefay@gmail.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-iw0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 15:18:30 +0000 Received: by iwn11 with SMTP id 11so3804833iwn.16 for ; Mon, 01 Feb 2010 07:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=p8yRionQBSNgYbdwNYZ5Ag9tRp0iub2QfRdI/+7V7yc=; b=EpkqCZzZDHNb5zypG4PoqFGYawyCWEL9xJTrNSOC+ass2nI9sOO0QHStWxB77P1XXE 6Foq+NQ6KXbQLj6QS5kLGK736fZWj/4jU5JuertvFJZcDyczRyy9krkJGxNJdbUs/IvK y9M5FlbwWmipEnQHBN/p0oGF5fs5QbrzTQuy0= 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; b=bptcCPrCYfMIAuaFbUD3BsQoh1tcz3dJUBAEoPnJ1hMd1ZeaepyuczHBEeb8cj9hSP VEKkwE5EW+raFHyrm8CEA6ByzaPkv+H1JZoS3P2ek63PLFSMKqnfL69nlZGo3TOtCEwr 79bQEla2vMkuILIco2ySqLeevG0/1YeaZ0me8= MIME-Version: 1.0 Received: by 10.142.249.16 with SMTP id w16mr3139645wfh.346.1265037489070; Mon, 01 Feb 2010 07:18:09 -0800 (PST) In-Reply-To: <3219fff71002010506u3f2957fbpcbdc04b80c367714@mail.gmail.com> References: <3219fff71002010242s8fa3fcbka46e63abcbce6aad@mail.gmail.com> <01bf01caa33c$c0c03e30$cf857159@office.devexperts.com> <3219fff71002010506u3f2957fbpcbdc04b80c367714@mail.gmail.com> From: Wayne Fay Date: Mon, 1 Feb 2010 09:17:49 -0600 Message-ID: <52bab8691002010717p34cff734lec0e5c91cc669b6e@mail.gmail.com> Subject: Re: Automatic updates from repository To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > I don't want to use snapshot for every pom because it brings ugly postfixes > for artifacts e.g. when I deploy them to server, and i don't want to > configure new names for every artifact in my POM's deploy to server > executions. Maven is opinionated and doesn't care about what you think is ugly. > Removing artifact from local repo isn't fine because I want automatic > updates for all developers Versions never change once published is a central tenet of Maven. You should be using Snapshots, period. There is no other "work around". Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org