You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/05/07 15:14:00 UTC

[jira] [Updated] (KARAF-6274) Karaf 4.2.5 maven plugin breaks if no archives are generated

     [ https://issues.apache.org/jira/browse/KARAF-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-6274:
----------------------------------------
    Fix Version/s: 4.3.0

> 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é
>            Priority: Critical
>             Fix For: 4.3.0, 4.2.6
>
>
> 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, …) which is handled separately. Again a use-case for assemblies unpacked by the karaf-maven-plugin.
>  
> The change in question is:
> [https://github.com/apache/karaf/pull/811]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)