Is it possible to make mvn clean install of custom JIRA plugin without removing of whole Jira webapp each time? Place tomcat somewhere maybe and link to it?
Hi,
If you "atlas-run" from your plugin root dir, than you can't avoid of removing the entire Jira data while "clean".
What you can do (only if you really don't want the Jira data gone every time),
create a Jira standalone instance in another dir by running "atlas-run-standalone --product jira"
It will create a Jira instance clear of plugins, to install your plugin you will have to manually upload it each time from the admin add-on screen (unlike the first method which you just package and it's updated in Jira).
That way the Jira intance and the plugin are not seating at the same place, so cleaning the plugin project will not touch the Jira instance itself.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.