RE: CloudRepo - A Cloud Based Artifact Repository

2017-04-22 Thread Sander Verhagen
This is exciting, but also scary (for you, I'm sure). Here's some feedback. I think this is very much a niche, particularly compared to Artifactory who aren't limited to just Maven artifacts. (And didn't Nexus now support Docker repositories too?) If I were shopping for a repository now

CloudRepo - A Cloud Based Artifact Repository

2017-04-22 Thread Chris Shellenbarger
Hi everyone, As this is the Maven Users ML, I thought it was appropriate to share a new, 100% cloud based, Artifact Repository that we've launched at www.cloudrepo.io . As long time Maven users, we wanted something that was fully managed and that we wouldn't have to maintain. So, we built

iPad Air 2

2017-04-22 Thread mostafa shahdadi
Sent from my iPad - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: understanding maven version resolution: minor and snapshots

2017-04-22 Thread Erik Bertelsen
Also: The command mvn dependency:tree may be your rescue, look for entries marked as conflicting. - Erik 2017-04-22 9:31 GMT+02:00 Anders Hammar : >> Nope it pick the *nearest* version. >> > >> Direct dependency trumps transitive >> > > And to give the full picture, if

Re: understanding maven version resolution: minor and snapshots

2017-04-22 Thread Anders Hammar
> Nope it pick the *nearest* version. > > Direct dependency trumps transitive > And to give the full picture, if different versions are declared at the same level in the dependency tree (typically via transitive dependencies when you don't have a direct dep), the first declaration wins. So, the

Re: understanding maven version resolution: minor and snapshots

2017-04-22 Thread Stephen Connolly
On Sat 22 Apr 2017 at 00:21, Curtis Rueden wrote: > Hi Jörg, > > As far as I know, Maven has no notion of "major" vs. "minor" vs. "patch" > versions in the style of e.g. SemVer. > > It simply judges which version is the newest via its algorithm, and uses > the newest, since it