You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Martijn Dashorst <ma...@gmail.com> on 2009/04/02 15:41:11 UTC

Re: Re : Re : [VOTE] Release Maven eclipse plugin version 2.6

On Fri, Mar 27, 2009 at 5:45 AM, Barrie Treloar <ba...@gmail.com> wrote:
> There is definitely a defect introduced with setting inclusions to
> **/*.java (MECLIPSE-443 added inclusions) for Apsect developers (see
> MECLIPSE-538).
>
> But that shouldn't stop the release.

I'd rather had it would've stopped the release. This costed our devs a
whole morning to figure out why our application wouldn't start up
anymore due to missing .properties and other configuration and
non-java files (it's a Wicket project). This 'fix' will cause major
headaches for anyone developing Wicket applications, using Maven and
Eclipse. AFIAK that is about 70% of all Wicket developers out there.

I don't see a vote thread for maven-eclipse-plugin-1.6.1 happening,
which is something that should be done fast IMO.

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Re : Re : [VOTE] Release Maven eclipse plugin version 2.6

Posted by Arnaud HERITIER <ah...@gmail.com>.
I just would like to repeat a good practice when you use Maven :- lock
plugins versions in your pluginsManagement.

I'll try to find some hours this week to work on the issues you discovered.
For next vote to release the plugin we'll put in copy the users list and
I'll hope you'll be able to validate it.


cheers

Arnaud

On Thu, Apr 2, 2009 at 3:41 PM, Martijn Dashorst <martijn.dashorst@gmail.com
> wrote:

> On Fri, Mar 27, 2009 at 5:45 AM, Barrie Treloar <ba...@gmail.com>
> wrote:
> > There is definitely a defect introduced with setting inclusions to
> > **/*.java (MECLIPSE-443 added inclusions) for Apsect developers (see
> > MECLIPSE-538).
> >
> > But that shouldn't stop the release.
>
> I'd rather had it would've stopped the release. This costed our devs a
> whole morning to figure out why our application wouldn't start up
> anymore due to missing .properties and other configuration and
> non-java files (it's a Wicket project). This 'fix' will cause major
> headaches for anyone developing Wicket applications, using Maven and
> Eclipse. AFIAK that is about 70% of all Wicket developers out there.
>
> I don't see a vote thread for maven-eclipse-plugin-1.6.1 happening,
> which is something that should be done fast IMO.
>
> Martijn
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Arnaud