A great idea, but fastdev has been the bane of my atlassian developing experience.
It engages when I least want it to, hangs indefinitely, and doesn't even seem to reload non-java resources without some issue.
The doc here, https://developer.atlassian.com/display/PLUGINFRAMEWORK/AMPS+Build+Configuration+Reference#AMPSBuildConfigurationReference-enableFastdev says I can disable it.
But using on my confluence plugin it seems to be ignored, and fastdev is showing up, and randomly engaging when i just try to reload a page (Not even using F5! but jus hitting enter on the URL)
Any ideas?
<plugin> <groupId>com.atlassian.maven.plugins</groupId> <artifactId>maven-confluence-plugin</artifactId> <version>${amps.version}</version> <extensions>true</extensions> <configuration> <productVersion>${confluence.version}</productVersion> <productDataVersion>${confluence.data.version}</productDataVersion> <!-- see https://answers.atlassian.com/questions/3576/how-can-i-disable-the-yui-compressor-when-building-a-jira-plugin --> <!-- Required to prevent syntax errors in the svg-edit libraries --> <compressResources>false</compressResources> <!--more of a pain, just use atlas-cli instead--> <enableFastdev>false</enableFastdev> </configuration> </plugin>
Please try
atlas-clean atlas-run
It seems that you can add file types and non-java resources for reloading.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.