-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
Runtime artifact's POM repos aren't propagated to resolve the corresponding deployment deps #3268
Comments
Seems to be related to snapshots, testing against the latest quarkus bits built locally does not fail |
So I've cleaned up my repo and tested it against snapshots from oss repo and the problems has materialized again so maybe the snapshots are corrupted /cc @aloubyansky |
Tested against new snapshots on a clean repo, same error:
|
This issue is about propagating repositories from the runtime artifact's (effective) POM to the resolution of the deployment artifacts. This issue affects only Quarkus tests where we break from the Maven build context and initialize our own resolver. Which also means a possible workaround would be to |
Describe the bug
I'm testing camel extensions against the latest quarkus snapshot to validate the fix for #3094 and when running the integration tests I see the following error:
To Reproduce
Steps to reproduce the behavior:
./mvnw clean install
Environment (please complete the following information):
uname -a
orver
:java -version
:The text was updated successfully, but these errors were encountered: