MVN

com.googlecode.mavennatives : maven-nativedependencies-plugin

Maven & Gradle

Oct 11, 2012

Maven Native Dependencies Plugin · This plugin allows the automatic unpacking of natives in jars depending on a classifier with a certain pattern

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

Latest Version

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

  • Latest Stable: 0.0.7

All Versions

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

Version Vulnerabilities Updated
0.0.x
maven-nativedependencies-plugin-0.0.7
maven-nativedependencies-plugin-0.0.6
maven-nativedependencies-plugin-0.0.5
maven-nativedependencies-plugin-0.0.4

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