michael-o commented on pull request #134: URL: https://github.com/apache/maven-integration-testing/pull/134#issuecomment-1019169109
The test is incomplete, the test passes for maven-3.8.x *without* the patch. Here is the output: ``` [WARNING] The artifact org.apache.maven.its.mng7349:old-plugin:jar:1.0.0-SNAPSHOT has been relocated to org.apache.maven.its.mng7349:new-plugin:jar:1.0.0-SNAPSHOT: Test relocation reason for old-plugin [WARNING] The artifact org.apache.maven.its.mng7349:old-dep:jar:1.0.0-SNAPSHOT has been relocated to org.apache.maven.its.mng7349:new-dep:jar:1.0.0-SNAPSHOT: Test relocation reason for old-dep [WARNING] The artifact org.apache.maven.its.mng7349:old-dep-dep:jar:1.0.0-SNAPSHOT has been relocated to org.apache.maven.its.mng7349:new-dep-dep:jar:1.0.0-SNAPSHOT: Test relocation reason for old-dep-dep [INFO] [INFO] --- new-plugin:1.0.0-SNAPSHOT:echoMojo (echoMojo) @ project --- [WARNING] The artifact org.apache.maven.its.mng7349:old-plugin-dep:jar:1.0.0-SNAPSHOT has been relocated to org.apache.maven.its.mng7349:new-plugin-dep:jar:1.0.0-SNAPSHOT: Test relocation reason for old-plugin-d ``` I would expect the test to verify that the warning for transtitive deps does *not* appear in the log. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
