MVN

net.adamcin.com.eclipsesource.tycho.karaf.bridge : kar-packager

Maven & Gradle

Nov 20, 2014
0 stars

kar-packager · The kar-packager is a small Maven Plugin to create Apache Karaf Archives (.kar) from a given folder. Everything the folder needs to contain are the bundles to make up the archive.

<plugin>
    <groupId>net.adamcin.com.eclipsesource.tycho.karaf.bridge</groupId>
    <artifactId>kar-packager</artifactId>
    <version>0.6.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.adamcin.com.eclipsesource.tycho.karaf.bridge : kar-packager to add to Maven - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of net.adamcin.com.eclipsesource.tycho.karaf.bridge : kar-packager to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
kar-packager-0.6.2
kar-packager-0.6.1

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>