-
Notifications
You must be signed in to change notification settings - Fork 423
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
Project build not working on new version 3.8.2 #219
Comments
have you tried maven 3.8.2 outside of Docker? |
Yes, I have tried that on Windows and Linux platform using the maven binary, and still have the same issue. |
this project is just about the Maven docker image, you should bring that up in the Apache Maven project jira or mailing list |
Looks like an issue with the |
Hello,
I'm using 3-amazoncorretto-11 as a base image, and since the new Maven version (3.8.2) our build is broken with the following error (using mvn clean install):
[ERROR] Failed to execute goal org.commonjava.maven.plugins:directory-maven-plugin:0.3.1:highest-basedir (directories) on project etoil-agences: Cannot find a single highest directory for this project set. First two candidates directories don't share a common root. -> [Help 1]
Note: we're using a multi module maven project.
The text was updated successfully, but these errors were encountered: