From issues-return-44280-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Tue May 7 18:27:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1ED06180778 for ; Tue, 7 May 2019 20:27:05 +0200 (CEST) Received: (qmail 14624 invoked by uid 500); 7 May 2019 18:27:02 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 14476 invoked by uid 99); 7 May 2019 18:27:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2019 18:27:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 93F45E2B86 for ; Tue, 7 May 2019 18:27:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D5FE525820 for ; Tue, 7 May 2019 18:27:00 +0000 (UTC) Date: Tue, 7 May 2019 18:27:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-6274) Karaf 4.2.5 maven plugin breaks if no archives are generated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-6274?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1683= 4999#comment-16834999 ]=20 ASF subversion and git services commented on KARAF-6274: -------------------------------------------------------- Commit a775677e8410b5667a09f8bb7eddac1834d22421 in karaf's branch refs/head= s/master from Lars Kiesow [ https://gitbox.apache.org/repos/asf?p=3Dkaraf.git;h=3Da775677 ] [KARAF-6274] Karaf 4.2.5 maven plugin breaks if no archives are generated Karaf 4.2.5 includes a line checking if archiveTarGz or archiveZip is selected, throwing an error otherwise. Unfortunately, this line breaks our build and a few of our use cases where we do not pack our assemblies. For example, we have a development assembly which we have end up in a special folder unpacked and prepared to be launched. We could, of course, pack and then automatically unpack it but that would just be a waste of time. We also have some assemblies which we pack with additional files (documentation, =E2=80=A6) which is handled separately. Again a use-case fo= r assemblies unpacked by the karaf-maven-plugin. The change in question is commit 7da5044 (pull request #811) > Karaf 4.2.5 maven plugin breaks if no archives are generated > ------------------------------------------------------------ > > Key: KARAF-6274 > URL: https://issues.apache.org/jira/browse/KARAF-6274 > Project: Karaf > Issue Type: Bug > Components: karaf > Affects Versions: 4.2.5 > Reporter: Lars Kiesow > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Critical > Labels: maven, tooling > Fix For: 4.3.0, 4.2.6 > > > Karaf 4.2.5 includes a line checking if=C2=A0archiveTarGz or archiveZip i= s selected, throwing an error otherwise. Unfortunately, this line breaks ou= r build and a few of our use cases where we do not pack our assemblies. > For example, we have a development assembly which we have end up in a spe= cial folder unpacked and prepared to be launched. We could, of course, pack= and then automatically unpack it but that would just be a waste of time. > We also have some assemblies which we pack with additional files (documen= tation, =E2=80=A6) which is handled separately. Again a use-case for assemb= lies unpacked by the karaf-maven-plugin. > =C2=A0 > The change in question is: > [https://github.com/apache/karaf/pull/811] -- This message was sent by Atlassian JIRA (v7.6.3#76005)