You can remove plugins from the plugins directory and adapt the configuration file using the environment variable, as shown below, to link to nodes from a user-defined location
This is supported in org.eclipse.equinox.launcher_V1.3.0 or higher. You can use environment variables like
osgi.bundles = $ variable_name $ / bundle-name.jar .
When analyzing the configuration file, The launcher will replace the variable and run the package from the specified location.
source share