0

I am using maven-bundle-plugin to generate plugins for Eclipse. Now I need to generate Eclipse feature. How can I achieve it ?

I do not want to use PDE for it.

kulatamicuda
  • 1,603
  • 2
  • 21
  • 40

1 Answers1

0

I recommend using Tycho to do maven-based builds of Eclipse-based projects. It inherently knows about Eclipse concepts like bundles, plugins, features, and products, so you don't have to try to hack maven into dealing with those things.

E-Riz
  • 31,431
  • 9
  • 97
  • 134