Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24177E09A for ; Wed, 6 Feb 2013 12:42:10 +0000 (UTC) Received: (qmail 14930 invoked by uid 500); 6 Feb 2013 12:42:09 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 14311 invoked by uid 500); 6 Feb 2013 12:42:04 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 14295 invoked by uid 99); 6 Feb 2013 12:42:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 12:42:03 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jnord@cisco.com designates 173.37.86.72 as permitted sender) Received: from [173.37.86.72] (HELO rcdn-iport-1.cisco.com) (173.37.86.72) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 12:41:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1896; q=dns/txt; s=iport; t=1360154513; x=1361364113; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=c55iRzwUwwazD3cYbthFs5Mcz0kKMtNF0RtFmu6OiZ8=; b=mGDdeDKLlWHxIZvV0RVdg4smZI6I9tzWpzYtXV/hltBLMCXCHjmed0YG LSoHlKzyZ4w6537+db5Nm+hNoDYvU5tsgtXVsAQc3CaXCHvtAk5fM4LTM 7GGF3s70IF7zYFEkzSWqDlSPfSvcy9FRhAq2vR4ucU2DiBwcIu2EIASZG 0=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EAJJOElGtJXHB/2dsb2JhbABFwEUWc4IfAQEBAwE6OgoLAgEIIhQQMiUBAQQbDId3BrtdkHphA6Zzgn6CJA X-IronPort-AV: E=Sophos;i="4.84,615,1355097600"; d="scan'208";a="173768710" Received: from rcdn-core2-6.cisco.com ([173.37.113.193]) by rcdn-iport-1.cisco.com with ESMTP; 06 Feb 2013 12:41:32 +0000 Received: from xhc-aln-x02.cisco.com (xhc-aln-x02.cisco.com [173.36.12.76]) by rcdn-core2-6.cisco.com (8.14.5/8.14.5) with ESMTP id r16CfWAZ026436 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 6 Feb 2013 12:41:32 GMT Received: from xmb-aln-x03.cisco.com ([169.254.6.233]) by xhc-aln-x02.cisco.com ([173.36.12.76]) with mapi id 14.02.0318.004; Wed, 6 Feb 2013 06:41:32 -0600 From: "James Nord (jnord)" To: Maven Developers List Subject: RE: Testing [Vote] plugins? Thread-Topic: Testing [Vote] plugins? Thread-Index: Ac4DjooFsN/+Mcl4TYiu3Q2kMMVhCgAoUcsAAAvuiSA= Date: Wed, 6 Feb 2013 12:41:31 +0000 Message-ID: <5629A6219DB3E544AB84388D90149787F99B8C@xmb-aln-x03.cisco.com> References: <5629A6219DB3E544AB84388D90149787F992FF@xmb-aln-x03.cisco.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [64.103.34.138] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > If these are being released into Central - then they *will* never change. > They are Golden. > Prior to getting their, e.g. during the voting process, these jars are re= leased > into a staging area. > You are invited to try those jars from the staging area to ensure they do= nt > have regression issues etc. That's what I would like to do. > If you do this then you generally delete your local m2 cache > (~/.m2/repository) or you use a new settings.xml file that points to a > different location. Meanwhile these are in all the caches of the MRMs and it needs more work th= an would ideally be needed (if you want to widen testing to more of the com= munity) > You would not normally use an MRM in this scenario as the staging jars ar= e > not yet Golden. This definition of release contradicts mavens definition. A release is something that has no -SNAPSHOT (or timestamp) at the end = of its version. Thus these are releases even if they do not make it onto central (and delet= ing nexus stages after allowing any maven to consume from it is a bad thing= and imho one of the things that nexus pro really needs to improve on) I am also well aware of how nexus staging works - and staging is not the is= sue, reusing the same release version is the issue. All this extra hand fudging would disappear if the versions where used wher= e unique e.g 1.0.0-1 vote fails next is 1.0.0-2. But also how can I test it if I can't use it... (esp the maven-release-plu= gin!) Most tests to be useful would be done in a CI environment with auto testing= - configuring different jobs to have different settings would be a PITA. > If the release fail, then the staging areas are deleted and the process s= tarts > again. Nothing has happened to Central yet. But the artifacts have been used elsewhere (even just testing is using it..= .). --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org