Until now, I have created a maven-based app through the onos-create-app utility,
and I have developed it through the skeleton app.
When I tried to upload another TL1 Provider on the app, there was no jar file in the maven repository, and I thought about how to include the app in onos and compile it through bazel.
However, I am not happy with the situation where I have to turn on the onos again every time I compile. Like the oar app, I want to install/actiavte/deactivate/uninstall with onos turned on through REST API or onos-app utility.
Is there a way?
Please give me some advice.