quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

How to create a proxy in the Nexus version 3 repository #29

Closed patajones closed 3 years ago

patajones commented 3 years ago

I had trouble using the quarkus-maven-plugin because it downloads the package quarkus-registry-descriptor:1.0-SNAPSHOT

I'm using Nexus OSS 3 https://help.sonatype.com/repomanager3 as proxy and I get an error because this SNAPSHOT version is not found.

In the README we have "How to register as a Nexus Repository proxy" but it shows options that are not present in this version of Nexus. (I found this README in the discussion https://github.com/quarkusio/quarkus/issues/19612)

Has anyone managed to register a proxy on version 3 of Nexus?

gastaldi commented 3 years ago

It's the same process:

Screenshot from 2021-08-27 15-26-10

patajones commented 3 years ago

thanks @gastaldi , my "remote storage" value was wrong (I didn't put "/maven" at the end)