elharo commented on code in PR #12871:
URL: https://github.com/apache/maven/pull/12871#discussion_r3880563096


##########
its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng8181CentralRepoTest.java:
##########
@@ -53,6 +53,6 @@ public void testitModel() throws Exception {
         // PluginResolutionException: Plugin 
eu.maveniverse.maven.mimir:extension3:XXX or one of its dependencies could
         // not be resolved:
         //      Could not find artifact 
eu.maveniverse.maven.mimir:extension3:jar:XXX in central 
(https://repo1.maven.org)
-        verifier.verifyTextInLog("central (https://repo1.maven.org)");
+        verifier.verifyTextInLog("central (https://repo1.maven.org";);

Review Comment:
   Was this test failing before? Was it failing on only some platforms? Either 
way, what was the failure? I'm worried that might indicate a real bug we need 
to fix so until that's clear I'd prefer not to just change the test. 



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

Reply via email to