Details
-
New Feature
-
Resolution: Fixed
-
Major
-
11.2
-
None
Description
It's currently not possible to add new plugins for docker test, except by overriding completely the xwikiCfgPlugins property. So we obtain this kind of code in our tests:
// Overridden to add the RightsManagerPlugin "xwikiCfgPlugins=com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin," + "com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin," + "com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin," + "com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin," + "com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin," + "com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin" }
We should be able to add a new plugin without needing to specify the whole list of plugins.