You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nigel Jones (JIRA)" <ji...@apache.org> on 2018/04/16 10:30:02 UTC

[jira] [Created] (ATLAS-2569) maven dependency plugin back level - issues with dependency tree check

Nigel Jones created ATLAS-2569:
----------------------------------

             Summary: maven dependency plugin back level - issues with dependency tree check
                 Key: ATLAS-2569
                 URL: https://issues.apache.org/jira/browse/ATLAS-2569
             Project: Atlas
          Issue Type: Improvement
            Reporter: Nigel Jones


The maven dependency plugin is at v2, yet we are using maven v3. This can lead to incorrect results when checking the dependency tree. 

The error producted from 'mvn dependency:tree' includes:

[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ atlas-client-v1 ---

[WARNING] Using Maven 2 dependency tree to get verbose output, which may be inconsistent with actual Maven 3 resolution

The fix is to update the plugin to a later version. Patch to be added. No warnings are then produced, and we should be more sure of getting proper dependency tree reporting



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)