MVN

net.adamcin : snagjar-maven-plugin

Maven & Gradle

Sep 21, 2017
1 stars

Snag Jar Maven Plugin · Scan a directory for java libraries identifiable as maven artifacts and perform list, install, deploy, and other operations on them.

<plugin>
    <groupId>net.adamcin</groupId>
    <artifactId>snagjar-maven-plugin</artifactId>
    <version>1.3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.adamcin : snagjar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of net.adamcin : snagjar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
snagjar-maven-plugin-1.3.4
snagjar-maven-plugin-1.3.3
snagjar-maven-plugin-1.3.2
snagjar-maven-plugin-1.3.1
snagjar-maven-plugin-1.3.0
1.2.x
snagjar-maven-plugin-1.2.0
1.0.x
snagjar-maven-plugin-1.0.0
0.8.x
snagjar-maven-plugin-0.8.2
snagjar-maven-plugin-0.8.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>net.adamcin</groupId>
    <artifactId>snagjar-maven-plugin</artifactId>
    <version>1.3.4</version>
</plugin>

Advertisement