Skip to content

Commit

Permalink
MM-53557-Remove unsupported prepackaged plugins (mattermost#24222)
Browse files Browse the repository at this point in the history
* remove unsupported prepackaged plugins

* Update Makefile

Fix bad merge

---------

Co-authored-by: Mattermost Build <[email protected]>
  • Loading branch information
sbishel and mattermost-build authored Feb 6, 2024
1 parent e7f537e commit 5d4abe2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,26 +147,14 @@ TEMPLATES_DIR=templates

# Plugins Packages
PLUGIN_PACKAGES ?= $(PLUGIN_PACKAGES:)
PLUGIN_PACKAGES += mattermost-plugin-antivirus-v1.0.0
PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.4.0
PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.2.0
PLUGIN_PACKAGES += mattermost-plugin-calls-v0.23.1
PLUGIN_PACKAGES += mattermost-plugin-channel-export-v1.0.0
PLUGIN_PACKAGES += mattermost-plugin-confluence-v1.3.0
PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.3.1
PLUGIN_PACKAGES += mattermost-plugin-github-v2.1.7
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.8.0
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v1.39.1
PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.1.0
PLUGIN_PACKAGES += mattermost-plugin-jira-v4.1.0
PLUGIN_PACKAGES += mattermost-plugin-jitsi-v2.0.1
PLUGIN_PACKAGES += mattermost-plugin-nps-v1.3.3
PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.3.4
PLUGIN_PACKAGES += mattermost-plugin-todo-v0.7.1
PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.3.0
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.2
PLUGIN_PACKAGES += mattermost-plugin-apps-v1.2.2
PLUGIN_PACKAGES += focalboard-v7.11.4

EE_PACKAGES=$(shell $(GO) list $(BUILD_ENTERPRISE_DIR)/...)

Expand Down

0 comments on commit 5d4abe2

Please sign in to comment.