This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 6d36abb2c2e9d8709c78d0ee8629685bf7ad959d Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Feb 19 14:22:24 2021 +0100 Generate just one connector package: .zip or .tar.gz --- connectors/template-connector-package.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/connectors/template-connector-package.xml b/connectors/template-connector-package.xml index 558fa6c..2a0d738 100644 --- a/connectors/template-connector-package.xml +++ b/connectors/template-connector-package.xml @@ -22,7 +22,6 @@ <!-- Assembles a packaged version targeting OS installation. --> <id>package</id> <formats> - <format>zip</format> <format>tar.gz</format> </formats> <includeBaseDirectory>false</includeBaseDirectory>
