Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC2E7200CB4 for ; Tue, 13 Jun 2017 00:11:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BAC79160BEC; Mon, 12 Jun 2017 22:11:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0EB73160BDE for ; Tue, 13 Jun 2017 00:11:04 +0200 (CEST) Received: (qmail 82358 invoked by uid 500); 12 Jun 2017 22:11:04 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 82347 invoked by uid 99); 12 Jun 2017 22:11:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2017 22:11:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A8CA1C0118 for ; Mon, 12 Jun 2017 22:11:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 61jDBFXqLTmU for ; Mon, 12 Jun 2017 22:11:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 675535F2FD for ; Mon, 12 Jun 2017 22:11:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BE0C0E036E for ; Mon, 12 Jun 2017 22:11:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2453B21D8E for ; Mon, 12 Jun 2017 22:11:00 +0000 (UTC) Date: Mon, 12 Jun 2017 22:11:00 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-4652) Fix logging for exec-maven-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Jun 2017 22:11:05 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-4652. ----------------------------------------- Resolution: Fixed > 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 > Priority: Trivial > Fix For: 2.0.0 > > Time Spent: 10m > Remaining Estimate: 0h > > 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)