* removed isAligned from Abstract Param class
[trakem2.git] / pom.xml
blobd845a96a2e23b7e866bd8aa7e51824da5fd90671
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>
8         <parent>
9                 <groupId>org.scijava</groupId>
10                 <artifactId>pom-scijava</artifactId>
11                 <version>1.24</version>
12         </parent>
14         <groupId>sc.fiji</groupId>
15         <artifactId>pom-trakem2</artifactId>
16         <version>1.0-SNAPSHOT</version>
17         <packaging>pom</packaging>
19         <name>Aggregator project for Albert Cardona's TrakEM2 software suite</name>
20         <description></description>
22         <modules>
23                 <module>TrakEM2_</module>
24                 <module>VectorString</module>
25                 <module>T2-NIT</module>
26                 <module>T2-TreelineGraph</module>
27         </modules>
29         <scm>
30                 <connection>scm:git:git://repo.or.cz/trakem2.git</connection>
31                 <developerConnection>scm:git:repo.or.cz:/srv/git/trakem2.git</developerConnection>
32                 <tag>HEAD</tag>
33                 <url>http://repo.or.cz/w/trakem2.git</url>
34         </scm>
36         <!-- NB: for project parent -->
37         <repositories>
38                 <repository>
39                         <id>imagej.releases</id>
40                         <url>http://maven.imagej.net/content/repositories/releases</url>
41                 </repository>
42                 <repository>
43                         <id>imagej.snapshots</id>
44                         <url>http://maven.imagej.net/content/repositories/snapshots</url>
45                 </repository>
46                 <repository>
47                         <id>JBoss 3rdparty</id>
48                         <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases</url>
49                 </repository>
50         </repositories>
52 </project>