[ https://issues.apache.org/jira/browse/MNG-8714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951342#comment-17951342 ]
Guillaume Nodet commented on MNG-8714: -------------------------------------- As [~sjaranowski] correctly hinted, the changes in {{PluginDescriptorBuilder}} are somewhat incompatible and thus the {{EnhancedPluginDescriptorBuilder}} fails. The problem is that the {{PluginDescriptorBuilder}} now uses the StAX API and the {{buildConfiguration}} is not called anymore. The {{EnhancedPluginDescriptorBuilder}} overrides {{buildConfiguration}} but that does not work anymore of course. > maven-site-plugin with Maven master fails > ----------------------------------------- > > Key: MNG-8714 > URL: https://issues.apache.org/jira/browse/MNG-8714 > Project: Maven > Issue Type: Dependency upgrade > Reporter: Tamas Cservenak > Priority: Major > Fix For: 4.0.0-rc-4 > > > I cannot invoke site on project having mave-plugin module with Maven master, > example failure: > [https://gist.github.com/cstamas/27c29f8491d3f4eefa46374ad3759022] > Seems it does not work with: > * master > * 4.0.0-rc-3 > * 4.0.0-rc-2 > Did not go further in past. > This very same invocation as in gist works OK with 3.9.9 -- This message was sent by Atlassian Jira (v8.20.10#820010)