[ https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529817#comment-17529817 ]
Michael Osipov commented on MNG-7468: ------------------------------------- It should issue a warning in 3.9.0 and break in 4.0.0. > Unsupported plugins parameters in configuration should break build > ------------------------------------------------------------------ > > Key: MNG-7468 > URL: https://issues.apache.org/jira/browse/MNG-7468 > Project: Maven > Issue Type: New Feature > Components: Plugins and Lifecycle > Reporter: Slawomir Jaranowski > Priority: Major > > Currently we can provide any xml tags in plugin configuration even if plugin > Mojo doesn't support specific parameters. > eg we can have: > {code:xml} > <plugin> > <artifactId>example-maven-plugin</artifactId> > <version>1.1.1</version> > <configuration> > <xxx>zzzz</xxx> > </configuration> > </plugin> > {code} > With example configuration Mojo is executed without any warning. > Simply if parameters is not supported - build should break with some of > invalid plugin configuration exception ... -- This message was sent by Atlassian Jira (v8.20.7#820007)