MVN

net.jonathangiles.tools : whitelistgenerator-maven-plugin

Maven & Gradle

Jan 20, 2021
0 stars

Whitelist Generator - Maven Plugin · A tool to generate a report containing all whitelisted dependencies across a multi-module maven project

<plugin>
    <groupId>net.jonathangiles.tools</groupId>
    <artifactId>whitelistgenerator-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jonathangiles.tools : whitelistgenerator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of net.jonathangiles.tools : whitelistgenerator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
whitelistgenerator-maven-plugin-1.0.4
whitelistgenerator-maven-plugin-1.0.3
whitelistgenerator-maven-plugin-1.0.2
whitelistgenerator-maven-plugin-1.0.1
whitelistgenerator-maven-plugin-1.0.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.jonathangiles.tools</groupId>
    <artifactId>whitelistgenerator-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>