MVN

org.netbeans.tools : sigtest-maven-plugin

Maven & Gradle

Jul 03, 2022
9 stars

API Signature Test Plugin · Signature test to compare APIs of two versions of JARs of the same library.

<plugin>
    <groupId>org.netbeans.tools</groupId>
    <artifactId>sigtest-maven-plugin</artifactId>
    <version>1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.netbeans.tools : sigtest-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.netbeans.tools : sigtest-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
sigtest-maven-plugin-1.7
1.6
sigtest-maven-plugin-1.6
1.5
sigtest-maven-plugin-1.5
1.4
sigtest-maven-plugin-1.4
1.3
sigtest-maven-plugin-1.3
1.2
sigtest-maven-plugin-1.2
1.1
sigtest-maven-plugin-1.1
1.0
sigtest-maven-plugin-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.netbeans.tools</groupId>
    <artifactId>sigtest-maven-plugin</artifactId>
    <version>1.7</version>
</plugin>

Advertisement