Issue #1038: upgrade maven-checkstyle-plugin to 3.6.0 and exclude dox…#1046
Conversation
2a7966c to
7322e60
Compare
|
@romani we also need to update the maven-site-plugin to the latest version |
|
hmm, this is wild .... I would expect that plugin will use its own dependency to Doxia |
|
i expect the same, let me test my reasoning once |
7322e60 to
e243cc8
Compare
…xclude doxia from checkstyle dependency
e243cc8 to
bc1dc19
Compare
|
@romani The maven-site-plugin:3.3 in does NOT control which version runs the build. The actual execution version comes from Maven's hardcoded site lifecycle bindings, which defaults to 3.3: site org.apache.maven.plugins:maven-site-plugin:3.3:site The CI log confirms this, even with 3.21.0 in , the build still uses 3.3 report plugins run inside the site plugin's ClassRealm, so i have added |
Issue #1038