Re: Adding support for new dependency mediation strategy

2013-08-24 Thread Phillip Hellewell
On Fri, Aug 23, 2013 at 4:11 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > If you make the strategy a component provided by sisu, then a build > extension could provide an alternative implementation for the project that > the extension is defined in. > Interesting. So that wou

Re: What is the correct Git SCM URL for a branch?

2013-08-24 Thread Robert Scholte
I agree that a single SCM line doesn't really match anymore with systems like DSCM (git, Mercurial) It would have been better if we could think of a better way to define this in a newer POM-model. In fact, when talking about this (like in the other thread[1]) if we're going to divide the po

Re: What is the correct Git SCM URL for a branch?

2013-08-24 Thread Hervé BOUTEMY
Le samedi 24 août 2013 17:12:20 Fred Cooke a écrit : > Apologies, however as Herve noted, the web URL is variable across different > web implementations so it too should likely be left as is, being a human > chosen URL for human use. The previous SVN butchering of such fields > doesn't necessarily

Re: What is the correct Git SCM URL for a branch?

2013-08-24 Thread Fred Cooke
Apologies, however as Herve noted, the web URL is variable across different web implementations so it too should likely be left as is, being a human chosen URL for human use. The previous SVN butchering of such fields doesn't necessarily apply to other systems like HG or Git. My 2c. On Sat, Aug 2

Re: What is the correct Git SCM URL for a branch?

2013-08-24 Thread Baptiste Mathus
See http://maven.apache.org/pom.html#SCM Hervé is talking about xpath:/SCM/url which is indeed a scm web ui and said (developer)Connection would be discussed in another thread. Cheers Le 24 août 2013 16:57, "Fred Cooke" a écrit : > I understood that the purpose of the SCM *URL* was to be able to

Re: What is the correct Git SCM URL for a branch?

2013-08-24 Thread Fred Cooke
I understood that the purpose of the SCM *URL* was to be able to *use* it with a tool (where browser != tool), as such, there is only one correct URL, the rest are paths for browsing on a file system or web-front end. I did this knowing it would fail to illustrate the point: fred@cheetah:~/workspa

Re: What is the correct Git SCM URL for a branch?

2013-08-24 Thread Hervé BOUTEMY
I made some research and tests and here are my findings for the scm url, ie. web access like we have ViewVC url for svn, git provides GitWeb equivalent to ViewVC (even if a lot of other solutions exist [1]), which is what is configured on Apache git http Then the GitWeb url format is in the git

Re: bug MNG-5459 (failure to resolve pom artifact from snapshotVersion in maven-metadata.xml)

2013-08-24 Thread Robert Scholte
Hi Claudio, my holidays are over, so time to have a look at this. I've attached a testcase to the original issue, but I'm not able to reproduce it. I'm not going to apply the 'fix', since I can't confirm the issue so I can't verify the patch. And we're talking about an important part of Maven