libvirt-slave
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>hudson.plugins.libvirt</groupId>
<artifactId>libvirt-slave</artifactId>
<version>1.6</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.347</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>hudson.plugins.libvirt</groupId>
<artifactId>libvirt-slave</artifactId>
<version>1.6</version>
<packaging>hpi</packaging>
<name>Hudson Libvirt Slaves plugin</name>
<url>http://wiki.hudson-ci.org/display/HUDSON/Libvirt+Slaves+Plugin</url>
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>org.libvirt</groupId>
<artifactId>libvirt</artifactId>
<version>0.4.2</version>
</dependency>
</dependencies>
<developers>
<developer>
<id>mmornati</id>
<name>Marco Mornati</name>
<email>mmornati@byte-code.com</email>
</developer>
</developers>
<organization>
<name>Byte-Code</name>
<url>http://www.byte-code.com</url>
</organization>
<scm>
<connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/libvirt-slave-1.6</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/libvirt-slave-1.6</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/tags/libvirt-slave-1.6</url>
</scm>
</project>