<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.xebialabs.deployit</groupId>
    <artifactId>utility-plugins</artifactId>
    <version>3.9</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>rpm-plugin</artifactId>
  <version>${deployit.api.version}-1</version>
  <properties>
    <maven.test.skip>true</maven.test.skip>
  </properties>
  <scm>
    <connection>scm:git:git://github.com/xebialabs/community-plugins.git</connection>
    <url>scm:git:git://github.com/xebialabs/community-plugins.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.xebialabs.deployit.plugins</groupId>
      <artifactId>generic-plugin</artifactId>
    </dependency>
  </dependencies>

  <profiles>
    <profile>
      <id>test-with-udm-test-support</id>
      <activation>
        <activeByDefault>false</activeByDefault>
      </activation>
      <properties>
        <maven.test.skip>false</maven.test.skip>
      </properties>
      <dependencies>
        <dependency>
          <groupId>com.xebialabs.deployit.plugins</groupId>
          <artifactId>remoting-plugin</artifactId>
        </dependency>
        <dependency>
          <groupId>com.xebialabs.overthere</groupId>
          <artifactId>overthere</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>com.xebialabs.deployit</groupId>
          <artifactId>udm-test-support</artifactId>
          <version>3.8.0</version>
          <scope>test</scope>
        </dependency>
      </dependencies>
    </profile>
  </profiles>
</project>
