Re: setting dependency to a project with pom packaging?

2007-01-15 Thread franz see
Good day to you, Victor, Let me get this straight. You have a project A which depends on projects B, C, D & E ( for example ). However, you don't want to declare all those in project A's pom. Instead, you want a way to declare them as project A's dependency as a group. Thus you tried adding a

Re: setting dependency to a project with pom packaging?

2007-01-14 Thread César V .
Victor Okunev wrote: > > Can I create a dependency to a project with pom packaging? This would > be convenient rather than creating separate dependencies on each > module it contains. I tried but unsuccessfully, it seems that Maven is > looking for a jar. Perhaps I am missing something? > > V

Re: setting dependency to a project with pom packaging?

2006-12-04 Thread Daniel Kulp
On Monday 04 December 2006 14:13, Wendy Smoak wrote: > On 12/4/06, Victor Okunev <[EMAIL PROTECTED]> wrote: > > Can I create a dependency to a project with pom packaging? This would > > be convenient rather than creating separate dependencies on each > > module it contains. I tried but unsuccessful

Re: setting dependency to a project with pom packaging?

2006-12-04 Thread Wendy Smoak
On 12/4/06, Victor Okunev <[EMAIL PROTECTED]> wrote: > What are you trying to do? It sounds like you have a pom with > and you expect that declaring a dependency on that pom will > add those modules as dependencies. Yes, that's the idea. Is it possible or I misunderstand the purpose of project

RE: setting dependency to a project with pom packaging?

2006-12-04 Thread Maven Users List
--- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 11:13 AM To: Maven Users List Subject: Re: setting dependency to a project with pom packaging? On 12/4/06, Victor Okunev <[EMAIL PROTECTED]> wrote: > Can I create a dependency to a project with pom pac

Re: setting dependency to a project with pom packaging?

2006-12-04 Thread Victor Okunev
What are you trying to do? It sounds like you have a pom with and you expect that declaring a dependency on that pom will add those modules as dependencies. Yes, that's the idea. Is it possible or I misunderstand the purpose of projects with pom packaging? --Vic On 12/4/06, Wendy Smoak <[EM

Re: setting dependency to a project with pom packaging?

2006-12-04 Thread Wendy Smoak
On 12/4/06, Victor Okunev <[EMAIL PROTECTED]> wrote: Can I create a dependency to a project with pom packaging? This would be convenient rather than creating separate dependencies on each module it contains. I tried but unsuccessfully, it seems that Maven is looking for a jar. Perhaps I am miss