How to create an OSGI project in IntelliJ Idea?

I am trying to create an OSGI project in IntelliJ Idea, but still could not do it. I can change the face after creating a Java project, but this is not the one I want.

In eclipse, when I create a project (plugin project), I can select it as an OSGI project, so the IDE helps me create the required project structure.

But in IntelliJ Idea this is not so - at least I could not find it -

+4
source share
1 answer

Take a look at Osmorc . Its development by OSGi at Intellij. If you are familiar with Maven, you can use a combination of the Bnd Framework and the maven-bundle-plugin . With the latter, you are not dependent on the IDE you are using

+2
source

All Articles