inter-multiproject dependencies uses maven.repo.local as store?

2004-08-02 Thread mr.x
Hi I'm trying to create a maven project containing several components. I've read: http://wiki.codehaus.org/maven/CreatingJ2eeApplications But here's my question: Is it correct that the dependencies of jar files within a multiproject build uses the maven.repo.local to interchange the results?

Re: inter-multiproject dependencies uses maven.repo.local as store?

2004-08-02 Thread Brett Porter
yes, that is correct. On Thu, 29 Jul 2004 22:27:42 +0200, mr.x [EMAIL PROTECTED] wrote: Hi I'm trying to create a maven project containing several components. I've read: http://wiki.codehaus.org/maven/CreatingJ2eeApplications But here's my question: Is it correct that the dependencies

Re: inter-multiproject dependencies uses maven.repo.local as store?

2004-08-02 Thread John Casey
For now this is indeed the only way. That's essentially what the multiproject:install goal does. -john On Thu, 2004-07-29 at 16:27, mr.x wrote: Hi I'm trying to create a maven project containing several components. I've read: http://wiki.codehaus.org/maven/CreatingJ2eeApplications But