Describe the bug
When running maven build with tests (@QuarkusTest
) that requires dependencies defined in the profile that fails with Arc dependency resolution exceptions due to missing classes.
Expected behavior
@QuarkusTest
should see dependencies define in the profile when the profile is active
Actual behavior
Dependencies defined in the profile are not seen by @QuarkusTest
To Reproduce
Steps to reproduce the behavior:
Configuration
no config needed
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
or ver
: Darwin mac 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64java -version
: java version "1.8.0_171"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you!
We are doing this automatically to ensure out-of-date issues does not stay around indefinitely.
If you believe this issue is still relevant please put a comment on it on why and if it truly needs to stay request or add 'pinned' label.
would be still good to allow running quarkus tests with maven profiles in my opinion
I think I have a fix for this one.
Most helpful comment
would be still good to allow running quarkus tests with maven profiles in my opinion