You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/26 16:25:43 UTC

[GitHub] [maven-assembly-plugin] pleeplop commented on a diff in pull request #102: [MASSEMBLY-973] Support zstd format

pleeplop commented on code in PR #102:
URL: https://github.com/apache/maven-assembly-plugin/pull/102#discussion_r1032806908


##########
src/test/java/org/apache/maven/plugins/assembly/archive/DefaultAssemblyArchiverTest.java:
##########
@@ -467,6 +467,25 @@ public void testCreateTarArchiver_TXzFormat_ShouldInitializeXzCompression()
         verify( archiverManager ).getArchiver( "tar" );
     }
 
+    @Test
+    public void testCreateTarArchiver_TarZstFormat_ShouldInitializeXzCompression()

Review Comment:
   It should be fixed now.



-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org