You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/01/09 21:37:51 UTC

[jira] [Created] (ACCUMULO-2165) maven-plugin's classpath is not assembled similarly to a real accumulo or mac

John Vines created ACCUMULO-2165:
------------------------------------

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