> See, I define all my jar versions in a settings.xml and this works fine > but somehow when it sees that pom.xml, it gets confused and cannot > pickup any versions.
Easy answer -- don't do that. Use <dependencyManagement> and <pluginManagement> to control versions. And where it makes sense, insert these nodes in a shared parent pom to further reduce management overhead. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
