<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>
  <groupId>org.jenkins-ci.plugins</groupId>
  <artifactId>clif-performance-testing</artifactId>
  <version>71.v0741865e206f</version>
  <packaging>hpi</packaging>
  <name>CLIF Performance Testing</name>
  <description>This plug-in enables to run CLIF test plans from Jenkins and get detailed performance test reports,
	including response time statistics, graphs, and performance trends (see https://clif.ow2.io).
	Note: at least one CLIF server runtime to be installed along with this plug-in.</description>
  <url>https://github.com/jenkinsci/clif-performance-testing-plugin</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>CLIF project</name>
    <url>http://clif.ow2.org/</url>
  </organization>
  <developers>
    <developer>
      <name>Vincent ROSSIGNOL</name>
      <roles>
        <role>mavenization</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
    <developer>
      <id>dillense</id>
      <name>Bruno DILLENSEGER</name>
      <email>clif@ow2.org</email>
      <organization>Orange SA</organization>
      <roles>
        <role>CLIF project leader</role>
        <role>developer</role>
        <role>maintainer</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
    <developer>
      <id>jcoste-orange</id>
      <name>Julien COSTE</name>
      <email>julien.coste (at) orange.com</email>
      <organization>Orange Business Services</organization>
      <roles>
        <role>Jenkins expert</role>
        <role>developer</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
    <developer>
      <id>thenrio</id>
      <name>Thierry HENRIO</name>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>CLIF general mailing list</name>
      <subscribe>mailto:clif-subscribe@ow2.org</subscribe>
      <unsubscribe>mailto:clif-unsubscribe@ow2.org</unsubscribe>
      <post>clif@ow2.org</post>
      <archive>http://mail-archive.ow2.org/clif/</archive>
    </mailingList>
    <mailingList>
      <name>CLIF developers mailing list</name>
      <subscribe>mailto:clif-commits-subscribe@ow2.org</subscribe>
      <unsubscribe>mailto:clif-commits-unsubscribe@ow2.org</unsubscribe>
      <post>clif-commits@ow2.org</post>
      <archive>http://mail-archive.ow2.org/clif-commits/</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:git://github.com/jenkinsci/clif-performance-testing-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:jenkinsci/clif-performance-testing-plugin.git</developerConnection>
    <tag>0741865e206fdb2fe4cdbad7f9956de3121c7b26</tag>
    <url>https://github.com/jenkinsci/clif-performance-testing-plugin</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>maven.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/releases/</url>
    </repository>
    <snapshotRepository>
      <id>maven.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.ow2.clif</groupId>
      <artifactId>clif-api</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-continuation</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-io</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-util</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.springframework</groupId>
          <artifactId>spring-jms</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.springframework</groupId>
          <artifactId>spring-tx</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apache.geronimo.specs</groupId>
          <artifactId>geronimo-servlet_2.5_spec</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-math</groupId>
      <artifactId>commons-math</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci</groupId>
      <artifactId>symbol-annotation</artifactId>
      <version>1.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.main</groupId>
      <artifactId>jenkins-core</artifactId>
      <version>2.277.4</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.jcip</groupId>
      <artifactId>jcip-annotations</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>animal-sniffer-annotations</artifactId>
      <version>1.21</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </repository>
    <repository>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>ow2.release</id>
      <name>OW2 release repository</name>
      <url>https://repository.ow2.org/nexus/content/repositories/releases/</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>ow2-snapshot</id>
      <name>OW2 Snapshot Repository</name>
      <url>https://repository.ow2.org/nexus/content/repositories/snapshots</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jenkins-ci.tools</groupId>
        <artifactId>maven-hpi-plugin</artifactId>
        <version>3.28</version>
        <extensions>true</extensions>
      </plugin>
      <plugin>
        <groupId>org.kohsuke.stapler</groupId>
        <artifactId>maven-stapler-plugin</artifactId>
        <version>1.17</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
