blob: 33eb93e1e3b0c806e17c1c72deafd8f8f218925b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>parent</artifactId>
<groupId>net.sf.taverna</groupId>
<version>0.1.2009-02-12</version>
</parent>
<groupId>net.sf.taverna.t2</groupId>
<artifactId>core</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<name>Taverna 2 Core</name>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>instrument</goal>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
<configuration>
<jdk>1.5</jdk>
<targetPercentage>50%</targetPercentage>
<failOnViolation>false</failOnViolation>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<t2.infrastructure.version>2.0</t2.infrastructure.version>
<t2.lang.version>1.0</t2.lang.version>
</properties>
<modules>
<module>reference-api</module>
<module>reference-impl</module>
<module>reference-testhelpers</module>
<module>workflowmodel-api</module>
<module>workflowmodel-impl</module>
<module>provenanceconnector</module>
</modules>
<repositories>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>mygrid-repository</id>
<name>myGrid Repository</name>
<url>http://www.mygrid.org.uk/maven/repository</url>
</repository>
</repositories>
<reporting>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>
${basedir}/../checkstyle.xml
</configLocation>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
<configuration>
<generatePdf>true</generatePdf>
<generateXml>true</generateXml>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<minmemory>128m</minmemory>
<maxmemory>512</maxmemory>
<aggregate>true</aggregate>
<links>
<link>
http://www.mygrid.org.uk/taverna/api/
</link>
<link>
http://java.sun.com/j2se/1.5.0/docs/api/
</link>
</links>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:svn:http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.core/trunk/</connection>
<developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.core/trunk/</developerConnection>
<url>http://code.google.com/p/taverna/source/browse/#svn/taverna/engine/net.sf.taverna.t2.core/trunk</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.processors
</groupId>
<artifactId>taverna-beanshell-processor
</artifactId>
<version>${taverna.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.processors
</groupId>
<artifactId>taverna-biomart-processor
</artifactId>
<version>${taverna.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.processors
</groupId>
<artifactId>taverna-soaplab-processor
</artifactId>
<version>${taverna.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.processors
</groupId>
<artifactId>taverna-localworkers</artifactId>
<version>${taverna.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.scufl
</groupId>
<artifactId>scufl-model</artifactId>
<version>${taverna.version}</version>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.processors
</groupId>
<artifactId>taverna-stringconstant-processor
</artifactId>
<version>${taverna.version}</version>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.org.mygrid.taverna.processors
</groupId>
<artifactId>taverna-java-processor</artifactId>
<version>${taverna.version}</version>
<exclusions>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven</artifactId>
</exclusion>
<exclusion>
<groupId>uk.org.mygrid.taverna.raven
</groupId>
<artifactId>raven-log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
</project>