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 2019/06/21 10:40:42 UTC

[GitHub] [maven-enforcer] rfscholte commented on a change in pull request #38: [MENFORCER-313] - Added [] to the conflicting artifacts in the output. Highlight those with compile scope.

rfscholte commented on a change in pull request #38: [MENFORCER-313] - Added [<scope>] to the conflicting artifacts in the output. Highlight those with compile scope.
URL: https://github.com/apache/maven-enforcer/pull/38#discussion_r296184506
 
 

 ##########
 File path: maven-enforcer-plugin/src/it/projects/require-upper-bound-dependencies-managed_failure/verify.groovy
 ##########
 @@ -21,9 +21,9 @@ File buildLog = new File( basedir, 'build.log' )
 assert buildLog.text.contains( 'Rule 0: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:' )
 
 def message = 'Failed while enforcing RequireUpperBoundDeps. The error(s) are [' + LS+
-'Require upper bound dependencies error for org.apache.maven.plugins.enforcer.its:menforcer146-x:1.1 paths to dependency are:' + LS+
+'Require upper bound dependencies error for org.apache.maven.plugins.enforcer.its:menforcer146-x:1.1 [compile] paths to dependency are:' + LS+
 
 Review comment:
   The word compile looks weird here.

----------------------------------------------------------------
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


With regards,
Apache Git Services