You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/07/29 17:44:50 UTC

[GitHub] [maven-enforcer] royvanrijn commented on pull request #72: [MENFORCER-353] Formatting of artifact same as dependency:tree

royvanrijn commented on pull request #72:
URL: https://github.com/apache/maven-enforcer/pull/72#issuecomment-665553160


   Absolutely, I've followed the sample from:
   https://issues.apache.org/jira/browse/MENFORCER-353
   
   This is the before:
   
   ```[WARNING] 
   Dependency convergence error for com.google.inject:guice:4.1.0 paths to dependency are:
   +-test.example.com:test:1.0.0-SNAPSHOT
     +-org.testng:testng:7.1.0
       +-com.google.inject:guice:4.1.0
   and
   +-test.example.com:test:1.0.0-SNAPSHOT
     +-org.apache.maven:maven-core:3.5.0
       +-com.google.inject:guice:4.0
   ```
   
    And this is the after:
   ```[WARNING] 
   Dependency convergence error for com.google.inject:guice:jar:no_aop:4.1.0:compile paths to dependency are:
   +-com.mycompany.app:my-app:jar:1
     +-org.testng:testng:jar:7.1.0:compile
       +-com.google.inject:guice:jar:no_aop:4.1.0:compile
   and
   +-com.mycompany.app:my-app:jar:1
     +-org.apache.maven:maven-core:jar:3.5.0:compile
       +-com.google.inject:guice:jar:no_aop:4.0:compile
   ```
   
   Formatting is now the same as dependency:tree (as requested).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org