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, [email protected] [email protected] wrote:

Dnia 5 marzec 2014 o 21:23 Howard <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]



--
Howard Lander <mailto:[email protected]>
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

Reply via email to