Pankraz76 commented on code in PR #2375: URL: https://github.com/apache/maven/pull/2375#discussion_r2104075527
########## impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java: ########## @@ -79,6 +79,7 @@ void testAptConsistency() throws Exception { assertEquals(handler.getExtension(), extension, type + " extension"); // Packaging/Directory is Maven1 remnant!!! // assertEquals(handler.getPackaging(), packaging, type + " packaging"); Review Comment: Expected :"jar" Actual :"test-jar" assuming this the only difference a patch might be doable. Please lets make the bigger thing in dedicated PR to gain quick win low hanging fruit or resolving the suppression. Imho this is an increment worth to build upon. -- 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