Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to speed up development process on local environment?

Gregor Kasmann_Actonic
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2017

As I know you can add these parameters to the pom.xml and it will improve local JIRA start time and assist with fast add-on installations between "packages":

<configuration>
    <productVersion>${jira.version}</productVersion>
    <productDataVersion>${jira.version}</productDataVersion>

    <enableFastdev>false</enableFastdev>
    <enableDevToolbox>false</enableDevToolbox>
    <allowGoogleTracking>false</allowGoogleTracking>
    <enableQuickReload>true</enableQuickReload>  
</configuration>


Which parameter do you use to speed up your development process?

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events