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

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

by Ovidiu Feodorov-3 :: Rate this Message:

Reply to Author | View in Thread

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:
>
>                 <configuration>
>                     ...
>                    
> <scmCommentTemplate>path_to_template</scmCommentTemplate>
>                 </configuration>
>
> or similar, where template could use substitutions for
> ${maven.version}, etc.

... or at least

                <configuration>
                    ...
                    <scmComment>path_to_comment_file</scmComment>
                    ...
                </configuration>

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