Re: Support multiple child module pom's in the same directory?

2007-06-06 Thread Wayne Fay
This is not possible. However, you can run mvn -f siblingpom.xml from the foo/bar directory and Maven will execute using that pom rather than the default pom.xml in the directory. Wayne On 6/6/07, Deacon, Brian [EMAIL PROTECTED] wrote: Hi all, For reasons that are un-mavenish and evil and

RE: Support multiple child module pom's in the same directory?

2007-06-06 Thread Deacon, Brian
To: Maven Users List Subject: Re: Support multiple child module pom's in the same directory? This is not possible. However, you can run mvn -f siblingpom.xml from the foo/bar directory and Maven will execute using that pom rather than the default pom.xml in the directory. Wayne On 6/6/07, Deacon, Brian