[
https://issues.apache.org/jira/browse/KARAF-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834998#comment-16834998
]
ASF GitHub Bot commented on KARAF-6274:
---------------------------------------
jbonofre commented on pull request #833: [KARAF-6274] Karaf 4.2.5 maven plugin
breaks if no archives are generated
URL: https://github.com/apache/karaf/pull/833
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)