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

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
svn-settings useCygwinPathtrue/useCygwinPath /svn-settings [...] had no effect whatsoever when I first tried it, and then after looking at

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

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

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows free zone). The error above indicates for me that you

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: The absolute paths are on purpose, see http://jira.codehaus.org/browse/SCM-368. Can we make this configurable? useRelativePathstrue/useRelativePaths or similar? I also annotated http://jira.codehaus.org/browse/SCM-368 ... All my Can we make this ... questions on this

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: configuration ... scmCommentTemplatepath_to_template/scmCommentTemplate /configuration

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: Ovidiu Feodorov wrote: Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: Ovidiu Feodorov wrote: Jörg Schaible wrote: [snip] What's the content of /cygdrive/c/Users/ovidiu/AppData/Local/Temp/maven-scm-45206-targets ? I've pasted it in the previous e-mail. I am doing it again here

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Ovidiu Feodorov
Jörg Schaible wrote: Hi, Hi, thanks for answering. Ovidiu Feodorov wrote at Dienstag, 30. Juni 2009 04:55: [snip] It seems quite obvious that this could be handled by cygwin svn No. Cygwin provides a POSIX layer for the file operations to allow unix utilities to compile and work

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Ovidiu Feodorov
windows svn even if I use cygwin. -- Olivier 2009/6/30 Ovidiu Feodorov ovi...@novaordis.com: I know this is not a new problem, I found several JIRA issues related to it (SCM-213 http://jira.codehaus.org/browse/SCM-213, for example), all reported Resolved, but yet I am using Maven SCM 1.2

release:perform fails with The PluginDescriptor for [org.apache.maven.plugins:maven-javadoc-plugin] was not found

2009-06-30 Thread Ovidiu Feodorov
After fixing release:prepare, the release process fails at release:perform. The interaction with the repository seem to go well, Maven fails after forking: $ mvn release:perform [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Top Level Project Name [INFO] Sub-Module

SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-29 Thread Ovidiu Feodorov
I know this is not a new problem, I found several JIRA issues related to it (SCM-213 http://jira.codehaus.org/browse/SCM-213, for example), all reported Resolved, but yet I am using Maven SCM 1.2 and the 2.0 Beta 9 release plug-in and , and I am still seeing it. This is what happens in my