On 30 March 2017 at 16:29, Matt Sicker <boa...@gmail.com> 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 components are gradually moving from commons-abc to
org.apache.commons.abc.
However that can only be done if the Java package name is also changed.
As that is disruptive, it's only done when an API breakage is essential.

https://wiki.apache.org/commons/MavenAndClasspath

> 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>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to