Hi, I am trying to use a plugin maven-gae-plugin which has a problem with its dependencies - they have moved since it was created. so it tries to download them and fails.
I can add the new corrected dependency using <plugin><dependencies> but the old missing dependencies still stop the plugin from working. I can only add <exclusions> to individual direct dependencies. How can I tell the plugin not to download the missing dependencies? Thanks, JD -- View this message in context: http://www.nabble.com/Replacing-plugin-dependency-tp24529100p24529100.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
