[GitHub] maven-scm pull request #50: [SCM-832] maven-scm-provider-jgit should support...

2016-06-23 Thread mkutter
GitHub user mkutter opened a pull request: https://github.com/apache/maven-scm/pull/50 [SCM-832] maven-scm-provider-jgit should support SSH public key auth Support for public key auth for ssh transfer is added by implementing a TransportConfigCallback and adding it to the session

[GitHub] maven-scm pull request: Fix maven-scm-provider-jgit provider scmVe...

2015-12-21 Thread jessegit
GitHub user jessegit opened a pull request: https://github.com/apache/maven-scm/pull/42 Fix maven-scm-provider-jgit provider scmVersionType=revision checkout. Allows checkout of revisiondeadbeefdeadbeefdeadbeefdeadbeefdeadbeef. Checkout will be left in detached HEAD state. You

Re: maven-scm-provider-jgit

2013-09-09 Thread domi
VM (build 20.45-b01-451, mixed mode) >>>>> elongatus:resources domi$ mvn -version >>>>> Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) >>>>> Maven home: /usr/share/maven >>>>> Java version: 1.6.0_45, vendor: Apple Inc. >>&g

Re: maven-scm-provider-jgit

2013-08-23 Thread Arnaud Héritier
09:44:56+0100) >>>> Maven home: /usr/share/maven >>>> Java version: 1.6.0_45, vendor: Apple Inc. >>>> Java home: > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home >>>> Default locale: en_US, platform encoding:

Re: maven-scm-provider-jgit

2013-08-22 Thread Olivier Lamy
US, platform encoding: MacRoman >>> OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac" >>> elongatus:resources domi$ >>> >>> >>> On 08.08.2013, at 11:26, Baptiste MATHUS wrote: >>> >>>&

Re: maven-scm-provider-jgit

2013-08-19 Thread domi
c" >> elongatus:resources domi$ >> >> >> On 08.08.2013, at 11:26, Baptiste MATHUS wrote: >> >>> Maybe there's a difference between java/maven versions in use? >>> >>> Where does it [not] work? Olivier? Domi, what was the version

Re: maven-scm-provider-jgit

2013-08-09 Thread Olivier Lamy
quot;mac" > elongatus:resources domi$ > > > On 08.08.2013, at 11:26, Baptiste MATHUS wrote: > >> Maybe there's a difference between java/maven versions in use? >> >> Where does it [not] work? Olivier? Domi, what was the version you >> tested/dev'd it

Re: maven-scm-provider-jgit

2013-08-08 Thread domi
against? > > > 2013/8/8 Stephen Connolly > >> On 8 August 2013 02:12, Olivier Lamy wrote: >> >>> mvn clean install -pl :maven-scm-provider-jgit -am >> >> >> works on my mac >> >> -- >> Baptiste MATHUS - http://batmat.net >> Sauvez un arbre, >> Mangez un castor ! nbsp;!

Re: maven-scm-provider-jgit

2013-08-08 Thread Brett Porter
On 08/08/2013, at 8:03 PM, Mirko Friedenhagen wrote: > Just an observation (700km away from my notebook for the next 2 weeks :-)): > > Olivier started Maven in the root of maven-scm, while Brett cd'ed to > maven-scm-provider-jgit Same result either way. On 08/08/2013, at

Re: maven-scm-provider-jgit

2013-08-08 Thread Mirko Friedenhagen
Just an observation (700km away from my notebook for the next 2 weeks :-)): Olivier started Maven in the root of maven-scm, while Brett cd'ed to maven-scm-provider-jgit Regards Mirko -- Sent from my mobile On Aug 8, 2013 1:15 AM, "Olivier Lamy" wrote: > lucky :-) > >

Re: maven-scm-provider-jgit

2013-08-08 Thread Baptiste MATHUS
Maybe there's a difference between java/maven versions in use? Where does it [not] work? Olivier? Domi, what was the version you tested/dev'd it against? 2013/8/8 Stephen Connolly > On 8 August 2013 02:12, Olivier Lamy wrote: > > > mvn clean install -pl :maven

Re: maven-scm-provider-jgit

2013-08-08 Thread Stephen Connolly
On 8 August 2013 02:12, Olivier Lamy wrote: > mvn clean install -pl :maven-scm-provider-jgit -am works on my mac

Re: maven-scm-provider-jgit

2013-08-07 Thread Olivier Lamy
2013/8/8 Olivier Lamy : > lucky :-) > > Here > mvn clean install -pl :maven-scm-provider-jgit -am > > Results : > > Failed tests: > testChangeLogCommand(org.apache.maven.scm.provider.git.jgit.command.changelog.JGitChangeLogCommandTckTest): > expected:<1> but w

Re: maven-scm-provider-jgit

2013-08-07 Thread Olivier Lamy
lucky :-) Here mvn clean install -pl :maven-scm-provider-jgit -am Results : Failed tests: testChangeLogCommand(org.apache.maven.scm.provider.git.jgit.command.changelog.JGitChangeLogCommandTckTest): expected:<1> but was:<0> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0 For some

Re: maven-scm-provider-jgit

2013-08-07 Thread Brett Porter
Works here: maven-scm-provider-jgit (master=)$ mvn clean install -Ptck Results : Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 - Brett On 08/08/2013, at 7:12 AM, domi wrote: > Hi everyone, > > a couple of weeks ago I have contributed a git scm provider based on jgit. >

maven-scm-provider-jgit

2013-08-07 Thread domi
-providers/maven-scm-providers-git/maven-scm-provider-jgit All the tests work fine, except for one single test which fails on one single Mac of Olivier - on all other test systems it works fine. As its hard to debug something which we can't really reproduce, I'm asking for some support on

maven-scm pull request: SCM 727 - maven-scm-provider-jgit

2013-07-15 Thread imod
Github user imod closed the pull request at: https://github.com/apache/maven-scm/pull/5 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-scm pull request: SCM 727 - maven-scm-provider-jgit

2013-07-12 Thread imod
GitHub user imod opened a pull request: https://github.com/apache/maven-scm/pull/5 SCM 727 - maven-scm-provider-jgit This pull request adds a new scm-provider for git. The implementation is fully based on jgit and therefore does not need a native cgit installation anymore

Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Olivier Lamy
ave reserved the name here : >> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-jgit/ >> And import current stuff from [1] >> And move svnjava to >> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-svnjava/ >> >> Evgeny wh

Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Olivier Lamy
> I found several sources. For example implementation in GitHub > ( https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit ), > but it seems a bit outdated. > > -- > Best regards, > Evgeny Mandrikov aka Godin <http://godin.net.ru> > http

Question about status of maven-scm-provider-jgit

2011-01-10 Thread Evgeny Mandrikov
Hi, Which status of implementation of Git SCM provider based on JGit ? Any progress? I found several sources. For example implementation in GitHub ( https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit ), but it seems a bit outdated. -- Best regards, Evgeny

Re: svn commit: r894145 [1/2] - in /maven/scm/trunk/maven-scm-providers/maven-scm-providers-git: ./ maven-scm-provider-jgit/ maven-scm-provider-jgit/src/ maven-scm-provider-jgit/src/main/ maven-scm-

2009-12-29 Thread Olivier Lamy
Hi, I have moved this to sandbox until we have released (or snapshots) dependencies available. Thanks, -- Olivier 2009/12/29 Brett Porter : > On 29/12/2009, at 9:34 AM, Mark Struberg wrote: > >> maybe I should have mentioned: the jgit-simple was written by me. But I only >> combined fragments of

Re: svn commit: r894145 [1/2] - in /maven/scm/trunk/maven-scm-providers/maven-scm-providers-git: ./ maven-scm-provider-jgit/ maven-scm-provider-jgit/src/ maven-scm-provider-jgit/src/main/ maven-scm-

2009-12-28 Thread Brett Porter
On 29/12/2009, at 9:34 AM, Mark Struberg wrote: > maybe I should have mentioned: the jgit-simple was written by me. But I only > combined fragments of existing code I found in jgit-core (plus Jason and > Shawn Pearce helped me), so this has also BSD license. Since we host this on > sonatype, we

maven-scm-provider-jgit finally working

2009-07-03 Thread struberg
Hi! Today I did the first full roundtrip with mvn release:prepare and mvn release:perform with the Java native maven-scm-provider-jgit. This is currently only for the really ballsy guys and girls out there, because one has to compile a forked JGit itself currently ;) More at http