How to diagnose false unsatisfied dependency messages?

2007-07-09 Thread Deacon, Brian
So my build just started complaining of the lack of commons-io-1.2.jar, which is obviously not something we internally build. Furthermore, it IS available on our internal repository from which the script succesfully downloads other dependencies. Even further furthermore, I just hacked at

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

2007-06-06 Thread Deacon, Brian
Hi all, For reasons that are un-mavenish and evil and will eventually be solved with a source code reorganization, I am stuck with having to try to build two separate modules that sit in the same source tree. What I'd like to do in the parent multi-module pom is this: modules !--To use

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