You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/18 00:11:46 UTC

[jira] [Commented] (SCM-714) mvn release:prepare fails if the command line is too long on windows

    [ https://issues.apache.org/jira/browse/SCM-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063046#comment-15063046 ] 

ASF GitHub Bot commented on SCM-714:
------------------------------------

GitHub user McLuck opened a pull request:

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

    SCM-714 fix git commit when command line got too long

    SCM-714 replace commit command individual files (ex: "pom.xml") to commit command using a pattern (ex: "*pom.xml").

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

    $ git pull https://github.com/McLuck/maven-scm master

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

    https://github.com/apache/maven-scm/pull/41.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 #41
    
----

----


> mvn release:prepare fails if the command line is too long on windows
> --------------------------------------------------------------------
>
>                 Key: SCM-714
>                 URL: https://issues.apache.org/jira/browse/SCM-714
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.8.1
>            Reporter: Felix Simmendinger
>            Assignee: Robert Scholte
>            Priority: Blocker
>
> The issue from SCM-697 does not solve the issue as the gitprovider is not using the add command but the checkin command during a release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)