treefrog
treefrog

Reputation: 1057

What maven plugin should be used for generating karaf features.xml?

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 ?

Upvotes: 0

Views: 70

Answers (1)

colin aygalinc
colin aygalinc

Reputation: 477

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 .

Upvotes: 2

Related Questions