Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How SDK pom.xml setup for Confluence 6.5.0

George Lewe (Lewe)
Contributor
November 3, 2017

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

2 answers

1 accepted

0 votes
Answer accepted
Daniel Wester
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 4, 2017

You’ll need to do an atlas-clean first to delete the old version. 

0 votes
Gonchik Tsymzhitov
Community Champion
November 3, 2017

Dear George, 

 

Kindly try this command:

atlas-run --product confluence --version 6.5.0 

Reference here:

https://developer.atlassian.com/docs/developer-tools/working-with-the-sdk/command-reference/atlas-run

 

Best regards,

Tsymzhitov Gonchik

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events