Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Unable to download io.r2dbc:r2dbc-bom:pom:Borca-SR2 from ProGet feed.
-
We have our https://proget.cross-ni.com/maven2/repo/ feed configured with connector to the maven central repository. It is not possible to download artifact io.r2dbc:r2dbc-bom:pom:Borca-SR2 from ProGet repo. If we try to do it via artifactory cache or directly from maven central it works just fine.
We are getting this error from maven:mvn dependency:get -DgroupId=io.r2dbc -DartifactId=r2dbc-bom -Dversion=Borca-SR2 -Dpackaging=pom
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< com.example:simple-jasypt-app >--------------------
[INFO] Building simple-jasypt-app 1.0.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:get (default-cli) @ simple-jasypt-app ---
[INFO] Resolving io.r2dbc:r2dbc-bom:pom:Borca-SR2 with transitive dependencies
Downloading from CNI repository: https://proget.cross-ni.com/maven2/repo/io/r2dbc/r2dbc-bom/Borca-SR2/r2dbc-bom-Borca-SR2.pom
[WARNING] Missing POM for io.r2dbc:r2dbc-bom:pom:Borca-SR2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.718 s
[INFO] Finished at: 2025-09-04T20:53:07+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:get (default-cli) on project simple-jasypt-app: Couldn't download artifact: Missing:
[ERROR] ----------
[ERROR] 1) io.r2dbc:r2dbc-bom:pom:Borca-SR2
[ERROR] Path to dependency:
[ERROR] 1) org.apache.maven.plugins:maven-downloader-plugin:jar:1.0
[ERROR] 2) io.r2dbc:r2dbc-bom:pom:Borca-SR2
[ERROR]
[ERROR] ----------
[ERROR] 1 required artifact is missing.
[ERROR]
[ERROR] for artifact:
[ERROR] org.apache.maven.plugins:maven-downloader-plugin:jar:1.0
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] CNI repository (https://proget.cross-ni.com/maven2/repo/, releases=true, snapshots=false)
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
-
ProGet can handle most invalid Maven version numbers, but
Borca-SR2
is really invalid and isn't currently supported. Our "name vs version" parsing requires that versions start with numbers, artifacts start with letters. This has been a Maven rule for 20+ years now.It's non trivial and quite risky to change our parsing logic so it's not something we're keen on doing in a maintenance release. This scenario seems to be very rare and impact ancient artifacts and a few cases where authors didn't use Maven to deploy the artifacts.
Thanks,
Alana