Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create OSGI project in IntelliJ Idea?

I am trying to create an OSGI project on IntelliJ Idea but so far couldn't make it. I can change the facet after creating a Java project but it isn't the one I want.

In eclipse, while I am creating the project ( Plugin Project ) I can select it to be an OSGI project thus IDE helps me to create required project structure.

But in IntelliJ Idea it is not - at least I couldn't find it -

like image 280
Olgun Kaya Avatar asked Oct 08 '22 10:10

Olgun Kaya


1 Answers

Have a look to Osmorc. Its for OSGi development in Intellij. If you are familiar with Maven you can use a combination of Bnd Framework and maven-bundle-plugin. With the last one you are independend of the IDE you are using

like image 143
christian.vogel Avatar answered Oct 13 '22 12:10

christian.vogel