Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Jörg Schaible
sebb wrote: > On 30 March 2017 at 16:29, Matt Sicker wrote: >> A lot of old artifacts uses the groupId == artifactId convention. I don't >> know when that changed to using org.apache.foo as the groupId, but I'm >> guessing it was sometime around the advent of Maven Central. >

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread sebb
On 30 March 2017 at 16:29, Matt Sicker wrote: > A lot of old artifacts uses the groupId == artifactId convention. I don't > know when that changed to using org.apache.foo as the groupId, but I'm > guessing it was sometime around the advent of Maven Central. Possibly. Commons

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Russell Bateman
Wow. I believe the problem is that I'm a blind idiot. I had been trying to use: *org.apache.commons* commons-io 2.5 The groupIdwas wrong and I just wasn't seeing it. (In my defence, there are some Apache groupIds that include "apache" in path elements, like Apache

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Dave Newton
On Thu, Mar 30, 2017 at 10:27 AM, sebb wrote: > On 30 March 2017 at 15:09, Russell Bateman wrote: > > commons-io > commons-io > 2.5 > > > > Can you give me a Maven replacement for what's at: > >

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread sebb
On 30 March 2017 at 15:09, Russell Bateman wrote: > Sebb, > > Thanks for responding, but I probably need some help here making your > suggestion(s) work. To begin with, > > http://repo.maven.org/maven2/commons-io/commons-io/ > > yields nothing in the browser or using curl:

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Russell Bateman
Sebb, Thanks for responding, but I probably need some help here making your suggestion(s) work. To begin with, http://repo.maven.org/maven2/commons-io/commons-io/ yields nothing in the browser or using curl: ~/Downloads $ curl http://repo.maven.org/maven2/commons-io/commons-io/ curl: (6)

Re: Apache's Maven repository missing commons-io, most versions

2017-03-29 Thread sebb
On 30 March 2017 at 01:20, sebb wrote: > Try > > http://repo.maven.org/maven2/commons-io/commons-io/ > > IO used to have a different group id. I mean, still has a different gid. The entry under https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2 is a

Re: Apache's Maven repository missing commons-io, most versions

2017-03-29 Thread sebb
Try http://repo.maven.org/maven2/commons-io/commons-io/ IO used to have a different group id. On 30 March 2017 at 00:31, Russell Bateman wrote: > As I attempt to build, I find > > https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/2.5/commons-io-2.5.jar >