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 2009/10/08 13:40:32 UTC

[jira] Created: (SCM-503) create a native Java GIT provider using JGit

create a native Java GIT provider using JGit
--------------------------------------------

                 Key: SCM-503
                 URL: http://jira.codehaus.org/browse/SCM-503
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-git
    Affects Versions: 1.2
            Reporter: Mark Struberg


JGit is a BSD implementation of GIT in pure Java.

maven-scm-provider-jgit makes use of JGit so we have a Java only stack which will be a great help on non POSIX conform platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (SCM-503) create a native Java GIT provider using JGit

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated SCM-503:
-----------------------------

    Fix Version/s: 1.x
         Assignee: Mark Struberg

> create a native Java GIT provider using JGit
> --------------------------------------------
>
>                 Key: SCM-503
>                 URL: http://jira.codehaus.org/browse/SCM-503
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> JGit is a BSD implementation of GIT in pure Java.
> maven-scm-provider-jgit makes use of JGit so we have a Java only stack which will be a great help on non POSIX conform platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (SCM-503) create a native Java GIT provider using JGit

Posted by "Frank (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/SCM-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314475#comment-314475 ] 

Frank commented on SCM-503:
---------------------------

According to http://eclipse.org/jgit/download/ jgit is available in the eclipse maven repository. Can the work proceed now?
                
> create a native Java GIT provider using JGit
> --------------------------------------------
>
>                 Key: SCM-503
>                 URL: https://jira.codehaus.org/browse/SCM-503
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> JGit is a BSD implementation of GIT in pure Java.
> maven-scm-provider-jgit makes use of JGit so we have a Java only stack which will be a great help on non POSIX conform platforms.

--
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

        

[jira] (SCM-503) create a native Java GIT provider using JGit

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/SCM-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314477#comment-314477 ] 

Olivier Lamy commented on SCM-503:
----------------------------------

some has been started here: http://code.google.com/a/apache-extras.org/p/maven-scm-provider-jgit/
If you want to help feel free to provide patches etc...
                
> create a native Java GIT provider using JGit
> --------------------------------------------
>
>                 Key: SCM-503
>                 URL: https://jira.codehaus.org/browse/SCM-503
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> JGit is a BSD implementation of GIT in pure Java.
> maven-scm-provider-jgit makes use of JGit so we have a Java only stack which will be a great help on non POSIX conform platforms.

--
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

        

[jira] Commented: (SCM-503) create a native Java GIT provider using JGit

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204274#action_204274 ] 

Mark Struberg commented on SCM-503:
-----------------------------------

initial checkin.

We still have to wait for jgit-core [1] will get released and deployed to maven.central.
We can then go on and release jgit-simple [2] which is hosted at sonatype due to it's BSD style license nature.

[1] http://egit.eclipse.org/w/?p=jgit.git
[2] http://github.com/sonatype/jgit-simple

> create a native Java GIT provider using JGit
> --------------------------------------------
>
>                 Key: SCM-503
>                 URL: http://jira.codehaus.org/browse/SCM-503
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> JGit is a BSD implementation of GIT in pure Java.
> maven-scm-provider-jgit makes use of JGit so we have a Java only stack which will be a great help on non POSIX conform platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira