Automate plugin installation in Confluence
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
If you are looking to automate Confluence deployments, you may also like to include third-party apps that are used extensively by users. This article explains steps on how to automate plugin installation in Confluence.
Solution
Grab the .jar files of the plugins in concern from their Atlassian Marketplace page
If they are in .obr format, convert it to a zip file and extract the jar file from inside this folder.
Copy the jar file and paste it in
<Confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins
folderRestart Confluence
These plugins will be installed as system plugins. You can disable the plugin from the UI, but cannot uninstall it. If you need to uninstall it in the future, the .jar file needs to be removed from the atlassian-bundled-plugins
folder followed by Clearing the plugins cache.
Was this helpful?