You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "William Newman (JIRA)" <ji...@codehaus.org> on 2012/08/28 20:27:21 UTC

[jira] (SCM-688) workingDirectory is not honored when tagging

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