You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jacek Laskowski <el...@gmail.com> on 2006/03/05 02:00:56 UTC

Upgrade your M2 to the latest unstable version

Hi,

Due to a couple of bugs in Maven 2.0.2 and to move forward with our
migration to M2 it's necessary to upgrade it to today's build from
http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.190000.tar.gz.

It seems to be the candidate for the next 2.0.3 release, which is
being voted on maven-dev.

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl

Re: Upgrade your M2 to the latest unstable version

Posted by Brett Porter <br...@gmail.com>.
Jacek,

In case you haven't already, please declare this in the Geronimo root POM:

<prerequisites>
 <maven>2.0.3-SNAPSHOT</maven>
</prerequisites>

This will make the build fail with a friendly message on earlier versions.

- Brett

On 3/5/06, Jacek Laskowski <el...@gmail.com> wrote:
> Hi,
>
> Due to a couple of bugs in Maven 2.0.2 and to move forward with our
> migration to M2 it's necessary to upgrade it to today's build from
> http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.190000.tar.gz.
>
> It seems to be the candidate for the next 2.0.3 release, which is
> being voted on maven-dev.
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.laskowski.org.pl
>

Re: Upgrade your M2 to the latest unstable version

Posted by Jacek Laskowski <el...@gmail.com>.
2006/3/5, Alan D. Cabrera <li...@toolazydogs.com>:

> What bug is slowing our conversion progress?

After having realized that my previous problems might've stem from the
fact that it's not M2 itself, but the plugins, I must admit that
there're no bugs that really affect the conversion and the requirement
of using M2 in that particular version is not valid any more. Sorry
for a false heads-up. I'll have to figure out, though, how to use the
latest and gratest plugins (e.g. maven-surefire-plugin) rather than
the final version of them as they're pretty buggy in the areas we're
most interested in (e.g. environmentVariables of
maven-surefire-plugin). It also helps when you see a trouble to take a
look at the source code - when it's not sync'ed with the plugins
available in the repo(s), strange results happen.

> Alan

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl

Re: Upgrade your M2 to the latest unstable version

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
Jacek Laskowski wrote, On 3/4/2006 5:00 PM:

>Hi,
>
>Due to a couple of bugs in Maven 2.0.2 and to move forward with our
>migration to M2 it's necessary to upgrade it to today's build from
>http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.190000.tar.gz.
>
>It seems to be the candidate for the next 2.0.3 release, which is
>being voted on maven-dev.
>  
>

What bug is slowing our conversion progress?


Regards,
Alan