We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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-
The text was updated successfully, but these errors were encountered:
@spyrkob I will take a look at it
Sorry, something went wrong.
@ChristinaDsl are you working on this issue?
@parsharma for now no, you can take it if you wish :)
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: