How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.adamcin.com.eclipsesource.tycho.karaf.bridge</groupId>
<artifactId>kar-packager</artifactId>
<version>0.6.2</version>
</plugin>