<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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.jvnet.hudson.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.276</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  
  <groupId>hudson.plugins.sctmexecutor</groupId>
  <artifactId>SCTMExecutor</artifactId>
  <packaging>hpi</packaging>
  <name>SCTMExecutor</name>
  <version>0.6</version>
  <url>http://hudson.gotdns.com/wiki/display/HUDSON/SCTMExecutor</url>
  <description>This plug-in allows executions on a Borland SilkCentral Test Manager 2008 R2 or larter.</description>
  
  <licenses>
    <license>
      <name>MIT license</name>
      <comments>All source code is under the MIT license.</comments>
    </license>
  </licenses>
  <dependencies>
    <!--
      Replace 1.153 with any version of Hudson that you'd like to develop against.
    -->
    <dependency>
      <groupId>org.jvnet.hudson.main</groupId>
      <artifactId>hudson-core</artifactId>
      <version>1.276</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jvnet.hudson.main</groupId>
      <artifactId>hudson-war</artifactId>
      <type>war</type>
      <version>1.276</version>
      <scope>test</scope>
    </dependency>
    <dependency>
    	<groupId>axis</groupId>
    	<artifactId>axis</artifactId>
    	<version>1.4</version>
    </dependency>
    <dependency>
    	<groupId>org.apache.axis</groupId>
    	<artifactId>axis-jaxrpc</artifactId>
    	<version>1.4</version>
    </dependency>
    <dependency>
    	<groupId>tomcat</groupId>
    	<artifactId>servlet-api</artifactId>
    	<version>5.5.23</version>
    </dependency>
    <dependency>
    	<groupId>org.easymock</groupId>
    	<artifactId>easymock</artifactId>
    	<version>2.4</version>
    	<type>jar</type>
    	<scope>test</scope>
    </dependency>
  </dependencies>
  <developers>
  	<developer>
  		<id>tofuAtjava</id>
  		<name>Thomas Fuerer</name>
  		<email>tfuerer.javanet@googlemail.com</email>
  		<timezone>CEST</timezone>
  	</developer>
  </developers>
  
  <build>
    <!--
      Since new versions need to overwrite old versions, it's better
      not to have version number in the .hpi file name.
    -->
    <finalName>${project.artifactId}</finalName>
    <defaultGoal>package</defaultGoal>
    <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>

  <repositories>
    

    

    <!-- Now for the java.net repository (legacy layout) -->
    

    <!-- Finally, the slowest repository of them all -->
    
  </repositories>

  <pluginRepositories>
    <!-- We put the central repository first, as most artifacts will be
         found there
    -->
    

    
  </pluginRepositories>

  <scm>
    <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/SCTMExecutor-0.6</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/SCTMExecutor-0.6</developerConnection>
    <url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/SCTMExecutor/tags/SCTMExecutor-0.6</url>
  </scm>
</project>
