You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2022/10/14 07:01:43 UTC

[GitHub] [karaf] awrb commented on a diff in pull request #1626: [KARAF-7068] add instance:package command to compress an instance into zip/tar.gz

awrb commented on code in PR #1626:
URL: https://github.com/apache/karaf/pull/1626#discussion_r995411413


##########
assemblies/features/standard/src/main/feature/feature.xml:
##########
@@ -630,6 +630,7 @@ update = manager
     </feature>
 
     <feature name="instance" description="Provide Instance support" version="${project.version}">
+        <bundle dependency="true">mvn:org.apache.commons/commons-compress/${commons-compress.version}</bundle>

Review Comment:
   I will modify the .zip today but not sure about .tar.gz. I'll look into the code of `commons-compress` how to do it. I'll ask you to take over if it takes too long.



-- 
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: commits-unsubscribe@karaf.apache.org

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