I'm putting together a Logstash Java plugin, and it's working well, but it takes a bit of time to package to a gem and install in logstash every time we want to test it.
Is it possible to use something like path.plugins
for faster testing during Java plugin development?