Please please please use central.

Every time you host your own public repo a kitten is horribly mutilated by
the minions of the underworld.

More seriously if anyone adds your repo they impact their build performance
as they now have another repo to check artifacts against... It's not a big
problem if you only have to add one repo... But the problem grows and next
thing you know your maven build is checking 50 repos for every artifact and
build time is a dog.

This is why a repo manager is helpful and publishing to central if you can
is the *best* thing to do

On Wednesday, 5 March 2014, Howard <how...@renci.org> wrote:

> Thanks Rafa!
>
> That was in fact the answer.  Well, I did admit it was likely something
> stupid. :)
>
> Thanks also to Anders and Joachim for answering.  I will definitely think
> about hosting our jars at maven central.  I didn't realize it was easy. I
> did have a look at managing a repository here at RENCI, but since we hope
> the usefulness of the project outlives it's funding, it would probably make
> more sense for our repo to be off site.
>
> Thanks again
> Howard
>
>
> On 3/5/14, 3:48 PM, rafal.krupin...@smtsoftware.com
> rafal.krupin...@smtsoftware.com wrote:
>
>>
>>  Dnia 5 marzec 2014 o 21:23 Howard <how...@renci.org> napisa?(a):
>>>
>> [...]
>>
>>> For reference here's the part of the pom that is trying to download the
>>> jar:
>>>
>>>      <dependency>
>>>         <groupId>org.renci.databridge-util</groupId>
>>>         <artifactId>databridge-util</artifactId>
>>>         <version>1.0-BETA</version>
>>>       </dependency>
>>>
>> Read your POM, there is no databridge-util in the groupId.
>>
>> Dependency should read
>>
>> <dependency>
>> <groupId>org.renci</groupId>
>> <artifactId>databridge-util</artifactId>
>> <version>1.0-BETA</version>
>> </dependency>
>>
>> Regards,
>>
>> RafaƂ
>>
>> PS
>>
>> I love when people reply without providing actual answer :)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
> --
> Howard Lander <mailto:how...@renci.org>
> Senior Research Software Developer
> Renaissance Computing Institute (RENCI) <http://www.renci.org>
> The University of North Carolina at Chapel Hill
> Duke University
> North Carolina State University
> 100 Europa Drive
> Suite 540
> Chapel Hill, NC 27517
> 919-445-9651
>


-- 
Sent from my phone

Reply via email to