-
Notifications
You must be signed in to change notification settings - Fork 241
Publish artifacts to maven central #32
Comments
I can try to do this next week, but I'm out of town at the moment. Is there a reason you can't use JCenter? |
I can't speak for norbert but my guess is that I'm not the only one who can't resolve the jar. I think your JCenter coordinates may be hosed. The JCenter link on your To reproduce,
Then run Are you positive those coordinates are correct?! |
Interesting. We cache JCenter in Artifactory and haven't had a problem. I'll work to resolve this |
JCenter path got borked on this release. When I'm back at my laptop I will resolve |
Thank you! BTW not complaining here, this is a great lib you're providing here, much appreciated! |
No worries. It was my bad. The artifacts have been re-published (correctly). Let me know if there's any other issues. @norbertpotocki - I will be back at work Thursday, and I will see what I can do about publishing to Central. |
Thanks @rickfast. I'm using your library as a dependency for my configuration library which is hosted only on Maven Central for now. So all my users need to add both repositories for the dependency to be found. I'm going to publish to JCenter to fix that soon. I also noticed that some maven users prefer (or have) to stick to the default repo and can't use JCenter artifacts. It would be nice to support them too. |
No problem. I did the initial work with Sonatype to get accepted, I just have to set up a user token or something to sync between JCenter and Central. Once I'm back in the office I'll tackle it. Thanks for the patience! |
@norbertpotocki I have released <dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>0.9.6-RC1</version>
</dependency> |
Thanks, works great. Out of curiosity - why RC1 on maven central and GA on jcenter? |
RC1 was just a test. I will sync GA today. Thanks! |
|
Hi,
could you please publish consul-client to maven central repository?
The text was updated successfully, but these errors were encountered: