**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** opened **[MNG-8719](https://issues.apache.org/jira/browse/MNG-8719?redirect=false)** and commented In Maven 3 it was `setInherited(boolean)` and now is `setInherited(String)` and it explodes at runtime with: ``` java.lang.NoSuchMethodError: 'void org.apache.maven.model.Plugin.setInherited(boolean)' ``` --- **Remote Links:** - [GitHub Pull Request #2288 ](https://github.com/apache/maven/pull/2288)
Tamas Cservenak opened MNG-8719 and commented
In Maven 3 it was
setInherited(boolean)and now issetInherited(String)and it explodes at runtime with:Remote Links: