MVN

com.d4iot.oss.plugin.packager : jar-manifest-builder-plugin

Maven & Gradle

Feb 21, 2019

Attach a JSON of jar dependencies and update manifest lib attribute

<plugin>
    <groupId>com.d4iot.oss.plugin.packager</groupId>
    <artifactId>jar-manifest-builder-plugin</artifactId>
    <version>1.0.0-3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.d4iot.oss.plugin.packager : jar-manifest-builder-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-3

All Versions

Choose a version of com.d4iot.oss.plugin.packager : jar-manifest-builder-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jar-manifest-builder-plugin-1.0.0-3
jar-manifest-builder-plugin-1.0.0-2

How to add a plugin to Maven

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

<plugin>
    <groupId>com.d4iot.oss.plugin.packager</groupId>
    <artifactId>jar-manifest-builder-plugin</artifactId>
    <version>1.0.0-3</version>
</plugin>