It's currently hardcoded in line 282 of org/apache/maven/wagon/providers/scm/ScmWagon.java in wagon-scm.
It would be possible to move that up to wagon-level configuration, which would allow it to be set in settings.xml in the servers section - but that only gives you one value to replace it with. It isn't possible to use properties. For the site plugin specifically, it might be able to take some configuration to apply to the wagon which would allow greater flexibility, since I believe it's configuring it's own ones rather than using them from the core. - Brett On 12/10/2010, at 7:07 AM, Wendy Smoak wrote: > I'm using the site plugin with distributionManagement set to a > scm:svn:https://... url. This commits the generated site files to a > special place in Subversion where they are then visible as part of the > project's website. > > But... there is a pre-commit hook that requires every commit to be > associated with an issue tracker item. When this is enabled, I can't > publish the website anymore. > > Does anyone know if there is a way to change the commit message that > the Site Plugin (or is it Maven SCM?) sends when it commits the files? > > This would be similar to the scmCommentPrefix parameter in the Release > Plugin, which is what we use to insert an issue tracker key in those > commit messages. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Brett Porter [email protected] http://brettporter.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
