blob: 866a530010d10548dc400ae03f52aa69e9664fbe [file] [log] [blame]
<?xml version="1.0"?>
<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.2.2011-02-17</version>
</parent>
<groupId>net.sf.taverna.t2.archetypes</groupId>
<artifactId>archetypes</artifactId>
<name>Archetypes</name>
<packaging>pom</packaging>
<version>1.5</version>
<scm>
<connection>scm:git:https://github.com/taverna/taverna-maven-archetypes.git</connection>
<developerConnection>scm:git:ssh://git@github.com/taverna/taverna-maven-archetypes.git</developerConnection>
<url>https://github.com/taverna/taverna-maven-archetypes/</url>
<tag>archetypes-1.5</tag>
</scm>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
</plugins>
</build>
<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>
<modules>
<module>activity-archetype</module>
<!--
<module>activity-translator-archetype</module>
-->
</modules>
</project>