-
Bug
-
Resolution: Fixed
-
Critical
-
None
the maven2 plugin declares a dependency on slf4j-noop.
as this plugin is loaded early then the no-op slf4j implementation plugin gets loaded earlier than the jdk14 implementation.
This means plugins using slf4j will not have any log output (m2release gerrit)