Maven Repository - POM file for Testing dashboard-view 1.8.1 1.8.1

Summary

Dashboard View.

Hudson view that shows various cuts of build information via configured portlets..

Declaration

Here is the list of declaration for dashboard-view. 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>dashboard-view</artifactId>
   <version>1.8.1</version>
</dependency>

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

Depends on

The dashboard-view-1.8.1 has 1 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
Java Libraryjoda-time 1.6
Date and time library to replace JDK date handling.
200




Packages

The following packages are defined in the dashboard-view-1.8.1.jar

hudson.plugins.view.dashboard
hudson.plugins.view.dashboard.builds
hudson.plugins.view.dashboard.core
hudson.plugins.view.dashboard.stats
hudson.plugins.view.dashboard.test

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>plugin</artifactId>
    <version>1.363</version>
  </parent>
  <artifactId>dashboard-view</artifactId>
  <packaging>hpi</packaging>
  <name>Dashboard View</name>
  <version>1.8.1</version>
  <description>Hudson view that shows various cuts of build information via configured portlets.</description>
  <url>http://wiki.hudson-ci.org/display/HUDSON/Dashboard+View</url>
  
  <dependencies>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>1.6</version>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/dashboard-view-1.8.1</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/dashboard-view-1.8.1</developerConnection>
    <url>https://hudson.dev.java.net/source/browse/hudson/tags/dashboard-view-1.8.1</url>
  </scm>
</project>