Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently we can provide any xml tags in plugin configuration even if plugin Mojo doesn't support specific parameters.
eg we can have:
<plugin> <artifactId>example-maven-plugin</artifactId> <version>1.1.1</version> <configuration> <xxx>zzzz</xxx> </configuration> </plugin>
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 ...
Attachments
Issue Links
- causes
-
MNG-7504 Warning about unknown reportPlugins parameters for m-site-p are always generated
- Closed
- relates to
-
MJAVADOC-710 Usage of removed or replaced property does not cause the build to fail
- Closed
-
MNG-5463 warn if maven-site-plugin's reportPlugins is configured in POM
- Closed
- links to
(2 links to)