269 questions
0
votes
0
answers
87
views
Maven Central Deployment in complex Maven Multi Module Project
I’m trying to publish a multi-module Maven project to Sonatype Central using the Central Publishing Maven Plugin org.sonatype.central:central-publishing-maven-plugin:0.8.0.
In my small test repo the ...
0
votes
0
answers
79
views
Maven Central 401 Unauthorized When Publishing Snapshot with JReleaser
Snapshot Deployment Fails with 401 - JReleaser Configuration
Recently, I migrated from Nexus 2 to the new Maven Central repository.
I'm using JReleaser with Gradle to handle publication.
The release ...
2
votes
1
answer
73
views
Is there anyway to force all traffic except Maven Central via Internal Repo?
So, I have a requirement to force all requests to Maven Central via CodeArtifacts, while all other traffic to Nexus repository hosted by organization. My settings.xml looks like below
<mirrors>
...
0
votes
0
answers
209
views
Avoid Maven Central Rate Limiting with Renovate
Renovate builds a lot of microservices and runs into a 429 Too many Requests error of maven central. We use as Proxy an Azure Artifact Store for the public maven dependencies and for our own maven ...
0
votes
0
answers
30
views
Maven Central GPG key revoke
I have registered a Maven Central namespace back in the day with self-signed GPG key provided.
For some reason, I have to revoke provided key entirely and create it from scratch. I worry if I would be ...
2
votes
1
answer
197
views
How do I get a list of released artifacts sorted by version from Maven Central Search API?
I would like to retrieve a list of released artifacts from the official Maven Central Repository REST API sorted by version. But I don't know how to do that. I have tried with the following example ...
0
votes
0
answers
25
views
How to avoid duplicates in dependents list?
MavenCentral: how to avoid duplicates in dependents list?
1181 components is the wrong number, because different versions of the same components repeats multiple times. How to tell mavencentral to ...
0
votes
1
answer
180
views
Maven Central: can't remove namespace
I have created a namespace on https://central.sonatype.com/ and verified it, but now I can't remove this namespace since this functionality is disabled:
How to remove it? I can remove namespace that ...
1
vote
1
answer
128
views
The MavenCentral publishing returns 401 unauthroized
I generated token
Then execute the curl provided by documentation
curl --request POST \
--verbose \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--form bundle=@central-...
-1
votes
2
answers
1k
views
Android Gradle com.github.barteksc:android-pdf-viewer
I’m having trouble with the com.github.barteksc:android-pdf-viewer package—it’s not resolving through JitPack, Maven Central, Gradle, or any other repository. Is there still a way to use this library? ...
1
vote
1
answer
150
views
Failed to resolve: com.halfhp.fig:figlib:1.0.7 (mavenCentral/jcenter?)
I'm building an Android app in Kotlin. I want it to have graphs and I'm using
implementation(libs.androidplot.core)
in my build.gradle file. But I get the following error when reloading the Gradle ...
2
votes
1
answer
377
views
`Unresolved reference: sonatype` when using JReleaser to Publish to Central
I'm trying to publish a Kotlin Multiplatform library using JReleaser and the Portal Publisher API according to their tutorial, but when I try to translate the Groovy example to Kotlin, the build ...
0
votes
2
answers
712
views
Could not HEAD 'https://jitpack.io/com/tapadoo/android/alerter/2.0.4/alerter-2.0.4.pom'. Received status code 401 from server: Unauthorized
I am experiencing issues with resolving dependencies like com.kaopiz:kprogresshud:1.2.0 and com.tapadoo.android:alerter:2.0.4. It seems that JCenter has become a permanent redirect to Maven Central, ...
0
votes
1
answer
279
views
Maven Deploy Results in 301 Failure
I've built up a dependency in java. Nothing special, just some utility functionality. I can deploy it locally, and use it with no problem, but I'd like to deploy it to maven central. I set up my ...
3
votes
1
answer
717
views
MIssing old package with jcenter closure
I noticed that the JCenter read-only repository has been closed. I currently have projects that made use of very old libraries (we're talking years...) and I can no longer retrieve them. I only ...