**[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)