-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload TestNG 6.12 to Maven Central #1506
Comments
I added in my repository:
But I was trying to avoid adding another repository, I try to centralize everything in the central maven. Thank you @juherr . |
6.12 will be available on maven central once the sync issue will be resolved ;) |
Is it possible to get a commit which has relevant fixes as a maven dependency?
|
@hemano You can do it with https://jitpack.io |
Can you try to sync from bintray's jcenter to Maven Central again? I see the artifact has been published in former but not the latter. |
ping @cbeust - Gentle reminder. |
I just gave this another try and still getting
The signatures look valid to me;
|
@cbeust - Does JCenter have some sort of support mechanism from whom we can get some help ? I have always only published to Maven central directly. So I dont have too much knowledge. |
JCenter has nothing to do with this error, it's Sonatype that's refusing the upload. |
@cbeust You have really no luck with maven central 🤣 |
testng 6.12+ support in arquillian is still blocked on this 🔔 |
@phillipross We are going to release 6.13 in the next days and @cbeust will try to push the version into central. |
6.13 is now available on Maven Central. |
Thanks, it almost works. I'm getting following error now: It seems that this version is missing in central and it comes as transitive dependency to TestNG. Simple workaround, define this before TestNG:
|
JCommander is in JCenter and is required by TestNG itself, it can't be in Please add JCenter to your list of repos. |
Why can't it be in The reason why this whole issue exists is that |
Fair point. I just deployed TestNG 6.13.1 to Maven Central, which depends on JCommander 1.72, which is on Maven Central. TestNG 6.13.1 should appear on Maven Central in a few hours. |
Thanks a lot for your instant help! I know syncing with Central is a nightmare sometimes, been there too many times, so I really appreciate this. |
Hi,
Upload TestNG 6.12 to Maven Central, please.
Thank you.
The text was updated successfully, but these errors were encountered: