[
https://issues.apache.org/jira/browse/KARAF-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834999#comment-16834999
]
ASF subversion and git services commented on KARAF-6274:
--------------------------------------------------------
Commit a775677e8410b5667a09f8bb7eddac1834d22421 in karaf's branch
refs/heads/master from Lars Kiesow
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a775677 ]
[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, …) which is handled separately. Again a use-case for
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é
> Priority: Critical
> Labels: maven, tooling
> 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)