MVN

org.colapietro.maven.plugins : nativedependencies-maven-plugin

Maven & Gradle

Dec 02, 2015
1 stars

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

<plugin>
    <groupId>org.colapietro.maven.plugins</groupId>
    <artifactId>nativedependencies-maven-plugin</artifactId>
    <version>0.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.colapietro.maven.plugins : nativedependencies-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of org.colapietro.maven.plugins : nativedependencies-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
nativedependencies-maven-plugin-0.2.1
nativedependencies-maven-plugin-0.2.0
0.1.x
nativedependencies-maven-plugin-0.1.1
nativedependencies-maven-plugin-0.1.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>org.colapietro.maven.plugins</groupId>
    <artifactId>nativedependencies-maven-plugin</artifactId>
    <version>0.2.1</version>
</plugin>