Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E9A59FED for ; Wed, 9 May 2012 13:43:37 +0000 (UTC) Received: (qmail 93495 invoked by uid 500); 9 May 2012 13:43:35 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 93427 invoked by uid 500); 9 May 2012 13:43:35 -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 93419 invoked by uid 99); 9 May 2012 13:43:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 13:43:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 13:43:29 +0000 Received: by wibhj13 with SMTP id hj13so1614423wib.6 for ; Wed, 09 May 2012 06:43:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Zr1fokc8b1r7nNxQqEaWWRgosQpz5Tjgosj0VulCPV8=; b=M4MRMP9AaiqKbdGUQi73xXIPs4dS3VpMM/1/k+o5ZI+xw+/jXYL4I2foRJIoZsvydK Szf3RIZnqAGG7jC978iMwMHrpCZ2lI1LD33GsKEhfaj/wLH3pVlT/EqM6DQ8VLUAC13M pF5DjBQAbdy0Yvuy0KYSHHxW92UDGE7BXvXvV6TYcx+/DCopy0A+06ZkLvLVEeWwx/aL ci4s3JJXeKerFNOYvrh8yqEuweKrygBiW46vD7Mq0Hdmg9gNMfoeKZn9WH4kIa8jksax +nBeY3yHumEmNWJSe2mKbbkfIHYJ0HxzrGCTFkKnssjygqB2OeBpY2M/oXuY5NivI9cV Ekmg== MIME-Version: 1.0 Received: by 10.216.135.20 with SMTP id t20mr34054wei.99.1336570987684; Wed, 09 May 2012 06:43:07 -0700 (PDT) Received: by 10.180.96.33 with HTTP; Wed, 9 May 2012 06:43:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 May 2012 09:43:07 -0400 Message-ID: Subject: Re: Maven Changes Plugin 2.8? From: Benson Margulies 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, May 9, 2012 at 2:41 AM, Swapnil Sapar wrote: > smart move :) Thank you very much. I am now happy to go into the release process. > > Alright, here is something I found w.r.t MCHANGES-280 > MCHANGES-280 is... > 1. NOT reproducible with maven 3.0.4 > 2. NOT reproducible when using default goal execution i.e *mvn > changes:announcement-generate* > 3. Reproducible only with maven 2.0.1 and using *explicit* goal execution > i.e. *mvn > org.apache.maven.plugins:maven-changes-plugin:2.7:announcement-generate* > 4. Also reproducible with *older* version of plugin i.e. *mvn > org.apache.maven.plugins:maven-changes-plugin:2.6:announcement-generate > *5. NOT reproducible when used changes plugin is used in any other projec= t. > (I tried it on a new sample project and could not reproduce by any means)= . > > Which means MCHANGES-280 is specific to maven 2, seen only on the > maven-changes-plugin codebase, when used with explicit goal execution and > NOT specific to v 2.7. > > I suspect (just a guess) this could be a bug deep in the code maven > runtime. > I tried explicitly adding the maven-shared-resources as a dependency to > maven-changes-plugin under but that did not help. > > =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0org.apache.maven= .shared > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0maven-shared-= resources > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A01 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 > > I'm not sure how to fix MCHANGES-280. > I hope this helps. > > cheers! > swapsapar > > On Tue, May 8, 2012 at 4:07 PM, Benson Margulies w= rote: > >> On Tue, May 8, 2012 at 6:41 PM, Swapnil Sapar wrot= e: >> > Right. I understand its only 1 bug since 2.7 but its an imp fix withou= t >> > which plugin fails to work with Jira 5. >> > Is there a way to get the release sooner? >> > Is there a way for me to help in this regard? >> >> I'll tell you what. Could you see if you can reproduce MCHANGES-280? >> In return, I'll spin another release soon, either right away if you >> can't or after I figure out a fix if you can. >> >> >> > >> > Thx, >> > swapsapar >> > >> > On Tue, May 8, 2012 at 10:19 AM, Swapnil Sapar >> wrote: >> > >> >> Hi, >> >> >> >> Any plans for releasing Maven Changes Plugin 2.8? >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org