--
You received this message because you are subscribed to the Google Groups "JaCoCo Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco-dev+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jacoco-dev/d45c5a1c-8eeb-4a01-b85d-758d5f64326en%40googlegroups.com.
On 8. Oct 2025, at 03:04, Evgeny Mandrikov <mand...@gmail.com> wrote:
Both download options on central do not work for me. Probably because I have no access to the namespace org.jacoco. Can you please add me (marchof)?
namespace users (AFAICS Marc and me)
currently unsupported, but in later releases, the Publisher experience on https://central.sonatype.com will allow users to invite other users
On 8. Oct 2025, at 11:44, Evgeny Mandrikov <mand...@gmail.com> wrote:
On Wed, Oct 8, 2025 at 10:07 AM Evgeny Mandrikov <mand...@gmail.com> wrote:
Hi Marc,
On Wed, Oct 8, 2025 at 8:06 AM Marc Hoffmann <hoff...@mountainminds.com> wrote:Both download options on central do not work for me. Probably because I have no access to the namespace org.jacoco. Can you please add me (marchof)?As was noted earliernamespace users (AFAICS Marc and me)
AFAICS you are already in the list of org.jacoco namespace users:
<Screenshot 2025-10-08 at 09.54.24.png>
And in fact I don't see any option to add anyone - according to https://central.sonatype.org/register/namespace/#namespace-details-and-actionscurrently unsupported, but in later releases, the Publisher experience on https://central.sonatype.com will allow users to invite other users😅Also I see that username is different - marchof vs mtnminds.Could you please try to use the last one?
<Screenshot 2025-10-08 at 10.35.45.png>if you don't see namespace then it is username / permission issue
if you see namespace, but don't see deployment at
<Screenshot 2025-10-08 at 10.38.05.png>then maybe it is UI issue and maybe authenticated (https://central.sonatype.org/publish/publish-portal-api/#authentication-authorization) downloading from command line will workwget --header='Authentication: Bearer BASE64_OF_YOUR_TOKEN' 'https://central.sonatype.com/api/v1/publisher/deployment/6e1a7212-529c-405b-a295-04940aa45018/download/org/jacoco/jacoco/0.8.14/jacoco-0.8.14.zip'Note that publishing of this deployment will prevent us from the above verifications till the next deployment.
--
You received this message because you are subscribed to the Google Groups "JaCoCo Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco-dev+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jacoco-dev/CAEPFu68eBs_dRAPzkReVAoSnuqom%2BXL9Y%2BgtFHrgm2pUY_Of%2BQ%40mail.gmail.com.
I did my usal checks:- binary diff to previous version- execute the Ant example- verify change logLooks good to me!
thanks for the hint! I recovered my other account and indeed: I can see the files, download them and could also drop or publish the deployment.