michael-o commented on code in PR #194:
URL: https://github.com/apache/maven-resolver/pull/194#discussion_r973033770


##########
maven-resolver-impl/src/test/java/org/eclipse/aether/internal/impl/synccontext/named/NameMapperTestSupport.java:
##########
@@ -41,9 +42,9 @@
     protected RepositorySystemSession session;
 
     @Before
-    public void before()
+    public void before() throws IOException
     {
-        baseDir = "/home/maven/.m2/repository";
+        baseDir = new File("/home/maven/.m2/repository").getCanonicalPath();

Review Comment:
   This test is deemed to fail, no?



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

Reply via email to