[ 
https://issues.jenkins-ci.org/browse/JENKINS-12340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160052#comment-160052
 ] 

teilo commented on JENKINS-12340:
---------------------------------

The workaround is to copy two slf4j jars to data/war/WEB-INF/lib

slf4j-api-1.6.1.jar
slf4j-jdk14-1.6.1.jar

- or have slf4j-jdk14-1.6.1.jar with every plugin that provides slf4j-api
                
> Maven job type disables slf4j logging
> -------------------------------------
>
>                 Key: JENKINS-12340
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12340
>             Project: Jenkins
>          Issue Type: Bug
>          Components: maven2
>            Reporter: teilo
>            Priority: Critical
>
> 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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to