Hello,
I’m working on two Confluence plug-ins. They are created in two separate projects in one workspace in Eclipse. I need both of them to run on a single Confluence instance. QuickReload automatically reloads only the plugin of the project, where I run atlas-debug. The other plugin changes are not recognized by QuickReload, thus when I compile the second plug-in, it is not automatically installed on a Confluence instance, created in the first plug-in target folder.
Here is the folder structure:
- WorkspaceRoot
--Plugin1
---target (here is where Confluence instance lives)
--Plugin2
Here is what I’ve specified in quickreload.properties file, which I put to Plugin1 folder (may be this is my mistake):
../Plugin1
As you see, I’ve followed the instructions from the QuickReload description article, but that does not work.
Thanks!