[solved] how to set dependecy between sub-projects

2003-12-19 Thread Nicolas De Loof
all on your pacila-metier.jar for put it in your > local repo. > > Emmanuel > > - Original Message - > From: "Nicolas De Loof" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Friday, December 19, 2003 10:40 AM >

Re: how to set dependecy between sub-projects

2003-12-19 Thread Emmanuel Venisse
You must make a jar:install on your pacila-metier.jar for put it in your local repo. Emmanuel - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 10:40 AM Subject:

Re: how to set dependecy between sub-projects

2003-12-19 Thread Nicolas De Loof
They're is no version in repository as this dependency comes from the other sub-project ! I tried to use this without more effect : pacila pacila-metier ${pom.currentVersion} jar true Does'nt multiproject detect that "pacila-metier" must be build befor

Re: how to set dependecy between sub-projects

2003-12-19 Thread Fabio Uechi
whats the version of the pacila-metier jar that you have in your local repository? I think you should reference one of the versions you have installed there. greetings Fábio Nicolas De Loof writes: > I'm back with my multiproject ! > > - pacila-metier builds a jar (pacila-metier.jar) > - pacil

how to set dependecy between sub-projects

2003-12-19 Thread Nicolas De Loof
I'm back with my multiproject ! - pacila-metier builds a jar (pacila-metier.jar) - pacila-webapp builds a war. I want pacila-metier.jar to be bundled into the war, so I set : pacila pacila-metier SNAPSHOT jar true When I run multiproject, it tries to build p