Re: SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Olivier Lamy
Hi ohhh sorry for confusion, the release before which should 1.9.2 :-) Well as others say you must work with branches from the tag!! Olivier On 16 June 2016 at 01:45, Simone Tripodi wrote: > Salut mon ami! > And thanks for jumping in to help! > Looks like

How does maven internally manages package dependency?

2016-06-15 Thread Debraj Manna
Can some let me know how does maven internally manages package dependency? Is there any architecture diagram available on the net for the same? I also asked this in Quora but did not get any response their nor I am able to

Re: [EXTERNAL] SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Simone Tripodi
Hi Justin! nope, I am just using the APIs in a custom plugin implementation, I understand anyway what you mean, thanks!!! -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Wed, Jun 15, 2016 at 4:10 PM, Justin Georgeson wrote: > Is the

Re: SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Simone Tripodi
Salut mon ami! And thanks for jumping in to help! Looks like maven-scm-provider-gitexe-1.9.3 does not exist[1]... I am not worried about the time the operations are performed, given the users environment gitexe is the simpler options because I don't have to adjust the jgit settings... Thanks!

Re: [EXTERNAL] SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Simone Tripodi
Hi Mark! thanks for jumping in! True, I am completely by your side, I'll enable my plugin to work on branches only. All the best! -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Wed, Jun 15, 2016 at 4:49 PM, Mark Prins wrote: > Op 15

RE: [EXTERNAL] SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Mark Prins
Op 15 jun. 2016 16:10 schreef "Justin Georgeson" : > > Is the failure happening during CI with a shallow clone? I've seen a few systems > > > -Original Message- > > From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On > > Behalf Of Simone Tripodi > >

RE: [EXTERNAL] SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Justin Georgeson
Is the failure happening during CI with a shallow clone? I've seen a few systems > -Original Message- > From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On > Behalf Of Simone Tripodi > Sent: Tuesday, June 14, 2016 6:14 PM > To: Maven Users List >

Re: SCM APIs cause "ref HEAD is not a symbolic ref"

2016-06-15 Thread Olivier Lamy
Hi Simone, Did it work with 1.9.3? More generally, I would recommend you to use the jgit provider which will be probably faster (not forking any cli etc..) Cheers Olivier On 15 June 2016 at 09:13, Simone Tripodi wrote: > Hi all mates, > I've been happily using the