1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <modelVersion>4.0.0</modelVersion>
9 <groupId>sc.fiji</groupId>
10 <artifactId>pom-fiji</artifactId>
11 <version>6.1.1</version>
15 <artifactId>pom-trakem2</artifactId>
16 <version>1.1.2</version>
17 <packaging>pom</packaging>
19 <name>Aggregator project for Albert Cardona's TrakEM2 software suite</name>
20 <description></description>
23 <module>TrakEM2_</module>
24 <!-- <module>VectorString</module> -->
25 <!-- <module>T2-NIT</module> -->
26 <!-- <module>T2-TreelineGraph</module> -->
27 <module>mpicbg-trakem2</module>
31 <connection>scm:git:git://repo.or.cz/trakem2.git</connection>
32 <developerConnection>scm:git:repo.or.cz:/srv/git/trakem2.git</developerConnection>
34 <url>http://repo.or.cz/w/trakem2.git</url>
38 <!-- NB: for project parent -->
40 <id>imagej.public</id>
41 <url>http://maven.imagej.net/content/groups/public</url>
45 <dependencyManagement>
48 <groupId>sc.fiji</groupId>
49 <artifactId>legacy-imglib1</artifactId>
50 <version>1.0.0-DEPRECATED</version>
53 <groupId>sc.fiji</groupId>
54 <artifactId>mpicbg-trakem2</artifactId>
55 <version>1.0.3</version>
58 <groupId>sc.fiji</groupId>
59 <artifactId>T2-NIT</artifactId>
60 <version>1.0.2</version>
63 <groupId>sc.fiji</groupId>
64 <artifactId>T2-TreelineGraph</artifactId>
65 <version>1.0.2</version>
68 <groupId>sc.fiji</groupId>
69 <artifactId>TrakEM2_</artifactId>
70 <version>1.0d</version>
73 <groupId>sc.fiji</groupId>
74 <artifactId>VectorString</artifactId>
75 <version>1.0.2</version>
78 </dependencyManagement>
84 <artifactId>maven-enforcer-plugin</artifactId>
86 <!-- HACK: Until requireReproducibleBuilds can be selectively disabled. -->
90 <!-- HACK: See https://jira.codehaus.org/browse/MENFORCER-185 -->
91 <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
93 <exclude>sc.fiji:T2-NIT</exclude>
94 <exclude>sc.fiji:T2-TreelineGraph</exclude>
95 <exclude>sc.fiji:TrakEM2_</exclude>
96 <exclude>sc.fiji:VectorString</exclude>
97 <exclude>sc.fiji:mpicbg-trakem2</exclude>
98 <exclude>sc.fiji:pom-trakem2</exclude>
100 </requireReleaseDeps>