pavelhoral commented on code in PR #940: URL: https://github.com/apache/maven/pull/940#discussion_r1058846209
########## maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java: ########## @@ -347,4 +349,32 @@ public void testBuildFromModelSourceResolvesBasedir() throws Exception { } assertEquals(0, errors); } + + @Test + public void testLocationTrackingResolution() throws Exception { + File pom = getProject("MNG-7654"); Review Comment: OMG how have I switched that :facepalm: -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org