OpenHAB2: how to add developed binding into raspy

Hey guys,

I developed for testing my own binding. now, I want to install it on running openhab offline version of my raspberry pi 3. a lot of changes still version 1, so exported jar to addons folder is not listed in Karaf console. Any ideas ?

I installed my development binding through the karaf console. Just place my binding on the filesystem and run the command

install file:///tmp/dev-binding.jar

for example. You can also install bindings from the web this way

install https://github.com/patrickse/openhab2-addons/releases/download/SNAPSHOT/org.openhab.binding.volumio2-2.0.0-SNAPSHOT.jar