bugzilla
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>bugzilla</artifactId>
<version>1.4</version>
</dependency><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.318</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bugzilla</artifactId>
<packaging>hpi</packaging>
<version>1.4</version>
<name>Bugzilla plugin</name>
<description>Bugzilla integration - link bugs in changeset descriptions</description>
<url>http://wiki.hudson-ci.org/display/HUDSON/Bugzilla+Plugin</url>
<developers>
<developer>
<name>New Maintainer Needed</name>
<!-- http://n4.nabble.com/Bugzilla-plugin-needs-new-maintainer-td1016194.html -->
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/bugzilla-1.4</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/bugzilla-1.4</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/tags/bugzilla-1.4</url>
</scm>
</project>