You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Franz Fehringer <fe...@isogmbh.de> on 2006/03/24 09:36:19 UTC

Re: Maven experts! Maven1.x vs Maven2.x

Franz Fehringer schrieb:
> Will release 1.1 ever be released?
> Axis2 uses Maven1 and will make its first release in the near future.
> Perhaps a good opportunity?!
>
> Greetings
>
> Franz
>
> Siegmann Daniel, NY schrieb:
>>> We've moved any Maven1 projects into Maven2, and intend to 
>>> use M2 on any new work.
>>>
>>> Wayne
>>>     
>>
>> I may be totally off, but it seems like M1 is kinda dead. Maven 1.1 beta 2
>> was released half a year ago. Given that, I think there really is no choice
>> but to upgrade to Maven 2 (sooner or later).
>>
>> We've just started moving some stuff that was on Ant to M2, but I wish M2
>> was a little more mature. I'm sure we will transition fully to M2
>> eventually.
>>
>> --
>> Daniel Siegmann
>> FJA-US, Inc.
>> (212) 840-2618 ext. 139
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>   
>



Re: Maven experts! Maven1.x vs Maven2.x

Posted by Paul Li <pa...@gmail.com>.
Hi guys,

I rolled out Maven 2 on our project recently.

Now the transitive dependencies is a must-have for any large scale
project, and will definitely future-proof your project.

As everyone has said, mavin-plugins is certainly an issue especially
when you are migrating from ant builds to maven.
The process can be painstaking at times, as I have learnt recently.

So my current approach is to use maven to setup the overall project,
then where you really need ant, just for that very special task, then
keep the build.xml separate and leave it as a black box to maven. You
could either get ant to output to the maven repository directly, or
write a "dumb" maven wrapper that runs your ant script.

Then when the plugin becomes available, we can then try incorporate it.

This way, you can roll out maven in stages on your project, and is a
lot less painful than a big-bang approach.

Hope this helps everyone :-)

and Maven rocks

pauli



On 3/24/06, Arnaud HERITIER <ah...@gmail.com> wrote:
> We're always working on it.
> A lot of plugins are already released [1] but we have also some annoying
> bugs to fix in the core before to release the beta 3.
> After that we'll publish some RC and the final release for maven 1.1
> The only problem is that we are only 3 to maintain it and there's a lot of
> work !!
>
> For the choice between maven 1 and maven 2, I would recommend to use maven 2
> if it suits your needs.
> It misses some plugins [2] essentially for the reporting comparating with
> m1. But it's just a question of time...
>
> Arnaud
>
> [1] http://docs.codehaus.org/display/MAVEN/Maven+1.1+plugins
> [2] http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix
>
> On 3/24/06, Franz Fehringer <fe...@isogmbh.de> wrote:
> >
> > Franz Fehringer schrieb:
> > > Will release 1.1 ever be released?
> > > Axis2 uses Maven1 and will make its first release in the near future.
> > > Perhaps a good opportunity?!
> > >
> > > Greetings
> > >
> > > Franz
> > >
> > > Siegmann Daniel, NY schrieb:
> > >>> We've moved any Maven1 projects into Maven2, and intend to
> > >>> use M2 on any new work.
> > >>>
> > >>> Wayne
> > >>>
> > >>
> > >> I may be totally off, but it seems like M1 is kinda dead. Maven 1.1beta 2
> > >> was released half a year ago. Given that, I think there really is no
> > choice
> > >> but to upgrade to Maven 2 (sooner or later).
> > >>
> > >> We've just started moving some stuff that was on Ant to M2, but I wish
> > M2
> > >> was a little more mature. I'm sure we will transition fully to M2
> > >> eventually.
> > >>
> > >> --
> > >> Daniel Siegmann
> > >> FJA-US, Inc.
> > >> (212) 840-2618 ext. 139
> > >>
> > >> ---------------------------------------------------------------------
> > >> 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
> >
> >
>
>

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


Re: Maven experts! Maven1.x vs Maven2.x

Posted by Arnaud HERITIER <ah...@gmail.com>.
We're always working on it.
A lot of plugins are already released [1] but we have also some annoying
bugs to fix in the core before to release the beta 3.
After that we'll publish some RC and the final release for maven 1.1
The only problem is that we are only 3 to maintain it and there's a lot of
work !!

For the choice between maven 1 and maven 2, I would recommend to use maven 2
if it suits your needs.
It misses some plugins [2] essentially for the reporting comparating with
m1. But it's just a question of time...

Arnaud

[1] http://docs.codehaus.org/display/MAVEN/Maven+1.1+plugins
[2] http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix

On 3/24/06, Franz Fehringer <fe...@isogmbh.de> wrote:
>
> Franz Fehringer schrieb:
> > Will release 1.1 ever be released?
> > Axis2 uses Maven1 and will make its first release in the near future.
> > Perhaps a good opportunity?!
> >
> > Greetings
> >
> > Franz
> >
> > Siegmann Daniel, NY schrieb:
> >>> We've moved any Maven1 projects into Maven2, and intend to
> >>> use M2 on any new work.
> >>>
> >>> Wayne
> >>>
> >>
> >> I may be totally off, but it seems like M1 is kinda dead. Maven 1.1beta 2
> >> was released half a year ago. Given that, I think there really is no
> choice
> >> but to upgrade to Maven 2 (sooner or later).
> >>
> >> We've just started moving some stuff that was on Ant to M2, but I wish
> M2
> >> was a little more mature. I'm sure we will transition fully to M2
> >> eventually.
> >>
> >> --
> >> Daniel Siegmann
> >> FJA-US, Inc.
> >> (212) 840-2618 ext. 139
> >>
> >> ---------------------------------------------------------------------
> >> 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
>
>