MVN

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

Maven & Gradle

Jun 05, 2019

OSGi Container Distribution Archive Generator Maven Plugin · A maven plugin aimed to generate a compressed archive containing an OSGi container structure ready to be used.

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

Latest Version

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

  • Latest Stable: 0.7.0

All Versions

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

Version Vulnerabilities Updated
0.7.x
osgi-container-maven-plugin-0.7.0
0.6.x
osgi-container-maven-plugin-0.6.2
osgi-container-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-container-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>