Hi, We are using maven release plugin to automate our release process. We decided to have a pre-commit hook to avoid modification to svn tags once they are created.
But, maven release plugin fails if the hook is enabled as it tags the trunk and then modifies the version no in pom files ( in tags ) to release version. Shouldn't the plugin change the version no to release version in trunk, tag the trunk and then change the version no in trunk to the next dev version ? Just a thought.. Can someone suggest if this is somewhere in the pipeline or if this has already been discussed and the current approach is because of some reason ? Thanks, Gayathri -- View this message in context: http://maven.40175.n5.nabble.com/Maven-release-plugin-fails-if-disallow-modification-to-tags-pre-commit-hook-is-enabled-tp4304834p4304834.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]
