RE: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Vincent Massol
Wim, You should use the multiproject plugin for that. Now to do what you want you need to use 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:

RE: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Vincent Massol
Wim, You should use the multiproject plugin for that. Now to do what you want you need to use 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:

Re: Building a project and it's SNAPSHOT dependencies

2005-06-15 Thread Wim Deblauwe
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 (and only it's dependent modules, not others) snapshot dependencies.

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