The http://mojo.codehaus.org/versions-maven-plugin/ is very close to the power tool I need, thanks for drawing my attention to it.
The only thing I'm struggling with after reading that is this... I consider the 'locked' dependencies a developer-only pattern ( http://mojo.codehaus.org/versions-maven-plugin/lock-snapshots-mojo.html lock-snapshots ); meaning I'd like to prevent the developer from checking in a 'locked' pom. However, that can be resolved by server-side SCM hooks, I suppose. It's times like this I wish there were a way to override just a tiny piece of the pom using a 'pom-override.xml' (or something along these lines). I'd place such a file in my SCM ignore file (I don't want to add server-side hooks if I can help it). But like anything with regard to maven, I wouldn't want such an override file unless the popular IDEs supported parsing them... Anyway, thanks. I'll work assuming this plugin is a part of the flow... -- View this message in context: http://maven.40175.n5.nabble.com/Preferring-local-repository-over-remote-for-work-sessions-tp5542872p5543051.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]
