<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.345</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <groupId>hudson.plugins.sctmexecutor</groupId>
  <artifactId>SCTMExecutor</artifactId>
  <packaging>hpi</packaging>
  <name>SCTMExecutor</name>
  <version>1.5.1</version>
  <url>http://wiki.hudson-ci.org/display/HUDSON/SCTMExecutor</url>
  <description>This plug-in allows executions on a Borland SilkCentral Test Manager 2008 R2 or later.</description>
  <properties>
  </properties>
  <licenses>
    <license>
      <name>MIT license</name>
      <comments>All source code is under the MIT license.</comments>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.4</version>
      <type>jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
    	<groupId>axis</groupId>
    	<artifactId>axis</artifactId>
    	<version>1.4</version>
    	<type>jar</type>
    	<scope>compile</scope>
    </dependency>
  </dependencies>
  <developers>
    <developer>
      <id>tofuAtjava</id>
      <name>Thomas Fuerer</name>
      <email>tfuerer.javanet@googlemail.com</email>
      <timezone>CEST</timezone>
    </developer>
  </developers>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jvnet.hudson.tools</groupId>
        <artifactId>maven-hpi-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <showDeprecation>true</showDeprecation>
          <showWarnings>true</showWarnings>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <scm>
    <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/SCTMExecutor-1.5.1</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/SCTMExecutor-1.5.1</developerConnection>
    <url>https://hudson.dev.java.net/source/browse/hudson/tags/SCTMExecutor-1.5.1</url>
  </scm>
</project>