Jira is too slow with QuickReload

White Software November 27, 2017

Hey everyone,

 

I'm trying to use QuickReload in my development environment. I setup quickreload according to this document https://bitbucket.org/atlassianlabs/quickreload/overview

I added this lines to necessary places,

<enableFastdev>false</enableFastdev>
                    <enableDevToolbox>false</enableDevToolbox>
                    <enablePde>false</enablePde>
                    <skipRestDocGeneration>true</skipRestDocGeneration>
                    <allowGoogleTracking>false</allowGoogleTracking>
                    <skipManifestValidation>true</skipManifestValidation>
                    <extractDependencies>false</extractDependencies>

and

<pluginArtifacts>
<pluginArtifact> <groupId>com.atlassian.labs.plugins</groupId> <artifactId>quickreload</artifactId> <version>${quick.reload.version}</version> </pluginArtifact>
</pluginArtifacts>

I tried to use QuickReload 1.30.2, 1.30.5 & 2.0.0

But when I started with atlas-debug command with this configuration I can not even access to the login page but if remove it from pluginArtifacts then everything works ok.

How can I enable QuickReload?

0 answers

Suggest an answer

Log in or Sign up to answer