Maven 1 and Maven 2 next to each other

2005-10-17 Thread Wim Deblauwe
Hi, is it possible to build with Maven 1 and Maven 2? As I understand it, Maven 2 uses pom.xml in stead of project.xml. So if I have a project.xml I can build with Maven 1 and if I add a pom.xml I can build the same project with Maven 2. Correct? Or are there any extra's I need to consider? regar

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Edwin Punzalan
Yes it is possible to have both project.xml and pom.xml Wim Deblauwe wrote: Hi, is it possible to build with Maven 1 and Maven 2? As I understand it, Maven 2 uses pom.xml in stead of project.xml. So if I have a project.xml I can build with Maven 1 and if I add a pom.xml I can build the same

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Wim Deblauwe
Does somebody have experience with this? Any things I should be aware of when doing this? 2005/10/18, Edwin Punzalan <[EMAIL PROTECTED]>: > > > Yes it is possible to have both project.xml and pom.xml > > > Wim Deblauwe wrote: > > >Hi, > > > >is it possible to build with Maven 1 and Maven 2? As I

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread fabrice . belingard
I'm currently doing this and everything works perfectly. This is a good way to move from m1 to m2. Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED]

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Alex Wood
Wim, Vincent Massol has an informative presentation about moving from Maven 1 to Maven 2. It's available at http://www3.java.no/JavaZone/2005/presentasjoner/VincentMassol/Javazone2005-From_m1_to_m2.pdf - Regards, Alex --

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Thomas Van de Velde
I also believe that Cargo has both builds next to each other. Thomas On 10/18/05, Alex Wood <[EMAIL PROTECTED]> wrote: > > Wim, > > Vincent Massol has an informative presentation about moving from Maven 1 > to Maven 2. It's available at > > > http://www3.java.no/JavaZone/2005/presentasjoner/Vince

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Jason van Zyl
On Tue, 2005-10-18 at 08:29 +0200, Wim Deblauwe wrote: > Hi, > > is it possible to build with Maven 1 and Maven 2? As I understand it, Maven > 2 uses pom.xml in stead of project.xml. So if I have a project.xml I can > build with Maven 1 and if I add a pom.xml I can build the same project with > Ma

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Wim Deblauwe
I'm using Maven 1 to build jars and wars. I also build windows dll's and InstallShield Merge Modules and InstallShield Installers through custom goals in my maven.xml. I will need to convert those things into plugins first. We also use the XDoclet plugin in 1 module which is not converted yet, so f

Re: Maven 1 and Maven 2 next to each other

2005-10-19 Thread Thomas Van de Velde
Wim, There is a M2 plugin for XDoclet, although it didn't work for me. (I am waiting for help on this). Cheers, Thomas On 10/19/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > I'm using Maven 1 to build jars and wars. I also build windows dll's and > InstallShield Merge Modules and InstallShiel

Re: Maven 1 and Maven 2 next to each other

2005-10-19 Thread Wim Deblauwe
oh, ok, thank you for informing me about that. Can you notify me if you get it working? I would very much appriciate that (or is there a bug somewhere I can subscribe to?) regards, Wim 2005/10/19, Thomas Van de Velde <[EMAIL PROTECTED]>: > > Wim, > > There is a M2 plugin for XDoclet, although it