Open xstefank opened 6 months ago
Current behavior:
ERROR: Unable to resolve artifacts: * io.smallrye.config:smallrye-config-common:jar [missing] Attempted repositories: *MRRC::https://maven.repository.redhat.com/ga/ *indy::https://indy.psi.redhat.com/api/content/maven/hosted/pnc-builds/ *brew::https://download.devel.redhat.com/brewroot/repos/jb-eap-8.0-maven-build/latest/maven/ *central::https://repo1.maven.org/maven2/
My issue was that I had versionPattern: ".*-redhat-.*" and the artifacts are .redhat-. Would be good to have more details in the error message.
versionPattern: ".*-redhat-.*"
.redhat-
@spyrkob I will take a look at it
@ChristinaDsl are you working on this issue?
@parsharma for now no, you can take it if you wish :)
Current behavior:
My issue was that I had
versionPattern: ".*-redhat-.*"
and the artifacts are.redhat-
. Would be good to have more details in the error message.