> If I have multiple executables for a scm vendor (eg: /usr/bin/hg and > /usr/local/bin/hg), how can I configure this in pom to tell it to always use > a specific version of hg?
I don't think hardcoding this type of information in your pom is a good approach. Instead, make sure the one you want to use is first in your $PATH. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
