sormuras commented on a change in pull request #196: [SUREFIRE-1585] [WIP] Resolve missing artifact URL: https://github.com/apache/maven-surefire/pull/196#discussion_r228765011
########## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformEnginesIT.java ########## @@ -63,7 +63,7 @@ args.add( new Object[] { "1.1.1", "5.1.1", "1.0.0", "1.0.0" } ); args.add( new Object[] { "1.2.0", "5.2.0", "1.1.0", "1.0.0" } ); args.add( new Object[] { "1.3.1", "5.3.1", "1.1.1", "1.0.0" } ); - args.add( new Object[] { "1.4.0-SNAPSHOT", "5.4.0-SNAPSHOT", "1.1.1", "1.0.0" } ); + // TODO args.add( new Object[] { "1.4.0-SNAPSHOT", "5.4.0-SNAPSHOT", "1.1.1", "1.0.0" } ); Review comment: This should be solved before merging. I guess, the Surefire-internal resolver tool needs a version update to support the transport protocols offered by https://oss.sonatype.org/content/repositories/snapshots and others. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services