-
Bug
-
Resolution: Done
-
Minor
-
1.2.9.Final
-
None
Hello,
I have checked the source and one of the place that downloads plugin does not have this m2override defined.
String m2Override = System.getProperty("apiman.gateway.m2-repository-path");
I think Apiman gateway looks at io.apiman.gateway.engine.impl.DefaultPluginRegistry.loadPlugin(PluginCoordinates, IAsyncResultHandler<Plugin>)
where as Apiman manager UI reads from
io.apiman.manager.api.core.plugin.AbstractPluginRegistry.downloadPlugin(File, PluginCoordinates)