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.

On 30 March 2017 at 10:26, Russell Bateman <r...@windofkeltia.com> wrote:

> Wow. I believe the problem is that I'm a blind idiot. I had been trying to
> use:
>
>     <dependency>
>       <groupId>*org.apache.commons*</groupId>
>       <artifactId>commons-io</artifactId>
>       <version>2.5</version>
>     </dependency>
>
> 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 /commons-csv/, I'm used to looking at.)
>
> Many thanks to sebb for his patience.
>
>
>
> On 03/30/2017 08:35 AM, Dave Newton wrote:
>
>> On Thu, Mar 30, 2017 at 10:27 AM, sebb <seb...@gmail.com> wrote:
>>
>>> On 30 March 2017 at 15:09, Russell Bateman <r...@windofkeltia.com>
>>> wrote:
>>> <dependency>
>>>      <groupId>commons-io</groupId>
>>>      <artifactId>commons-io</artifactId>
>>>      <version>2.5</version>
>>> </dependency>
>>>
>>> Can you give me a Maven replacement for what's at:
>>>> https://mvnrepository.com/artifact/commons-io/commons-io/2.5
>>>>
>>>> I don't understand why this page exists since it clearly doesn't lead to
>>>> fulfilling my build's need for /commons-io-2.5.jar/. I use Maven a lot
>>>> and
>>>> have for a long time, but I'm completely stumped by this issue.
>>>>
>>> This worked fine for me; I guess I'm not understanding the issue.
>>
>> Dave
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
>> For additional commands, e-mail: user-h...@commons.apache.org
>>
>>
>


-- 
Matt Sicker <boa...@gmail.com>

Reply via email to