MVN

org.jvnet.hudson.plugins : warnings

Maven & Gradle

Jan 27, 2011
2 usages

Warnings Plug-in · This plug-in reads the compiler warnings from the console log file and generates a trend report.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>warnings</artifactId>
    <version>3.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : warnings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13

All Versions

Choose a version of org.jvnet.hudson.plugins : warnings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13
warnings-3.13
CVE-2020-2280
3.12
warnings-3.12
CVE-2020-2280
3.11
warnings-3.11
CVE-2020-2280
3.10
warnings-3.10
CVE-2020-2280
3.9
warnings-3.9
CVE-2020-2280
3.8
warnings-3.8
CVE-2020-2280
3.7
warnings-3.7
CVE-2020-2280
3.6
warnings-3.6
CVE-2020-2280
3.5
warnings-3.5
CVE-2020-2280
3.4
warnings-3.4
CVE-2020-2280
3.3
warnings-3.3
CVE-2020-2280
3.2
warnings-3.2
CVE-2020-2280
3.1
warnings-3.1
CVE-2020-2280
3.0
warnings-3.0
CVE-2020-2280
2.14
warnings-2.14
CVE-2020-2280
2.13
warnings-2.13
CVE-2020-2280
2.12
warnings-2.12
CVE-2020-2280
2.11
warnings-2.11
CVE-2020-2280
2.10
warnings-2.10
CVE-2020-2280
2.9
warnings-2.9
CVE-2020-2280
2.8
warnings-2.8
CVE-2020-2280
2.7
warnings-2.7
CVE-2020-2280
2.6
warnings-2.6
CVE-2020-2280
2.5
warnings-2.5
CVE-2020-2280
2.4
warnings-2.4
CVE-2020-2280
2.3
warnings-2.3
CVE-2020-2280
2.2
warnings-2.2
CVE-2020-2280
2.1
warnings-2.1
CVE-2020-2280
2.0
warnings-2.0
CVE-2020-2280
1.29
warnings-1.29
CVE-2020-2280
1.28
warnings-1.28
CVE-2020-2280
1.27
warnings-1.27
CVE-2020-2280
1.26
warnings-1.26
CVE-2020-2280
1.25
warnings-1.25
CVE-2020-2280
1.24
warnings-1.24
CVE-2020-2280
1.23
warnings-1.23
CVE-2020-2280
1.22
warnings-1.22
CVE-2020-2280
1.21
warnings-1.21
CVE-2020-2280
1.20
warnings-1.20
CVE-2020-2280
1.19
warnings-1.19
CVE-2020-2280
1.18
warnings-1.18
CVE-2020-2280
1.17
warnings-1.17
CVE-2020-2280
1.16
warnings-1.16
CVE-2020-2280
1.15
warnings-1.15
CVE-2020-2280
1.14
warnings-1.14
CVE-2020-2280
1.13
warnings-1.13
CVE-2020-2280
1.12
warnings-1.12
CVE-2020-2280
1.11
warnings-1.11
CVE-2020-2280
1.10
warnings-1.10
CVE-2020-2280
1.9
warnings-1.9
CVE-2020-2280
1.8
warnings-1.8
CVE-2020-2280
1.7
warnings-1.7
CVE-2020-2280
1.6
warnings-1.6
CVE-2020-2280
1.5
warnings-1.5
CVE-2020-2280
1.4
warnings-1.4
CVE-2020-2280
1.3
warnings-1.3
CVE-2020-2280
1.2
warnings-1.2
CVE-2020-2280
1.1
warnings-1.1
CVE-2020-2280
1.0
warnings-1.0
CVE-2020-2280

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : warnings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>warnings</artifactId>
    <version>3.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : warnings gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:warnings:3.13'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : warnings gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:warnings:3.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : warnings sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "warnings" % "3.13"