RE: Multi-project woes

2006-02-23 Thread Koranda Matthew James
List Subject: Re: Multi-project woes A thought (hope I didn't miss this in the discussion somewhere): is your parent version a SNAPSHOT? The "central" repository you are mirroring isn't defined to have snapshots enabled, I think, and therefore your mirror might not work,

Re: Multi-project woes

2006-02-23 Thread Stephen Duncan
ct? Should I have > set it up as a repository with a certain profile in my settings.xml instead > of as a mirror? > > Matt > > -Original Message- > From: Du,Guo [mailto:[EMAIL PROTECTED] > Sent: 23. februar 2006 11:05 > To: Maven Users List > Subject: Re: Multi-p

Re: Multi-project woes

2006-02-23 Thread Du,Guo
t; <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, February 23, 2006 10:08 AM Subject: RE: Multi-project woes Yes but my settings.xml is set up with our internal repository as a mirror. I would think that maven would first check the project path, then the local reposi

RE: Multi-project woes

2006-02-23 Thread Koranda Matthew James
instead of as a mirror? Matt -Original Message- From: Du,Guo [mailto:[EMAIL PROTECTED] Sent: 23. februar 2006 11:05 To: Maven Users List Subject: Re: Multi-project woes I don't think it is a bug. First of all, you need resolve the local parent project if exist, so you need tel

Re: Multi-project woes

2006-02-23 Thread Du,Guo
will rely on settings file and cannot running elsewhere without the settings. Kind regards, Du, Guo - Original Message - From: "Koranda Matthew James" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, February 23, 2006 9:45 AM Subject: RE: Multi-

RE: Multi-project woes

2006-02-23 Thread Koranda Matthew James
ECTED] Sent: 22. februar 2006 12:59 To: Maven Users List Subject: Re: Multi-project woes You may add your internal repository defination to all the poms so you could always resolve the dependency and it doesn't depends on the local settings. You can easily build all the project any where i

Re: Multi-project woes

2006-02-22 Thread Du,Guo
local settings by now:( Kind regards, Du, Guo - Original Message - From: "Koranda Matthew James" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Wednesday, February 22, 2006 11:46 AM Subject: RE: Multi-project woes I have a mirror in my settings.xml as fol

Re: Multi-project woes

2006-02-22 Thread Stephen Duncan
y from this > repo. > > I don't have a tag in any of my poms. Is this asn incorrect > way to set it up? > > Matt > > -Original Message- > From: Stephen Duncan [mailto:[EMAIL PROTECTED] > Sent: 22. februar 2006 12:27 > To: Maven Users List > Subject:

Re: Multi-project woes

2006-02-22 Thread Alexandre Poitras
I don't have a tag in any of my poms. Is this asn incorrect > way to set it up? > > Matt > > -Original Message- > From: Stephen Duncan [mailto:[EMAIL PROTECTED] > Sent: 22. februar 2006 12:27 > To: Maven Users List > Subject: Re: Multi-project woes > > Is

RE: Multi-project woes

2006-02-22 Thread Koranda Matthew James
t: 22. februar 2006 12:27 To: Maven Users List Subject: Re: Multi-project woes Is the repository information defined in the parent POM? Do the child POMs have all the information they need to retrieve the parent POM from your remote repository? Usually my parent POM has the definition of the reposit

Re: Multi-project woes

2006-02-22 Thread Stephen Duncan
anding the purpose or possibilities of multi-project builds? > Please note that my main goal is to centralize configuration and not > necessarily trigger builds of subprojects, am I approching this wrong? > > Thanks again, > > Matt > > -Original Message- > From: j

RE: Multi-project woes

2006-02-22 Thread Koranda Matthew James
to:[EMAIL PROTECTED] Sent: 22. februar 2006 11:40 To: Maven Users List Subject: Re: Multi-project woes Hi Matt, if i understand correctly you have defined the child modules but have you defined the parent of of your child modules inside of the child module POM files ? In each chil

Re: Multi-project woes

2006-02-22 Thread javed mandary
t; Is there another method for this? The projects are of a logical grouping but > don't necessarily have dependencies on one another. > > Matt > > > -Original Message- > From: Alexandre Poitras [mailto:[EMAIL PROTECTED] > Sent: 21. februar 2006 17:37 > To: Maven

RE: Multi-project woes

2006-02-21 Thread Koranda Matthew James
februar 2006 17:37 To: Maven Users List Subject: Re: Multi-project woes Maven should find your parent without any problem. However, you have to understand that when you want to compile or anything, you should run the command on your parent project so all the inter-projects dependencies are resol

Re: Multi-project woes

2006-02-21 Thread Alexandre Poitras
Maven should find your parent without any problem. However, you have to understand that when you want to compile or anything, you should run the command on your parent project so all the inter-projects dependencies are resolved. Maven will then be able to figure the order in wich compile the child

RE: Multi-project woes

2006-02-21 Thread Koranda Matthew James
Yes exactly, I wasn't sure how well a more comlex diagram would appear in the mail :) I'm using 2.0.2 if that helps. Matt -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: 21. februar 2006 15:44 To: Maven Users List Subject: Re: Multi-project woes

Re: Multi-project woes

2006-02-21 Thread Alexandre Poitras
I am not sure I am understanding your point correctly. Is your setup like this ? parent-project | subprojectA | | | pom.xml | subprojectB | | | pom.xml | pom.xml On 2/21/06, Koranda Matthew James <[EMAIL PROTECTED]> wrote: > I have made a multi-project se