blob: e12311364eaa8a5b75fd1d9f27991979add64a8a [file] [log] [blame]
<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>
<artifactId>server-runinterface</artifactId>
<name>RMI interface to Taverna Workflow Runs</name>
<description>This is the implementation of the RMI interface between the workflow run factory and the web-app service front-end.</description>
<parent>
<groupId>uk.org.taverna.server</groupId>
<artifactId>server</artifactId>
<version>2.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<scm>
<connection>scm:svn:http://taverna.googlecode.com/svn/taverna/products/uk.org.taverna.server/branches/2.4-release/server-runinterface</connection>
<developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/products/uk.org.taverna.server/branches/2.4-release/server-runinterface</developerConnection>
<url>http://code.google.com/p/taverna/source/browse/taverna/products/uk.org.taverna.server/branches/2.4-release/server-runinterface</url>
</scm>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>US-ASCII</encoding>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>