Description
Because of the dependency analysis and related improvements in ACCUMULO-4618, slf4j-log4j is missing from the exec-maven-plugin's classpath, resulting in the following errors during the build (and also the possible loss of plugin execution logging during this portion of the build):
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
NOTE: Updating to the latest version of the plugin (1.6.0), which I'm not even sure would fix the problem, is not possible because of the issue in https://github.com/mojohaus/exec-maven-plugin/issues/75; and, the SLF4J problem persists in version 1.5.0 of plugin as well. (We're currently using 1.4.0.)
Attachments
Issue Links
- is broken by
-
ACCUMULO-4618 Enforce dependency analysis during build
- Resolved