Re: Is there a way to provide to Maven a custom SVN log message during release:prepare?

2009-07-02 Thread Ovidiu Feodorov
Ovidiu Feodorov wrote: Now that I am thinking about it, what would it be really cool was be to be able to specify something like: ... path_to_template or similar, where template could use substitutions for ${maven.v

Re: Is there a way to provide to Maven a custom SVN log message during release:prepare?

2009-07-02 Thread Ovidiu Feodorov
Thanks for replying. I've seen that, but I interpreted it as what it says it is: a "prefix" for an automatically Maven-generated message. It seems to (correctly) generate something along the lines of: [maven-release-plugin] prepare release maven-release-experiment-1.0.1 I was thinking ab

Re: Is there a way to provide to Maven a custom SVN log message during release:prepare?

2009-07-02 Thread Stephen Connolly
See http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#scmCommentPrefix 2009/7/2 Ovidiu Feodorov : > > I would like to augment, during the release:prepare phase, the standard SVN > commit message generated by Maven. > > Is there a way to do that? > > Thanks > Ovidui > > --

Is there a way to provide to Maven a custom SVN log message during release:prepare?

2009-07-02 Thread Ovidiu Feodorov
I would like to augment, during the release:prepare phase, the standard SVN commit message generated by Maven. Is there a way to do that? Thanks Ovidui - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additio