Thanks for the tip Wayne. I agree that using PATH is more portable. However I do have a small issue to deal with, and I thought explicit path might help a bit.
I am using Maven + Cygwin + Mercurial (a cygwin pkg). This works fine for all my development, except during release. To run 'mvn release:prepapre', I have to use explicit Windows version of the Mercurial and setup PATH. The cygwin package version of Mercurial will not work by default. To avoid installing multiple version of Mercurial, I am hoping that the release plugin would allow me to try setting a explicit path of hg such as "C:\cygwin\bin\bash.exe -c hg". Has anyone done this and would like to share? Much thanks, Zemian -- View this message in context: http://maven.40175.n5.nabble.com/How-to-specify-full-path-of-a-executable-for-a-scm-vendor-tp5463712p5486481.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]
