When I try to upload a revision to an existing app, the marketplace shows the following error.
Add-on key in plugin descriptor (com.plugins.confluence.product_management_2.product_management_2) did not match existing add-on (com.plugins.confluence.product_management.product_management)
If I remove the "..._2" so that they match, atlas-run reverts to the previous version and does not contain the updates. Uploading the .jar file as an add-on in Confluence works perfectly. Cleaning files with atlas-clean does not solve the problem (updates still not incorporated without changing the key).
Any suggestions?
Thanks,
CK
This was my thought as well but updating the versions did not correct the problem. It seems to be something about the artifactId pointing to an old cache. Have tried clearing out the caches but that did not fix the problem.
Other suggestions?
I appreciate the help,
Cris
Have you tried to change the add-ons version?
Something like:
<version>1.0.1</version> to <version>1.0.2</version>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.