Maven Repository - POM file for Parser warnings 3.4 3.4

Summary

Warnings Plug-in.

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

Declaration

Here is the list of declaration for warnings. If you use Maven you can use the following code to add the dependency for this POM file.

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

If you think this Maven repository POM file listing for warnings is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:MIT licenseName:LGPLName:BSD license.

Depends on

The warnings-3.4 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Libraryanalysis-core 1.5
This plug-in provides utilities for the static code analysis plug-ins.
5
Testinganalysis-test 1.3
This plug-in provides test utilities for the static code analysis plug-ins.
9

Packages

The following packages are defined in the warnings-3.4.jar

hudson.plugins.warnings
hudson.plugins.warnings.dashboard
hudson.plugins.warnings.parser

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>analysis-pom</artifactId>
    <version>1.2</version>
    <relativePath>../analysis-pom/pom.xml</relativePath>
  </parent>

  <artifactId>warnings</artifactId>
  <packaging>hpi</packaging>
  <name>Warnings Plug-in</name>
  <version>3.4</version>
  <url>http://wiki.hudson-ci.org/display/HUDSON/Warnings+Plugin</url>
  <description>This plug-in reads the compiler warnings from the
    console log file and generates a trend report.</description>

  <licenses>
    <license>
      <name>MIT license</name>
      <comments>All source code is under the MIT license.</comments>
    </license>
    <license>
      <name>LGPL</name>
      <comments>All icons are made by Carlitus (Carles Carbonell
        Bernado) and are under the LGPL.</comments>
    </license>
    <license>
      <name>BSD license</name>
      <comments>All YUI source code is under the BSD license.</comments>
    </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>org.jvnet.hudson.plugins</groupId>
      <artifactId>analysis-core</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet.hudson.plugins</groupId>
      <artifactId>analysis-test</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/warnings-3.4</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/warnings-3.4</developerConnection>
    <url>https://hudson.dev.java.net/source/browse/hudson/tags/warnings-3.4</url>
  </scm>

</project>