enable build with Maven 4#1311
Conversation
|
last IT failure fixed by #1320 , as it was also failing with Maven 3.10.0-SNAPSHOT remaining ITs failures are specific to Maven 4 |
|
running now with Maven 4.0.0-SNAPSHOT gives me |
|
An old issue about same topic (failing ITs with Maven 4): #1257 |
are caused by the same interpolation issue from |
|
projects\dependency-sets\massembly-969 fails with invalid model Guess this comes from all the FX dependencies for all the different OS and they all bring in their profile activation definition. Not yet sure how to fix this, except different ITs with only one dependency per OS. Will think about dinner first 🍽️ |
|
|
applied |
| # under the License. | ||
|
|
||
| altDeploymentRepository=test::default::file://${project.build.directory}/deploy | ||
| altDeploymentRepository=test::default::file:./target/repo/deploy |
There was a problem hiding this comment.
please don't add repo that was not existent before: this will remove unwanted impact
|
I don't get how we can have so many fixes, and latest build on GHA says with Maven 4.0.0-RC5: what is happening? |
|
just tested on my laptop: got it works with Maven 4.0.0-SNAPSHOT, failures are specific to 4.0.0-RC5 great news: RC6 has fixed issues from RC5 @Bukama it seems you'll have to decouple the ITs improvements from the current PR, as enabling Maven 4 here will require rc6 |
|
Reverted all my commits, so this branch is back to only enable Maven 4 build. |
Uh oh!
There was an error while loading. Please reload this page.