Tamas Cservenak created MNG-8719: ------------------------------------ Summary: Restore Maven 3 compatibility: ConfigurationContainer.setInherited Key: MNG-8719 URL: https://issues.apache.org/jira/browse/MNG-8719 Project: Maven Issue Type: Bug Reporter: Tamas Cservenak Fix For: 4.0.0-rc-4
In Maven 3 it was {{setInherited(boolean)}} and now is {{setInherited(String)}} and it explodes at runtime with: {noformat} java.lang.NoSuchMethodError: 'void org.apache.maven.model.Plugin.setInherited(boolean)'{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)