# confluence-server-rocketchat-plugin **Repository Path**: mirrors_RocketChat/confluence-server-rocketchat-plugin ## Basic Information - **Project Name**: confluence-server-rocketchat-plugin - **Description**: Integrates Confluence Server with RocketChat - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rocket.Chat for Confluence This plugin sends notifications to a Rocket.Chat server when pages are created and updated in your [Confluence](https://www.atlassian.com/software/confluence) **Please note that you will need the Confluence Server Integration Rocket.Chat App installed on your Rocket.Chat server as well** Compiling from source --------------------- You first need to [Set up the Atlassian Plugin SDK](https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project). Then, at the project top level (where the pom.xml is) : 1. Compile : `atlas-mvn compile` 2. Run : `atlas-run` 3. Debug : `atlas-debug`