-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Don't always trust Maven's '-f' arg value when resolving the current project pom.xml #8794
Don't always trust Maven's '-f' arg value when resolving the current project pom.xml #8794
Conversation
Tested against Quarkus platform and it works great |
Is this fixing strange Dev-Mode errors when using |
@aloubyansky there is a NPE in some of the tests:
|
@famod will you be able to test whether it fixes your use-case? We may want to release 1.4.1.Final tomorrow including this fix. |
96b0df6
to
f21420e
Compare
Is this PR actually trying to fix a regression in 1.4.0.Final? I am asking because with 1.3.1.Final everything is ok when running But with 1.4.0.Final I also get this And now comes the sad part: This PR does not seem to fix it. 😞 PS: Some gradlew download goes wrong in |
@famod is your app available somewhere on github to use as a reproducer? |
I think I know why @famod Will try to fix it today. Thanks for reporting. |
@famod just to make sure, it'll still be good if you could share a reproducer. |
…M file instead of trying to resolve it using and current dir
f21420e
to
2cb3552
Compare
@famod I pushed another commit here. Could you please give it a try? |
Will do, give me an hour.
I'll try, but this will take me longer since I am not allowed to share the original project. |
Thanks! |
The new commit does not change anything for my case. :-/ I'll take a stab at a reproducer. |
Does it change anything if you use an absolute path with -f?
…On Fri, Apr 24, 2020, 12:12 Falko Modler ***@***.***> wrote:
The new commit does not change anything for my case. :-/
I'll take a stab at a reproducer.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8794 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACO6M6EUNQHF2M3HCQ2NDDROFQZBANCNFSM4MPG7CTQ>
.
|
Update: I am still working on the reproducer but it seems this problem has to do with Maven CI friendly versioning ( |
@famod please open a new issue once you are ready. Thanks a lot! |
No description provided.