-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fix #41 Re-introduce test scope in integration test projects #140
Conversation
Refer to this link for build results (access rights to CI server needed): |
@aloubyansky we'd need to get this merged to avoid potential conflicts, but you are welcome to test or give feedback anyway. If you could please file a new issue if something does not work for you. |
The first issue is
|
How can I reproduce that error message? |
mvn dependency:tree |
I did it for the artifact that depended on the *-tests. |
You need to run |
I am blind, your error message says you used |
53efad1
to
e7622d7
Compare
e7622d7 fixes the problem reported by @aloubyansky (thanks!) |
Refer to this link for build results (access rights to CI server needed): |
Replaced by #150 |
A class in Quarkus needs a one line adjustment for this approach to work. |
@aloubyansky could you please review and eventually test if this works for you?