smart move :)
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 project.
(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 <pluginManagement> but that did not help.
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-resources</artifactId>
<version>1</version>
</dependency>
</dependencies>
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 <[email protected]>wrote:
> On Tue, May 8, 2012 at 6:41 PM, Swapnil Sapar <[email protected]> wrote:
> > Right. I understand its only 1 bug since 2.7 but its an imp fix without
> > 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 <[email protected]>
> wrote:
> >
> >> Hi,
> >>
> >> Any plans for releasing Maven Changes Plugin 2.8?
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>