Deploying OSGI bundles automatically with Maven
Posted by admin on July 29, 2010
1 comment
Working with bundles if kind of frustrating if you have to play with couple of them. Each time you build them, they need to be deployed in the container, and doing it by hand can be a tendentious job. Instead, a much better approach would be to change the build process to make this happen [...]