-
Notifications
You must be signed in to change notification settings - Fork 98
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
NullPointerException under Maven 4.0.0-m10 #401
Labels
Comments
The method |
If it helps, here is a workaround:
Idea is to pass an existing path to the |
cstamas
added a commit
to cstamas/trino
that referenced
this issue
Jan 26, 2024
slawekjaranowski
added a commit
that referenced
this issue
Jan 28, 2024
slawekjaranowski
added a commit
that referenced
this issue
Jan 28, 2024
slawekjaranowski
added a commit
that referenced
this issue
Feb 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this
pom.xml
in an empty directory:Doing
mvn validate
using maven 3.9.6 I get thisDoing
mvn validate
using maven 4.0.0-m10 I get this (wrapped for readability)The stacktrace where it fails:
The text was updated successfully, but these errors were encountered: