You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2008/04/02 11:13:14 UTC

Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Hi Jerome,

 As you noticed, this plugin requires to be build with maven >= 2.0.8
because of some tests with encodings.
 I'll add an enforcer rule as Benjamin proposed.

Arnaud

On Mon, Mar 31, 2008 at 12:55 PM, Jerome Lacoste
<je...@gmail.com> wrote:
> On Fri, Mar 28, 2008 at 2:37 AM, Arnaud HERITIER <ah...@gmail.com>
>  wrote:
>
>
>  > Hi,
>  >
>  >  Since the 2.5 release we did 10 days ago, we solved 3 annoying issues:
>  >    * [MECLIPSE-266] - plugin applies java facet to ear project
>  >    * [MECLIPSE-411] - manifest property usage is only for ogsi maifests
>  >    * [MECLIPSE-413] - EclipseOSGiManifestWriter uses the artifact id
>  > and not the EclipseProjectName
>  >  We also added a new feature :
>  >    * [MECLIPSE-405] - to-maven target should allow to strip qualifier
>  > when creating artifacts from osgi bundles
>  >
>  > There are still a lot of issues left in JIRA :
>  >
>  > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11133&status=1
>  >
>  > Staging repo :
>
> > http://people.apache.org/~aheritier/stage/repo/<http://people.apache.org/%7Eaheritier/stage/repo/>
>
>
>  Haven't tried the staged plugin itself, but building trunk doesn't work for
>  me.
>
>  http://jira.codehaus.org/browse/MECLIPSE-416
>
>  I am looking into the problems to find more information.
>
>  Results :
>
>  Failed tests:
>   testProject33(org.apache.maven.plugin.eclipse.EclipsePluginTest)
>
>  Tests in error:
>   testProject16(org.apache.maven.plugin.eclipse.EclipsePluginTest)
>   testProject17(org.apache.maven.plugin.eclipse.EclipsePluginTest)
>   testMECLIPSE_56_encoding(org.apache.maven.plugin.eclipse.EclipsePluginTest
>  )
>
>  Tests run: 91, Failures: 1, Errors: 3, Skipped: 0
>
>  [INFO]
>  ------------------------------------------------------------------------
>  [ERROR] BUILD FAILURE
>  [INFO]
>  ------------------------------------------------------------------------
>
>  J
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Arnaud HERITIER <ah...@gmail.com>.
ok thanks. I'll close the vote this evening and I'll release it.
I'll probably release a version 2.5.2 the next week.

cheers

arnaud

On Thu, Apr 3, 2008 at 10:32 AM, Jerome Lacoste
<je...@gmail.com> wrote:
> On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
>  > Hi Jerome,
>  >
>  >   As you noticed, this plugin requires to be build with maven >= 2.0.8
>  >  because of some tests with encodings.
>  >   I'll add an enforcer rule as Benjamin proposed.
>
>  I had added a patch to the issue  hat uses the inbbuild POM
>  requireMavenVersion instead of using the enforcer plugin. That worked
>  for me.
>
>  Cheers,
>
>  Jerome
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Rahul Thakur <ra...@gmail.com>.
duh me! Please ignore; sorry about the noise. It was the root pom.


Rahul Thakur wrote:
>
> Is there a change in the recent release that is using 'build' folder for
> output by default? I generated Eclipse projects for Continuum and all
> projects have output folder set to 'build' in absence of any specified
> folders. The online plugin docs suggest otherwise; bug?
>
> Rahul
>
>
> Brian E. Fox wrote:
>> This only works on single module builds, the prerequisite field is not
>> inherited.
>>
>> -----Original Message-----
>> From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com]
>> Sent: Thursday, April 03, 2008 4:33 AM
>> To: Maven Developers List
>> Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>>
>> On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER<ah...@gmail.com>
>> wrote:
>>> Hi Jerome,
>>>
>>> As you noticed, this plugin requires to be build with maven>= 2.0.8
>>> because of some tests with encodings.
>>> I'll add an enforcer rule as Benjamin proposed.
>>
>> I had added a patch to the issue hat uses the inbbuild POM
>> requireMavenVersion instead of using the enforcer plugin. That worked
>> for me.
>>
>> Cheers,
>>
>> Jerome
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Arnaud HERITIER <ah...@gmail.com>.
I never had this problem.
I don't think we changed something in this code.
Can you open an issue.
I'll investigate for 2.5.2

Arnaud

On Tue, Apr 8, 2008 at 9:23 AM, Rahul Thakur
<ra...@gmail.com> wrote:
>
>  Is there a change in the recent release that is using 'build' folder for
> output by default? I generated Eclipse projects for Continuum and all
> projects have output folder set to 'build' in absence of any specified
> folders. The online plugin docs suggest otherwise; bug?
>
>  Rahul
>
>
>
>
>  Brian E. Fox wrote:
>
> > This only works on single module builds, the prerequisite field is not
> > inherited.
> >
> > -----Original Message-----
> > From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com]
> > Sent: Thursday, April 03, 2008 4:33 AM
> > To: Maven Developers List
> > Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
> >
> > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER<ah...@gmail.com>
> > wrote:
> >
> >
> > > Hi Jerome,
> > >
> > >   As you noticed, this plugin requires to be build with maven>= 2.0.8
> > >  because of some tests with encodings.
> > >   I'll add an enforcer rule as Benjamin proposed.
> > >
> > >
> >
> > I had added a patch to the issue  hat uses the inbbuild POM
> > requireMavenVersion instead of using the enforcer plugin. That worked
> > for me.
> >
> > Cheers,
> >
> > Jerome
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> >
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Rahul Thakur <ra...@gmail.com>.
Is there a change in the recent release that is using 'build' folder for 
output by default? I generated Eclipse projects for Continuum and all 
projects have output folder set to 'build' in absence of any specified 
folders. The online plugin docs suggest otherwise; bug?

Rahul


Brian E. Fox wrote:
> This only works on single module builds, the prerequisite field is not
> inherited.
>
> -----Original Message-----
> From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com]
> Sent: Thursday, April 03, 2008 4:33 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>
> On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER<ah...@gmail.com>
> wrote:
>    
>> Hi Jerome,
>>
>>    As you noticed, this plugin requires to be build with maven>= 2.0.8
>>   because of some tests with encodings.
>>    I'll add an enforcer rule as Benjamin proposed.
>>      
>
> I had added a patch to the issue  hat uses the inbbuild POM
> requireMavenVersion instead of using the enforcer plugin. That worked
> for me.
>
> Cheers,
>
> Jerome
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>    


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


RE: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
This only works on single module builds, the prerequisite field is not
inherited.

-----Original Message-----
From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
Sent: Thursday, April 03, 2008 4:33 AM
To: Maven Developers List
Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
wrote:
> Hi Jerome,
>
>   As you noticed, this plugin requires to be build with maven >= 2.0.8
>  because of some tests with encodings.
>   I'll add an enforcer rule as Benjamin proposed.

I had added a patch to the issue  hat uses the inbbuild POM
requireMavenVersion instead of using the enforcer plugin. That worked
for me.

Cheers,

Jerome

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


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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Lukas Theussl <lt...@apache.org>.
+1 :)

-Lukas


Arnaud HERITIER wrote:
> I have not enough PMCs votes to launch the release. If some of you can test it.
> thx
> 
> cheers
> 
> arnaud
> 
> On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
> 
>>Ok that's right. The prerequisite is intended for tools and isn't
>> inherited (making it not good for normal builds) but does apply at
>> runtime. In this instance, the prerequisite is the most appropriate way
>> to require the maven version.
>>
>>
>> -----Original Message-----
>> From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
>> Sent: Thursday, April 03, 2008 6:08 AM
>> To: Maven Developers List
>> Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>>
>>
>>
>>Hi,
>>
>> the requireMavenVersion also applies to the runtime, but 2.0.8 is just
>> required for the testing during the build. As far as i know not for the
>> runtime. We use the plugin in a lot of projects that are locked to maven
>> 2.0.7.
>>
>> So please limit it only for the build time.
>>
>> regards,
>> Ritchie
>>
>>
>>
>> Jerome Lacoste wrote:
>> > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
>> wrote:
>> >> Hi Jerome,
>> >>
>> >>   As you noticed, this plugin requires to be build with maven >=
>> 2.0.8
>> >>  because of some tests with encodings.
>> >>   I'll add an enforcer rule as Benjamin proposed.
>> >
>> > I had added a patch to the issue  hat uses the inbbuild POM
>> > requireMavenVersion instead of using the enforcer plugin. That worked
>> > for me.
>> >
>> > Cheers,
>> >
>> > Jerome
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: dev-help@maven.apache.org
>> >
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> 
> 
> 

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Siarhei Dudzin <si...@gmail.com>.
+1

On Fri, Apr 4, 2008 at 9:22 PM, Arnaud HERITIER <ah...@gmail.com> wrote:

> Actually I have only :
> 1 PMC  : myself
> 1 Committer  : Nicolas DE LOOF
> 1 User : Richard VAN NIEUWENHOVEN
>
> Anyone else ? (I'm already working on 2.5.2 ;-) )
>
> Arnaud
>
> On Fri, Apr 4, 2008 at 12:39 AM, Arnaud HERITIER <ah...@gmail.com>
> wrote:
> > I have not enough PMCs votes to launch the release. If some of you can
> test it.
> >  thx
> >
> >  cheers
> >
> >  arnaud
> >
> >
> >
> >  On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu>
> wrote:
> >  > Ok that's right. The prerequisite is intended for tools and isn't
> >  >  inherited (making it not good for normal builds) but does apply at
> >  >  runtime. In this instance, the prerequisite is the most appropriate
> way
> >  >  to require the maven version.
> >  >
> >  >
> >  >  -----Original Message-----
> >  >  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
> >  >  Sent: Thursday, April 03, 2008 6:08 AM
> >  >  To: Maven Developers List
> >  >  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
> >  >
> >  >
> >  >
> >  > Hi,
> >  >
> >  >  the requireMavenVersion also applies to the runtime, but 2.0.8 is
> just
> >  >  required for the testing during the build. As far as i know not for
> the
> >  >  runtime. We use the plugin in a lot of projects that are locked to
> maven
> >  >  2.0.7.
> >  >
> >  >  So please limit it only for the build time.
> >  >
> >  >  regards,
> >  >  Ritchie
> >  >
> >  >
> >  >
> >  >  Jerome Lacoste wrote:
> >  >  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <
> aheritier@gmail.com>
> >  >  wrote:
> >  >  >> Hi Jerome,
> >  >  >>
> >  >  >>   As you noticed, this plugin requires to be build with maven >=
> >  >  2.0.8
> >  >  >>  because of some tests with encodings.
> >  >  >>   I'll add an enforcer rule as Benjamin proposed.
> >  >  >
> >  >  > I had added a patch to the issue  hat uses the inbbuild POM
> >  >  > requireMavenVersion instead of using the enforcer plugin. That
> worked
> >  >  > for me.
> >  >  >
> >  >  > Cheers,
> >  >  >
> >  >  > Jerome
> >  >  >
> >  >  >
> ---------------------------------------------------------------------
> >  >  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >  >  > For additional commands, e-mail: dev-help@maven.apache.org
> >  >  >
> >  >  >
> >  >
> >  >
> >  >
>  ---------------------------------------------------------------------
> >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >  >  For additional commands, e-mail: dev-help@maven.apache.org
> >  >
> >  >
> >  >
>  ---------------------------------------------------------------------
> >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >  >  For additional commands, e-mail: dev-help@maven.apache.org
> >  >
> >  >
> >
> >
> >
> >
> >
> > --
> >  ..........................................................
> >  Arnaud HERITIER
> >  ..........................................................
> >  OCTO Technology - aheritier AT octo DOT com
> >  www.octo.com | blog.octo.com
> >  ..........................................................
> >  ASF - aheritier AT apache DOT org
> >  www.apache.org | maven.apache.org
> >  ...........................................................
> >
>
>
>
> --
> ..........................................................
> Arnaud HERITIER
> ..........................................................
> OCTO Technology - aheritier AT octo DOT com
> www.octo.com | blog.octo.com
> ..........................................................
> ASF - aheritier AT apache DOT org
> www.apache.org | maven.apache.org
> ...........................................................
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Arnaud HERITIER <ah...@gmail.com>.
You have to become a PMC member of the project :
http://www.apache.org/foundation/how-it-works.html#pmc-members

cheers

Arnaud

On Fri, Apr 4, 2008 at 9:30 PM, Stefan Bley <st...@saxsys.de> wrote:
> I would like to vote for it. How do I do this?
>
>  Stefan
>
>  Arnaud HERITIER schrieb:
>
>
>
> > Actually I have only :
> > 1 PMC  : myself
> > 1 Committer  : Nicolas DE LOOF
> > 1 User : Richard VAN NIEUWENHOVEN
> >
> > Anyone else ? (I'm already working on 2.5.2 ;-) )
> >
> > Arnaud
> >
> > On Fri, Apr 4, 2008 at 12:39 AM, Arnaud HERITIER <ah...@gmail.com>
> wrote:
> >
> >
> > > I have not enough PMCs votes to launch the release. If some of you can
> test it.
> > >  thx
> > >
> > >  cheers
> > >
> > >  arnaud
> > >
> > >
> > >
> > >  On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu>
> wrote:
> > >  > Ok that's right. The prerequisite is intended for tools and isn't
> > >  >  inherited (making it not good for normal builds) but does apply at
> > >  >  runtime. In this instance, the prerequisite is the most appropriate
> way
> > >  >  to require the maven version.
> > >  >
> > >  >
> > >  >  -----Original Message-----
> > >  >  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
> > >  >  Sent: Thursday, April 03, 2008 6:08 AM
> > >  >  To: Maven Developers List
> > >  >  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
> > >  >
> > >  >
> > >  >
> > >  > Hi,
> > >  >
> > >  >  the requireMavenVersion also applies to the runtime, but 2.0.8 is
> just
> > >  >  required for the testing during the build. As far as i know not for
> the
> > >  >  runtime. We use the plugin in a lot of projects that are locked to
> maven
> > >  >  2.0.7.
> > >  >
> > >  >  So please limit it only for the build time.
> > >  >
> > >  >  regards,
> > >  >  Ritchie
> > >  >
> > >  >
> > >  >
> > >  >  Jerome Lacoste wrote:
> > >  >  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER
> <ah...@gmail.com>
> > >  >  wrote:
> > >  >  >> Hi Jerome,
> > >  >  >>
> > >  >  >>   As you noticed, this plugin requires to be build with maven >=
> > >  >  2.0.8
> > >  >  >>  because of some tests with encodings.
> > >  >  >>   I'll add an enforcer rule as Benjamin proposed.
> > >  >  >
> > >  >  > I had added a patch to the issue  hat uses the inbbuild POM
> > >  >  > requireMavenVersion instead of using the enforcer plugin. That
> worked
> > >  >  > for me.
> > >  >  >
> > >  >  > Cheers,
> > >  >  >
> > >  >  > Jerome
> > >  >  >
> > >  >  >
> ---------------------------------------------------------------------
> > >  >  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > >  >  > For additional commands, e-mail: dev-help@maven.apache.org
> > >  >  >
> > >  >  >
> > >  >
> > >  >
> > >  >
> ---------------------------------------------------------------------
> > >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > >  >  For additional commands, e-mail: dev-help@maven.apache.org
> > >  >
> > >  >
> > >  >
> ---------------------------------------------------------------------
> > >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > >  >  For additional commands, e-mail: dev-help@maven.apache.org
> > >  >
> > >  >
> > >
> > >
> > >
> > >
> > >
> > > --
> > >  ..........................................................
> > >  Arnaud HERITIER
> > >  ..........................................................
> > >  OCTO Technology - aheritier AT octo DOT com
> > >  www.octo.com | blog.octo.com
> > >  ..........................................................
> > >  ASF - aheritier AT apache DOT org
> > >  www.apache.org | maven.apache.org
> > >  ...........................................................
> > >
> > >
> > >
> >
> >
> >
> >
> >
>
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Stefan Bley <st...@saxsys.de>.
I would like to vote for it. How do I do this?

Stefan

Arnaud HERITIER schrieb:
> Actually I have only :
> 1 PMC  : myself
> 1 Committer  : Nicolas DE LOOF
> 1 User : Richard VAN NIEUWENHOVEN
>
> Anyone else ? (I'm already working on 2.5.2 ;-) )
>
> Arnaud
>
> On Fri, Apr 4, 2008 at 12:39 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
>   
>> I have not enough PMCs votes to launch the release. If some of you can test it.
>>  thx
>>
>>  cheers
>>
>>  arnaud
>>
>>
>>
>>  On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
>>  > Ok that's right. The prerequisite is intended for tools and isn't
>>  >  inherited (making it not good for normal builds) but does apply at
>>  >  runtime. In this instance, the prerequisite is the most appropriate way
>>  >  to require the maven version.
>>  >
>>  >
>>  >  -----Original Message-----
>>  >  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
>>  >  Sent: Thursday, April 03, 2008 6:08 AM
>>  >  To: Maven Developers List
>>  >  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>>  >
>>  >
>>  >
>>  > Hi,
>>  >
>>  >  the requireMavenVersion also applies to the runtime, but 2.0.8 is just
>>  >  required for the testing during the build. As far as i know not for the
>>  >  runtime. We use the plugin in a lot of projects that are locked to maven
>>  >  2.0.7.
>>  >
>>  >  So please limit it only for the build time.
>>  >
>>  >  regards,
>>  >  Ritchie
>>  >
>>  >
>>  >
>>  >  Jerome Lacoste wrote:
>>  >  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
>>  >  wrote:
>>  >  >> Hi Jerome,
>>  >  >>
>>  >  >>   As you noticed, this plugin requires to be build with maven >=
>>  >  2.0.8
>>  >  >>  because of some tests with encodings.
>>  >  >>   I'll add an enforcer rule as Benjamin proposed.
>>  >  >
>>  >  > I had added a patch to the issue  hat uses the inbbuild POM
>>  >  > requireMavenVersion instead of using the enforcer plugin. That worked
>>  >  > for me.
>>  >  >
>>  >  > Cheers,
>>  >  >
>>  >  > Jerome
>>  >  >
>>  >  > ---------------------------------------------------------------------
>>  >  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>  >  > For additional commands, e-mail: dev-help@maven.apache.org
>>  >  >
>>  >  >
>>  >
>>  >
>>  >  ---------------------------------------------------------------------
>>  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>  >  For additional commands, e-mail: dev-help@maven.apache.org
>>  >
>>  >
>>  >  ---------------------------------------------------------------------
>>  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>  >  For additional commands, e-mail: dev-help@maven.apache.org
>>  >
>>  >
>>
>>
>>
>>
>>
>> --
>>  ..........................................................
>>  Arnaud HERITIER
>>  ..........................................................
>>  OCTO Technology - aheritier AT octo DOT com
>>  www.octo.com | blog.octo.com
>>  ..........................................................
>>  ASF - aheritier AT apache DOT org
>>  www.apache.org | maven.apache.org
>>  ...........................................................
>>
>>     
>
>
>
>   


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Arnaud HERITIER <ah...@gmail.com>.
thanks, the vote passed :
3 PMCs  : Arnaud HERITIER, Lukas THEUSSL, Olivier LAMY
1 Committer  : Nicolas DE LOOF
2 Users : Siarhei DUDZIN, Richard VAN NIEUWENHOVEN
The release will be deployed in few hours

Arnaud

On Fri, Apr 4, 2008 at 10:48 PM, Olivier Lamy <ol...@apache.org> wrote:
> +1
>  --
>  Olivier
>
>  2008/4/4, Arnaud HERITIER <ah...@gmail.com>:
>
>
> > Actually I have only :
>  >  1 PMC  : myself
>  >  1 Committer  : Nicolas DE LOOF
>  >  1 User : Richard VAN NIEUWENHOVEN
>  >
>  >  Anyone else ? (I'm already working on 2.5.2 ;-) )
>  >
>  >  Arnaud
>  >
>  >  On Fri, Apr 4, 2008 at 12:39 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
>  >  > I have not enough PMCs votes to launch the release. If some of you can test it.
>  >  >  thx
>  >  >
>  >  >  cheers
>  >  >
>  >  >  arnaud
>  >  >
>  >  >
>  >  >
>  >  >  On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
>  >  >  > Ok that's right. The prerequisite is intended for tools and isn't
>  >  >  >  inherited (making it not good for normal builds) but does apply at
>  >  >  >  runtime. In this instance, the prerequisite is the most appropriate way
>  >  >  >  to require the maven version.
>  >  >  >
>  >  >  >
>  >  >  >  -----Original Message-----
>  >  >  >  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
>  >  >  >  Sent: Thursday, April 03, 2008 6:08 AM
>  >  >  >  To: Maven Developers List
>  >  >  >  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  > Hi,
>  >  >  >
>  >  >  >  the requireMavenVersion also applies to the runtime, but 2.0.8 is just
>  >  >  >  required for the testing during the build. As far as i know not for the
>  >  >  >  runtime. We use the plugin in a lot of projects that are locked to maven
>  >  >  >  2.0.7.
>  >  >  >
>  >  >  >  So please limit it only for the build time.
>  >  >  >
>  >  >  >  regards,
>  >  >  >  Ritchie
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  Jerome Lacoste wrote:
>  >  >  >  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
>  >  >  >  wrote:
>  >  >  >  >> Hi Jerome,
>  >  >  >  >>
>  >  >  >  >>   As you noticed, this plugin requires to be build with maven >=
>  >  >  >  2.0.8
>  >  >  >  >>  because of some tests with encodings.
>  >  >  >  >>   I'll add an enforcer rule as Benjamin proposed.
>  >  >  >  >
>  >  >  >  > I had added a patch to the issue  hat uses the inbbuild POM
>  >  >  >  > requireMavenVersion instead of using the enforcer plugin. That worked
>  >  >  >  > for me.
>  >  >  >  >
>  >  >  >  > Cheers,
>  >  >  >  >
>  >  >  >  > Jerome
>  >  >  >  >
>  >  >  >  > ---------------------------------------------------------------------
>  >  >  >  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  >  >  > For additional commands, e-mail: dev-help@maven.apache.org
>  >  >  >  >
>  >  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  ---------------------------------------------------------------------
>  >  >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  >  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >  >  >
>  >  >  >
>  >  >  >  ---------------------------------------------------------------------
>  >  >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  >  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >  >  >
>  >  >  >
>  >  >
>  >  >
>  >  >
>  >  >
>  >  >
>  >  > --
>  >  >  ..........................................................
>  >  >  Arnaud HERITIER
>  >  >  ..........................................................
>  >  >  OCTO Technology - aheritier AT octo DOT com
>  >  >  www.octo.com | blog.octo.com
>  >  >  ..........................................................
>  >  >  ASF - aheritier AT apache DOT org
>  >  >  www.apache.org | maven.apache.org
>  >  >  ...........................................................
>  >  >
>  >
>  >
>  >
>  >  --
>  >  ..........................................................
>  >  Arnaud HERITIER
>  >  ..........................................................
>  >  OCTO Technology - aheritier AT octo DOT com
>  >  www.octo.com | blog.octo.com
>  >  ..........................................................
>  >  ASF - aheritier AT apache DOT org
>  >  www.apache.org | maven.apache.org
>  >  ...........................................................
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Olivier Lamy <ol...@apache.org>.
+1
--
Olivier

2008/4/4, Arnaud HERITIER <ah...@gmail.com>:
> Actually I have only :
>  1 PMC  : myself
>  1 Committer  : Nicolas DE LOOF
>  1 User : Richard VAN NIEUWENHOVEN
>
>  Anyone else ? (I'm already working on 2.5.2 ;-) )
>
>  Arnaud
>
>  On Fri, Apr 4, 2008 at 12:39 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
>  > I have not enough PMCs votes to launch the release. If some of you can test it.
>  >  thx
>  >
>  >  cheers
>  >
>  >  arnaud
>  >
>  >
>  >
>  >  On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
>  >  > Ok that's right. The prerequisite is intended for tools and isn't
>  >  >  inherited (making it not good for normal builds) but does apply at
>  >  >  runtime. In this instance, the prerequisite is the most appropriate way
>  >  >  to require the maven version.
>  >  >
>  >  >
>  >  >  -----Original Message-----
>  >  >  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
>  >  >  Sent: Thursday, April 03, 2008 6:08 AM
>  >  >  To: Maven Developers List
>  >  >  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>  >  >
>  >  >
>  >  >
>  >  > Hi,
>  >  >
>  >  >  the requireMavenVersion also applies to the runtime, but 2.0.8 is just
>  >  >  required for the testing during the build. As far as i know not for the
>  >  >  runtime. We use the plugin in a lot of projects that are locked to maven
>  >  >  2.0.7.
>  >  >
>  >  >  So please limit it only for the build time.
>  >  >
>  >  >  regards,
>  >  >  Ritchie
>  >  >
>  >  >
>  >  >
>  >  >  Jerome Lacoste wrote:
>  >  >  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
>  >  >  wrote:
>  >  >  >> Hi Jerome,
>  >  >  >>
>  >  >  >>   As you noticed, this plugin requires to be build with maven >=
>  >  >  2.0.8
>  >  >  >>  because of some tests with encodings.
>  >  >  >>   I'll add an enforcer rule as Benjamin proposed.
>  >  >  >
>  >  >  > I had added a patch to the issue  hat uses the inbbuild POM
>  >  >  > requireMavenVersion instead of using the enforcer plugin. That worked
>  >  >  > for me.
>  >  >  >
>  >  >  > Cheers,
>  >  >  >
>  >  >  > Jerome
>  >  >  >
>  >  >  > ---------------------------------------------------------------------
>  >  >  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  >  > For additional commands, e-mail: dev-help@maven.apache.org
>  >  >  >
>  >  >  >
>  >  >
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >  >
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >  >
>  >  >
>  >
>  >
>  >
>  >
>  >
>  > --
>  >  ..........................................................
>  >  Arnaud HERITIER
>  >  ..........................................................
>  >  OCTO Technology - aheritier AT octo DOT com
>  >  www.octo.com | blog.octo.com
>  >  ..........................................................
>  >  ASF - aheritier AT apache DOT org
>  >  www.apache.org | maven.apache.org
>  >  ...........................................................
>  >
>
>
>
>  --
>  ..........................................................
>  Arnaud HERITIER
>  ..........................................................
>  OCTO Technology - aheritier AT octo DOT com
>  www.octo.com | blog.octo.com
>  ..........................................................
>  ASF - aheritier AT apache DOT org
>  www.apache.org | maven.apache.org
>  ...........................................................
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Arnaud HERITIER <ah...@gmail.com>.
Actually I have only :
1 PMC  : myself
1 Committer  : Nicolas DE LOOF
1 User : Richard VAN NIEUWENHOVEN

Anyone else ? (I'm already working on 2.5.2 ;-) )

Arnaud

On Fri, Apr 4, 2008 at 12:39 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
> I have not enough PMCs votes to launch the release. If some of you can test it.
>  thx
>
>  cheers
>
>  arnaud
>
>
>
>  On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
>  > Ok that's right. The prerequisite is intended for tools and isn't
>  >  inherited (making it not good for normal builds) but does apply at
>  >  runtime. In this instance, the prerequisite is the most appropriate way
>  >  to require the maven version.
>  >
>  >
>  >  -----Original Message-----
>  >  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
>  >  Sent: Thursday, April 03, 2008 6:08 AM
>  >  To: Maven Developers List
>  >  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>  >
>  >
>  >
>  > Hi,
>  >
>  >  the requireMavenVersion also applies to the runtime, but 2.0.8 is just
>  >  required for the testing during the build. As far as i know not for the
>  >  runtime. We use the plugin in a lot of projects that are locked to maven
>  >  2.0.7.
>  >
>  >  So please limit it only for the build time.
>  >
>  >  regards,
>  >  Ritchie
>  >
>  >
>  >
>  >  Jerome Lacoste wrote:
>  >  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
>  >  wrote:
>  >  >> Hi Jerome,
>  >  >>
>  >  >>   As you noticed, this plugin requires to be build with maven >=
>  >  2.0.8
>  >  >>  because of some tests with encodings.
>  >  >>   I'll add an enforcer rule as Benjamin proposed.
>  >  >
>  >  > I had added a patch to the issue  hat uses the inbbuild POM
>  >  > requireMavenVersion instead of using the enforcer plugin. That worked
>  >  > for me.
>  >  >
>  >  > Cheers,
>  >  >
>  >  > Jerome
>  >  >
>  >  > ---------------------------------------------------------------------
>  >  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  > For additional commands, e-mail: dev-help@maven.apache.org
>  >  >
>  >  >
>  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  >  For additional commands, e-mail: dev-help@maven.apache.org
>  >
>  >
>
>
>
>
>
> --
>  ..........................................................
>  Arnaud HERITIER
>  ..........................................................
>  OCTO Technology - aheritier AT octo DOT com
>  www.octo.com | blog.octo.com
>  ..........................................................
>  ASF - aheritier AT apache DOT org
>  www.apache.org | maven.apache.org
>  ...........................................................
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Arnaud HERITIER <ah...@gmail.com>.
I have not enough PMCs votes to launch the release. If some of you can test it.
thx

cheers

arnaud

On Thu, Apr 3, 2008 at 4:27 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
> Ok that's right. The prerequisite is intended for tools and isn't
>  inherited (making it not good for normal builds) but does apply at
>  runtime. In this instance, the prerequisite is the most appropriate way
>  to require the maven version.
>
>
>  -----Original Message-----
>  From: Richard van Nieuwenhoven [mailto:nir@cfc.at]
>  Sent: Thursday, April 03, 2008 6:08 AM
>  To: Maven Developers List
>  Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1
>
>
>
> Hi,
>
>  the requireMavenVersion also applies to the runtime, but 2.0.8 is just
>  required for the testing during the build. As far as i know not for the
>  runtime. We use the plugin in a lot of projects that are locked to maven
>  2.0.7.
>
>  So please limit it only for the build time.
>
>  regards,
>  Ritchie
>
>
>
>  Jerome Lacoste wrote:
>  > On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
>  wrote:
>  >> Hi Jerome,
>  >>
>  >>   As you noticed, this plugin requires to be build with maven >=
>  2.0.8
>  >>  because of some tests with encodings.
>  >>   I'll add an enforcer rule as Benjamin proposed.
>  >
>  > I had added a patch to the issue  hat uses the inbbuild POM
>  > requireMavenVersion instead of using the enforcer plugin. That worked
>  > for me.
>  >
>  > Cheers,
>  >
>  > Jerome
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  > For additional commands, e-mail: dev-help@maven.apache.org
>  >
>  >
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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


RE: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Ok that's right. The prerequisite is intended for tools and isn't
inherited (making it not good for normal builds) but does apply at
runtime. In this instance, the prerequisite is the most appropriate way
to require the maven version.

-----Original Message-----
From: Richard van Nieuwenhoven [mailto:nir@cfc.at] 
Sent: Thursday, April 03, 2008 6:08 AM
To: Maven Developers List
Subject: Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Hi,

the requireMavenVersion also applies to the runtime, but 2.0.8 is just
required for the testing during the build. As far as i know not for the
runtime. We use the plugin in a lot of projects that are locked to maven
2.0.7.

So please limit it only for the build time.

regards,
Ritchie



Jerome Lacoste wrote:
> On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com>
wrote:
>> Hi Jerome,
>>
>>   As you noticed, this plugin requires to be build with maven >=
2.0.8
>>  because of some tests with encodings.
>>   I'll add an enforcer rule as Benjamin proposed.
> 
> I had added a patch to the issue  hat uses the inbbuild POM
> requireMavenVersion instead of using the enforcer plugin. That worked
> for me.
> 
> Cheers,
> 
> Jerome
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


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


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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Richard van Nieuwenhoven <ni...@cfc.at>.
Hi,

the requireMavenVersion also applies to the runtime, but 2.0.8 is just
required for the testing during the build. As far as i know not for the
runtime. We use the plugin in a lot of projects that are locked to maven
2.0.7.

So please limit it only for the build time.

regards,
Ritchie



Jerome Lacoste wrote:
> On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
>> Hi Jerome,
>>
>>   As you noticed, this plugin requires to be build with maven >= 2.0.8
>>  because of some tests with encodings.
>>   I'll add an enforcer rule as Benjamin proposed.
> 
> I had added a patch to the issue  hat uses the inbbuild POM
> requireMavenVersion instead of using the enforcer plugin. That worked
> for me.
> 
> Cheers,
> 
> Jerome
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


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


Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

Posted by Jerome Lacoste <je...@gmail.com>.
On Wed, Apr 2, 2008 at 11:13 AM, Arnaud HERITIER <ah...@gmail.com> wrote:
> Hi Jerome,
>
>   As you noticed, this plugin requires to be build with maven >= 2.0.8
>  because of some tests with encodings.
>   I'll add an enforcer rule as Benjamin proposed.

I had added a patch to the issue  hat uses the inbbuild POM
requireMavenVersion instead of using the enforcer plugin. That worked
for me.

Cheers,

Jerome

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