Fix Issue #562 Migrate to maven 4#612
Conversation
|
A draft merge request for the Docker change is ready: Pi4J/pi4j-docker#5 |
…to the formatting performed by mvnup apply command
|
@FDelporte what is blocking this PR to be merged? |
|
Was waiting for the merge of the plugin removal. Will check current state. @FanJups can you please update to match the current develop branch en fix merge conflicts? Thanks! |
…to the formatting performed by mvnup apply command
a522fef to
715d8b3
Compare
|
@FDelporte , the rebase is done. |
|
I m trying to figure out what goes wrong 🤔 |
|
Maybe , upgrading Maven Compiler Plugin will do the job ? [INFO] BUILD FAILURE |
|
apache/maven-compiler-plugin#961 https://github.com/apache/maven-compiler-plugin/releases/tag/maven-compiler-plugin-3.15.0 I found this, I will give it a try |
…n compiler plugin from 3.13.0 to 3.15.0
|
Hi @FanJups, thanks for your ongoing work on this! Build currently fails with this error: |
Update all 15 POMs to Maven 4.1.0 model with new namespace and schema. Convert <modules> to <subprojects> in parent POMs and add root="true" attribute to the root POM. Migration done using mvnup tool with --model and --plugins flags. Avoided --infer strategy due to incorrect groupId removal from dependencies.
…pper version 3.3.2 to 3.3.4
…to the formatting performed by mvnup apply command
- Update all 15 POMs to Maven 4.1.0 model with new namespace and schema. - Convert <modules> to <subprojects> in parent POMs and add root="true" attribute to the root POM. - Avoid unecessary formatting introduced by the mvnup tool Migration done using mvnup tool with --model and --plugins flags. Avoided --infer strategy due to incorrect groupId removal from dependencies.
…i4j docker image maven version)
…n compiler plugin from 3.13.0 to 3.15.0
10992de to
d0566b6
Compare
…in ffm's maven compiler plugin from 3.14.0 to 3.15.0 & java from 24 to 25
|
|
@FDelporte , I got these errors while running locally Can't wait to see if the build shows the same result here |
Builds succeeded! :-) |



Fix #562
Update Maven version from 3.9.4 to 4.0.0-rc-4 and wrapper version 3.3.2 to 3.3.4
Update POMs to use Maven 4.1.0 shcema and namespace