William Newman created SCM-688:
----------------------------------
Summary: workingDirectory is not honored when tagging
Key: SCM-688
URL: https://jira.codehaus.org/browse/SCM-688
Project: Maven SCM
Issue Type: Bug
Components: maven-scm-api, maven-scm-client, maven-scm-provider-svn
Affects Versions: 1.7
Reporter: William Newman
When using 'tag' I cannot set the 'workingDirectory' property in either the pom
or command line.
I.E.
if my pom is not the directory I want to tag I cannot set the working directory
to something else.
{noformat}
mvn scm:tag -DworkingDirectory=/tmp/somewhere
{noformat}
I believe that this should change directories to /tmp/somewhere and then
perform the 'svn copy' command.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira