So, the release plugin checks for SNAPSHOT dependencies in plugins, parent POM, and dependencies. It doesn't notice SNAPSHOT plugin-level dependencies (i.e. <dependencies> elements within <plugin> or <execution> elements). This is http://jira.codehaus.org/browse/MRELEASE-378.
Anyone know a workaround? A brief look at maven-enforcer-plugin's source code did not seem to indicate it knew how to check for this either. (Maybe I'll just submit a patch for MRELEASE-378...) - John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
