Now, that Confluence 6.5.0 is out, I want to setup my plugin development environment for it. (confluence server)
I dowloaded the latest SDK 6.3.4.
I changed my pom.xml properties to
<properties>
<confluence.version>6.5.0</confluence.version>
<confluence.data.version>6.5.0</confluence.data.version>
<amps.version>6.2.11</amps.version>
<plugin.testrunner.version>1.2.3</plugin.testrunner.version>
<atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>
<!-- This key is used to keep the consistency between the key in atlassian-plugin.xml and the key to generate bundle. -->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
</properties>
However, when I run atlas-run and Confluence is running, it is version 6.3.4.
How can I setup my development environment to run Confluence 6.5.0?
Best regards,
George
You’ll need to do an atlas-clean first to delete the old version.
Dear George,
Kindly try this command:
atlas-run --product confluence --version 6.5.0
Reference here:
Best regards,
Tsymzhitov Gonchik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.