MVN

com.teamtter.mavennatives : nativedependencies-maven-plugin

Maven & Gradle

Feb 09, 2018
11 stars

This plugin allows the automatic unpacking of natives in jars depending on a classifier with a certain pattern. It is a fork from http://code.google.com/p/mavennatives/ . Thanks to the original authors [email protected] and [email protected] !

<plugin>
    <groupId>com.teamtter.mavennatives</groupId>
    <artifactId>nativedependencies-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.teamtter.mavennatives : nativedependencies-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.teamtter.mavennatives : nativedependencies-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
nativedependencies-maven-plugin-1.0.6
nativedependencies-maven-plugin-1.0.5
nativedependencies-maven-plugin-1.0.4
nativedependencies-maven-plugin-1.0.1
nativedependencies-maven-plugin-1.0.0
0.0.x
nativedependencies-maven-plugin-0.0.8

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.teamtter.mavennatives</groupId>
    <artifactId>nativedependencies-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>

Advertisement