MM-30801: pre-package channel export plugin (#16406)

* MM-30801: pre-package channel export plugin

The [channel export plugin](https://github.com/mattermost/mattermost-plugin-channel-export) complements [incident management](https://github.com/mattermost/mattermost-plugin-incident-management).

* only enable IM/CE by default on enterprise ready builds
Этот коммит содержится в:
Jesse Hallam
2020-12-04 15:09:05 -04:00
коммит произвёл GitHub
родитель 3f5041fa43
Коммит cd9185fa23
4 изменённых файлов: 54 добавлений и 2 удалений

Просмотреть файл

@@ -96,6 +96,7 @@ PLUGIN_PACKAGES += mattermost-plugin-jira-v2.3.2
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.1.0
PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.0.0
PLUGIN_PACKAGES += mattermost-plugin-incident-management-v1.1.1
PLUGIN_PACKAGES += mattermost-plugin-channel-export-v0.2.2
# Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target
ifeq ($(BUILD_ENTERPRISE_READY),true)