> Anyway, hope that helps, and maybe some more experienced maveners can shed > more > light.
Maven needs poms to know the dependencies etc for a given artifact, right?? If the poms aren't there, it can only assume your artifacts have zero dependencies, and most of the time that is a poor assumption, right? So missing poms are a big problem for Maven in general. Thus, it will always try to find poms if they are missing. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
