tishma
tishma

Reputation: 1885

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.

Upvotes: 1

Views: 1977

Answers (1)

Michael Rueegg
Michael Rueegg

Reputation: 765

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

Best regards, Michael

Upvotes: 6

Related Questions