Re: Upgrading maven-embedder from 2.0.4 to 3.0.2

2011-03-29 Thread mraible
olamy wrote: > > Hello Matt. > This doesn't exists anymore in 3.0.x. > > So for the maven3 integration in Hudson/Jenkins, I have build a > "kind" > of embedder which you can use at least for read projects. > It should work to read projects and resolve dependencies. > > You can have a look at th

Re: Upgrading maven-embedder from 2.0.4 to 3.0.2

2011-03-07 Thread mraible
Any recommendations for developing an "embedded Maven" that will work for both 2.x and 3.x users? My current setup works for 2.x users, but if I upgrade to a new way for 3.x, I'm afraid it'll break 2.x support. -- View this message in context: http://maven.40175.n5.nabble.com/Upgrading-maven-embe

Re: Upgrading maven-embedder from 2.0.4 to 3.0.2

2011-03-04 Thread Jason van Zyl
On Mar 4, 2011, at 2:40 AM, Anders Hammar wrote: > "Easier" in that post isn't referring to easier to code as in fewer lines of > code, but rather making it possible to embed in an extensible way. > Maven 2.x was a command line tool, where Maven 3.0 has a modular design so > that it can be embedd

Re: Upgrading maven-embedder from 2.0.4 to 3.0.2

2011-03-03 Thread Anders Hammar
"Easier" in that post isn't referring to easier to code as in fewer lines of code, but rather making it possible to embed in an extensible way. Maven 2.x was a command line tool, where Maven 3.0 has a modular design so that it can be embedded in tools like m2eclipse, for example. This was simply ju

Re: Upgrading maven-embedder from 2.0.4 to 3.0.2

2011-03-03 Thread mraible
This seems somewhat complicated - isn't there an easier way? Of the top 10 reasons to use Maven, #4 is it's easier to embed. http://www.sonatype.com/people/2011/02/top-ten-reasons-to-move-to-maven-3/ -- View this message in context: http://maven.40175.n5.nabble.com/Upgrading-maven-embedder-from-

Re: Upgrading maven-embedder from 2.0.4 to 3.0.2

2011-02-11 Thread Olivier Lamy
Hello Matt. This doesn't exists anymore in 3.0.x. So for the maven3 integration in Hudson/Jenkins, I have build a "kind" of embedder which you can use at least for read projects. It should work to read projects and resolve dependencies. You can have a look at the unit tests here [1] HTH, -- Oli

Re: Upgrading maven?

2008-06-23 Thread Copo
Thank you! :) RedBugz Software wrote: > > On Fri, Jun 20, 2008 at 8:45 AM, Copo <[EMAIL PROTECTED]> wrote: >> >> I am learning to use servicemix and maven for 2 days. >> My version of maven is 2.0.6 and I seem to need a more recent. >> I work with mac osX 10.5.3, how can I just upgrade maven to

Re: Upgrading maven?

2008-06-20 Thread RedBugz Software
On Fri, Jun 20, 2008 at 8:45 AM, Copo <[EMAIL PROTECTED]> wrote: > > I am learning to use servicemix and maven for 2 days. > My version of maven is 2.0.6 and I seem to need a more recent. > I work with mac osX 10.5.3, how can I just upgrade maven to 2.0.9? The built-in mvn on Mac OS X 10.5.3 is 2.

RE: Upgrading maven?

2008-06-20 Thread MATHUS Baptiste
Hi copo, I don't know the mac at all, but I guess you just need to have a JDK to be able to use maven whatever version. So, if you're already using the 2.0.6, just download it from http://maven.apache.org/download.html and simply try to use it instead if the old one. To test it, maybe try mak

Re: Upgrading Maven 2.0.5 -> 2.0.9

2008-05-28 Thread Brian Fox
lared dependencies" and "Unused declared dependencies" sections? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2008 11:03 AM To: Maven Users List Subject: Re: Upgrading Maven 2.0.5 -> 2.0.9 I don't see any "errors&

Re: Upgrading Maven 2.0.5 -> 2.0.9

2008-05-28 Thread Brian Fox
al Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 5:57 PM To: Maven Users List Subject: RE: Upgrading Maven 2.0.5 -> 2.0.9 Can you show the full output of running the command from the CLI? -Original Message- From: Michael Delaney [mailto:[EMAIL PROT

RE: Upgrading Maven 2.0.5 -> 2.0.9

2008-05-28 Thread Michael Delaney
IL PROTECTED] Sent: Wednesday, May 28, 2008 11:03 AM To: Maven Users List Subject: Re: Upgrading Maven 2.0.5 -> 2.0.9 I don't see any "errors" here. What "errors" do you mean? There are a few libs you have a dependency on but don't appear to be using. So you could

Re: Upgrading Maven 2.0.5 -> 2.0.9

2008-05-28 Thread [EMAIL PROTECTED]
t; [INFO] Finished at: Wed May 28 10:38:46 EDT 2008 > [INFO] Final Memory: 17M/127M > [INFO] > > > C:\work\up-svcs\lty\rel\LTY-R63.0\frontoffice\caApp> > -Original Message- > From: Brian E. Fox [m

RE: Upgrading Maven 2.0.5 -> 2.0.9

2008-05-28 Thread Michael Delaney
To: Maven Users List Subject: RE: Upgrading Maven 2.0.5 -> 2.0.9 Can you show the full output of running the command from the CLI? -Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:41 PM To: Maven Users List Subject: Upgrading Maven 2.0.5

RE: Upgrading Maven 2.0.5 -> 2.0.9

2008-05-27 Thread Brian E. Fox
Can you show the full output of running the command from the CLI? -Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:41 PM To: Maven Users List Subject: Upgrading Maven 2.0.5 -> 2.0.9 All, I am testing out upgrading from Maven 2.0.5 to 2.

Re: upgrading maven (2.0 -> 2.0.x)

2006-04-24 Thread Geoffrey De Smet
2.0.3 had regressions, they should be fixed in 2.0.4 but upgrading your plugin versions too will help: mvn -U yourgoals if you haven't locked down plugin versions. [EMAIL PROTECTED] wrote: Hi, -Original Message- From: ext Henry S. Isidro [mailto:[EMAIL PROTECTED] Usually you just up

Re: upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread Henry S. Isidro
On Monday 24 April 2006 1:51 pm, [EMAIL PROTECTED] wrote: > Hi, > > >-Original Message- > >From: ext Henry S. Isidro [mailto:[EMAIL PROTECTED] > > > >Usually you just upgrade. One thing to remember though is your > >M2_HOME setting. > > Thanks for the confirmation. I asked because I vaguely

RE: upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread andreas.ebbert-karroum
Hi, >-Original Message- >From: ext Henry S. Isidro [mailto:[EMAIL PROTECTED] >Usually you just upgrade. One thing to remember though is your >M2_HOME setting. Thanks for the confirmation. I asked because I vaguely remember some mails on this list "I foolishly upgraded to 2.0.3 and n

Re: upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread Henry S. Isidro
On Monday 24 April 2006 4:31 am, [EMAIL PROTECTED] wrote: > Hi, > > I couldn't find anything on the website and also not in the mailing list > archives. Can I just upgrade to the latest maven release, or do I have to > pay special attention to something? > > Thanks, > Andreas Ebbert-Karroum > Sof