You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by atomicknight <gi...@git.apache.org> on 2016/03/31 20:25:53 UTC

[GitHub] maven-scm pull request: SCM-797: Workaround for Windows command li...

GitHub user atomicknight opened a pull request:

    https://github.com/apache/maven-scm/pull/49

    SCM-797: Workaround for Windows command line length limitation

    As suggested by PLXUTILS-107 and implemented by gwt-maven-plugin, it is
    possible to avoid the Windows command line length limitation by invoking
    the executable directly instead of via a shell. This commit adapts the
    gwt-maven-plugin implementation to supply a fake Shell in Windows
    environments in order to invoke the Git executable directly.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/atomicknight/maven-scm cmd_length_workaround

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-scm/pull/49.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #49
    
----
commit ebc3896c5ff933f67b9488b3d8af9c9decb17350
Author: Abraham Lin <ab...@post.harvard.edu>
Date:   2016-03-31T18:09:54Z

    SCM-797: Workaround for Windows command line length limitation
    
    As suggested by PLXUTILS-107 and implemented by gwt-maven-plugin, it is
    possible to avoid the Windows command line length limitation by invoking
    the executable directly instead of via a shell. This commit adapts the
    gwt-maven-plugin implementation to supply a fake Shell in Windows
    environments in order to invoke the Git executable directly.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org