tasks
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>tasks</artifactId>
<version>4.36-h-1</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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.hudsonci.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>1.42-h-1</version>
<relativePath />
</parent>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>tasks</artifactId>
<packaging>hpi</packaging>
<name>Task Scanner Plug-in</name>
<version>4.36-h-1</version>
<url>http://wiki.hudson-ci.org/x/XoAs</url>
<description>This plug-in scans the workspace files for open tasks
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.hudsonci.plugins</groupId>
<artifactId>analysis-core</artifactId>
<version>1.49-h-1</version>
</dependency>
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>analysis-test</artifactId>
<version>1.10-h-1</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:git://github.com/hudson3-plugins/tasks-plugin.git</connection>
<developerConnection>scm:git:git@github.com:hudson3-plugins/tasks-plugin.git</developerConnection>
<url>https://github.com/hudson3-plugins/tasks-plugin</url>
</scm>
<developers>
<developer>
<id>drulli</id>
<name>Ulli Hafner</name>
<email>ullrich.hafner@gmail.com</email>
</developer>
</developers>
<properties>
<hudsonTags>report</hudsonTags>
</properties>
</project>