since Confluence 6 release I always have to disable collaborative editing manually if I want my development experience somewhat bearable. I was wondering if there is any configuration setting inside my pom.xml to tell the maven-confluence-plugin to start the Confluence instance with collaborative editing disabled by default.
Glad it helped - we use this to start a set of acceptance tests without collab editing (and another set with collab editing). I read the code of SharedDraftsDarkFeatureHelper to find out (and having a look at
I’m wondering if there’s a way to make Synchrony just work in development, instead of having to disable it every time, since testing your add-on with collaborative editing is also important, and is currently a big pain.
I don’t understand what you want to achieve -
when you use the above approach you can start a server without collab editing. If you leave those configurations out you will start it with collab editing. This can be used with a SDK server (confluence:debug) as well as with a standlone server.
Use different servers to test with and without … you can use Maven profiles to have the different configurations ready.
Hi, angel - it still works for me. I just started a fresh Confluence 6.4 with this configuration using the SDK and it worked. Collaborative editing is “off” and Syncrony is shown as “Not required”. Quickly checking the editor confirmed that (no Synchrony to be seen).
Cheers