Search code examples
mavenintellij-ideajira-pluginatlassian-plugin-sdk

How to build atlassian plugin for quick reload?


I've completed the atlassian sdk helloworld plugin tutorial, and so far I'm happy that atlas-run shows the plugin.

Import to IntelliJ Idea also went clean.

I understand that Quick Reload plugin is supposed to help avoiding to run time-expensive atlas-run after each minor update.

Could someone please suggest which maven task should be run in order to trigger Quick Reload?

I've tried running: clean, install, deploy from IntelliJ Idea, and each of those crashed Jira.


Solution

  • You can just run "atlas-package" to trigger quick reload.

    Best regards, Michael