Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Wim Deblauwe
Hi, I'm writing a jelly script for building a project and also building it's dependencies in 1 go. I currently do this: goal name=build:withdeps description=Builds your module and all it's SNAPSHOT dependencies ant:echoBuilding this module (${pom.id}) with all it's

RE: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Vincent Massol
: Building a project and it's SNAPSHOT dependencies Hi, I'm writing a jelly script for building a project and also building it's dependencies in 1 go. I currently do this: goal name=build:withdeps description=Builds your module and all it's SNAPSHOT dependencies

RE: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Vincent Massol
: Building a project and it's SNAPSHOT dependencies Hi, I'm writing a jelly script for building a project and also building it's dependencies in 1 go. I currently do this: goal name=build:withdeps description=Builds your module and all it's SNAPSHOT dependencies

Re: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Wim Deblauwe
the maven:maven tag to spawn a maven process. -Vincent -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: mercredi 15 juin 2005 09:07 To: Maven Users List Subject: Building a project and it's SNAPSHOT dependencies Hi, I'm writing a jelly script

RE: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Vincent Massol
Ok, I understand. Well, you can still use the maven:maven tag... -Vincent -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: mercredi 15 juin 2005 10:00 To: Maven Users List Subject: Re: Building a project and it's SNAPSHOT dependencies Well, I use

Re: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Wim Deblauwe
Subject: Re: Building a project and it's SNAPSHOT dependencies Well, I use the multiproject plugin, but this builds *all* modules. I can ofcourse tweak this to include or exclude as many as I want but this is not convenient for what I want. I want to build a project with all it's dependent

Re: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Jim Mochel
2005 10:00 To: Maven Users List Subject: Re: Building a project and it's SNAPSHOT dependencies Well, I use the multiproject plugin, but this builds *all* modules. I can ofcourse tweak this to include or exclude as many as I want but this is not convenient for what I want. I want

Re: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Wim Deblauwe
To Maven Users List users@maven.apache.org cc Subject Re: Building a project and it's SNAPSHOT dependencies ok, thanks got it working now. 2005/6/15, Vincent Massol [EMAIL PROTECTED]: Ok, I understand. Well, you can still use the maven:maven tag... -Vincent -Original

Re: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Wim Deblauwe
Users List To Maven Users List users@maven.apache.org cc Subject Re: Building a project and it's SNAPSHOT dependencies ok, thanks got it working now. 2005/6/15, Vincent Massol [EMAIL PROTECTED]: Ok, I understand. Well, you can still use the maven:maven tag... -Vincent