MVN

br.com.c8tech.tools : osgi-subsystem-maven-plugin

Maven & Gradle

Jun 05, 2019

OSGi Subsystem Archive Generator Maven Plugin · A maven plugin that is aimed to generate an OSGi Subsystem archive (.esa) and its manifest file based on the instructions defined in the POM.

<plugin>
    <groupId>br.com.c8tech.tools</groupId>
    <artifactId>osgi-subsystem-maven-plugin</artifactId>
    <version>0.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.c8tech.tools : osgi-subsystem-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of br.com.c8tech.tools : osgi-subsystem-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
osgi-subsystem-maven-plugin-0.8.0
0.7.x
osgi-subsystem-maven-plugin-0.7.0
0.6.x
osgi-subsystem-maven-plugin-0.6.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>br.com.c8tech.tools</groupId>
    <artifactId>osgi-subsystem-maven-plugin</artifactId>
    <version>0.8.0</version>
</plugin>