Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.9.0, 4.0.0
-
None
-
None
Description
In m-site-p 3.7 configuration parameter reportPlugins was removed MSITE-792
After MNG-7468 unknown parameter is detected and warning is generated.
We have service org.apache.maven.model.plugin.DefaultReportingConverter which always add configuration for m-site-p with unsupported parameter reportPlugins.
Configuration is added when project contains reporting sections.
Possible solution
- drop service - easy to implement but with impact on m-site-p < 3.7
- detect m-site-p version in project - complicated
- don't print warning about reportPlugins for m-site-p - easy but workaround
Attachments
Issue Links
- is caused by
-
MNG-7468 Unsupported plugins parameters in configuration should be verified
- Closed
-
MNG-4162 Removal of all reporting logic from the core of Maven
- Closed
-
MSITE-792 drop reportPlugins parameter ("new format")
- Closed
- is superceded by
-
MNG-7505 Remove ReportingConverter
- Closed
- relates to
-
MNG-6189 WARN if maven-site-plugin configuration contains reportPlugins element
- Closed
- links to