[ https://issues.apache.org/jira/browse/KARAF-7068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616817#comment-17616817 ]
ASF GitHub Bot commented on KARAF-7068: --------------------------------------- jbonofre commented on code in PR #1626: URL: https://github.com/apache/karaf/pull/1626#discussion_r994228664 ########## 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: @awrb any update about removing `commons-compress` and using only zip ? I can do that if you prefer. Thanks ! > Add instance:package command > ---------------------------- > > Key: KARAF-7068 > URL: https://issues.apache.org/jira/browse/KARAF-7068 > Project: Karaf > Issue Type: New Feature > Components: karaf > Reporter: Jean-Baptiste Onofré > Assignee: Jean-Baptiste Onofré > Priority: Major > > {{instance:package}} should create a tar.gz/zip for a given instance. -- This message was sent by Atlassian Jira (v8.20.10#820010)