Hi,
I have developed and published some Cloud apps to the marketplace. At that moment I was not aware of the add-on key proper format (reverse domain name notation). So these Cloud app keys are not in format groupId.artifactId
I have now finished Server versions of the same apps, which uses reverse domain name notation. However, I can not use same listing for these two versions because of the key differences.
What are my options now? I have tried changing <atlassian-plugin key="${atlassian.plugin.key}"> to <atlassian-plugin key="some.static.cloud.app.key"> as a solution, but this doesn't seem to work, with builds failing.
Hi,
Have you changed the key in <atlassian-plugin key="some.static.cloud.app.key"> only?
Don't forget to change also in jira maven plugin instruction:
<Atlassian-Plugin-Key>${atlassian.plugin.key}</Atlassian-Plugin-Key>
Or better change this line:
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
to this:
<atlassian.plugin.key>some.static.cloud.app.key</atlassian.plugin.key>
Thank you! Seems to be working now.
However, is this an acceptable practice with Atlassian plugin key not being the same as Maven's ${project.groupId}.${project.artifactId}?
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.