You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2017/06/12 21:40:00 UTC

[jira] [Created] (ACCUMULO-4652) Fix logging for exec-maven-plugin

Christopher Tubbs created ACCUMULO-4652:
-------------------------------------------

             Summary: Fix logging for exec-maven-plugin
                 Key: ACCUMULO-4652
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4652
             Project: Accumulo
          Issue Type: Bug
          Components: build, core
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
             Fix For: 2.0.0


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):

{code}
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.
{code}

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.)




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)