0

google tells me about a couple of different plugins. features-maven-plugin, karaf-maven-plugin. I am not sure which of these should be used and what versions. Is this dependent on the karaf version ?

treefrog
  • 1,027
  • 1
  • 15
  • 30

1 Answers1

2

features-maven-plugin is deprecated in version >= 3.X as you can see in several Karaf documentation Karaf Doc 3.X and Karaf Doc 4.X .

So if you used a Karaf >= 3.X you must used karaf-maven-plugin .

colin aygalinc
  • 457
  • 4
  • 13
  • thanks. It does seem that way. I am still running into issues with maven not being able to recognize the goal... Looking up lifecyle mappings for packaging features-generate-descriptor – treefrog Nov 26 '16 at 04:41