You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Struberg (JIRA)" <ji...@codehaus.org> on 2013/04/06 08:25:53 UTC

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

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

Mark Struberg commented on SCM-714:
-----------------------------------

Hi Felix!

Please note that scm:add != git-add and scm:checkin != git-commit

maven-scm is intended to work the same way on every SCM. Thus we 'mimic' svn and cvs like operations. 
In the maven-release-manager we already do some special things for GIT. We'd need to 

There is of course an option to move the 'splitting' of git-add to an own function internally and utilize this from the other operations which need it.
                
> mvn release:prepare fails if the command line is too long on windows
> --------------------------------------------------------------------
>
>                 Key: SCM-714
>                 URL: https://jira.codehaus.org/browse/SCM-714
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.8.1
>            Reporter: Felix Simmendinger
>            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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira