-
Notifications
You must be signed in to change notification settings - Fork 176
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
Problem with building with maven 3.8.2 #1242
Comments
…uilder.build(ModelSource, ...) Actually a subset backport of MNG-5669 (5cdb833) Also-By: rfscholte <[email protected]> This closes #478
Do you consider this to be a regression or just surfaced a bug in the mentioned plugin? |
As MNG-7170 is classified as improvement, I'd think that this is regression in maven, unexpected in microrelease (3.8.1 to 3.8.2). maven-3.8.2 declares
I have not investigated the plugin itself, so have no idea what happens there to result with:
But this works with 3.8.1 and it doesn't break the build. Nothing related seems to be mentioned in known-issues yet. |
It could be a regression, but also just a bug in the plugin. @jdcasey, can you help out on your plugin? @mickaelistria any idea? @pzygielo Then this plugin will be broken on Maven 4 as well. Reverting just fix the symptom, not the root cause. It would be very helpful if you could isolate this with a sample project and create an issue with Maven. |
With 3.8.1 I think the plugin has problem with recognizing parent now, as parent has not-null basedir.
|
So you are saying it retrieves the wrong value? |
I think |
Thanks for the info! @pzygielo Can you locally drop this assumption and see whether the plugin works? |
I tried to replace
|
Fixes eclipse-ee4j#1242 Signed-off-by: Radek Felcman <[email protected]>
Fixes #1242 Signed-off-by: Radek Felcman <[email protected]>
Since maven 3.8.2 (which includes apache/maven@5a89973 that I think is the cause of change) the EL can no longer be built due to directory-maven-plugin not being compatible (and BTW probably dead anyway).
It results with:
As maven versions are not specified exactly in
eclipselink/.github/workflows/codeql-analysis.yml
Line 57 in c0f808e
eclipselink/etc/jenkins/pr_verify.groovy
Line 94 in c0f808e
Please consider taking action before that happens.
The text was updated successfully, but these errors were encountered: