gnodet commented on code in PR #13156:
URL: https://github.com/apache/maven/pull/13156#discussion_r4037936770


##########
impl/maven-impl/src/test/java/org/apache/maven/impl/model/DefaultModelBuilderTest.java:
##########
@@ -197,7 +199,7 @@ public void testActiveByDefaultProfileRepositoryHonored() {
                 .session(session)
                 
.requestType(ModelBuilderRequest.RequestType.CONSUMER_DEPENDENCY)
                 .source(Sources.resolvedSource(
-                        getPom("active-by-default-profile"), 
"org.apache.maven.test:active-by-default-profile:1.0.0"))
+                        getPom("active-by-default-profile"), 
"org.apache.maven.tests:active-by-default-profile:1.0.0"))

Review Comment:
   Fixed in 5764d1b8c75deb503efb8537b4589acc66c1cf0c — kept 
`org.apache.maven.test` (no `s`) in `resolvedSource`, matching the fixture and 
existing convention.



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