xen-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.citrix.hypervisor</groupId>
<artifactId>xen-api</artifactId>
<version>8.1.0</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>
<groupId>com.citrix.hypervisor</groupId>
<artifactId>xen-api</artifactId>
<version>8.1.0</version>
<packaging>jar</packaging>
<name>Citrix Hypervisor Java SDK</name>
<description>Mavenized build of the Citrix Hypervisor SDK for Java.</description>
<url>https://www.citrix.com/community/citrix-developer/citrix-hypervisor-developer</url>
<organization>
<name>Citrix Systems, Inc.</name>
<url>https://citrix.com</url>
</organization>
<licenses>
<license>
<name>BSD 2-Clause License</name>
<url>http://opensource.org/licenses/BSD-2-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>https://github.com/xapi-project/xen-api-sdk</connection>
<developerConnection>https://github.com/xapi-project/xen-api-sdk</developerConnection>
<url>https://github.com/xapi-project/xen-api-sdk</url>
</scm>
<mailingLists>
<mailingList>
<name>Xen-API - User and development list for XCP and XAPI</name>
<post>xen-api@list.xen.org</post>
<archive>http://lists.xen.org/archives/html/xen-api/</archive>
</mailingList>
<mailingList>
<name>XenServer General Development List</name>
<post>xs-devel@lists.xenserver.org</post>
<archive>https://lists.xenserver.org/sympa/arc/xs-devel</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Konstantina Chremmou</name>
<email>konstantina.chremmou@citrix.com</email>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/xapi-project/xen-api-sdk/issues</url>
</issueManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-common</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.util</groupId>
<artifactId>ws-commons-util</artifactId>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>vcc-releases</id>
<name>VCC Release Repository</name>
<url>http://oss.sonatype.org/content/repositories/public/</url>
</repository>
<snapshotRepository>
<id>vcc-snapshots</id>
<name>VCC Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/staging/</url>
</snapshotRepository>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- enable release profile during the release and GPG. -->
<releaseProfiles>vcc-release</releaseProfiles>
</configuration>
</plugin>
</plugins>
</build>
</project>