Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9B7C10505 for ; Fri, 10 Jan 2014 16:29:58 +0000 (UTC) Received: (qmail 89042 invoked by uid 500); 10 Jan 2014 16:29:56 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 88916 invoked by uid 500); 10 Jan 2014 16:29:55 -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 88817 invoked by uid 99); 10 Jan 2014 16:29:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 16:29:53 +0000 Date: Fri, 10 Jan 2014 16:29:53 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2165) maven-plugin's classpath is not assembled similarly to a real accumulo or mac MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867956#comment-13867956 ] ASF subversion and git services commented on ACCUMULO-2165: ----------------------------------------------------------- Commit b4a832da7515bde113856313d1d4fcd497f4ee0b in branch refs/heads/master from [~vines] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=b4a832d ] ACCUMULO-2165 temporary fix > maven-plugin's classpath is not assembled similarly to a real accumulo or mac > ----------------------------------------------------------------------------- > > Key: ACCUMULO-2165 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2165 > Project: Accumulo > Issue Type: Bug > Components: maven-plugin > Reporter: John Vines > Fix For: 1.6.0 > > > the maven plugin uses AbstractAccumuloMojo#configureMiniClasspath to assemble the classpath. All it does it get the list of artifacts in the order reported by project.getArtifacts(), which includes maven dependencies, including the sisu forks of guice and guava. This causes the maven-plugin to use a heavily bastardized classpath which is both out of order of normal accumulo classpaths but also with additional libraries injected. -- This message was sent by Atlassian JIRA (v6.1.5#6160)