[7380] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
[6824] | 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 |
---|
[7595] | 5 | http://maven.apache.org/xsd/maven-v4.0.0.xsd"> |
---|
[6824] | 6 | <modelVersion>4.0.0</modelVersion> |
---|
[7380] | 7 | |
---|
[6824] | 8 | <parent> |
---|
| 9 | <groupId>loci</groupId> |
---|
[7905] | 10 | <artifactId>pom-loci</artifactId> |
---|
[7595] | 11 | <version>1.0-SNAPSHOT</version> |
---|
[6824] | 12 | </parent> |
---|
| 13 | |
---|
| 14 | <artifactId>visbio</artifactId> |
---|
| 15 | <version>3.40-SNAPSHOT</version> |
---|
[7380] | 16 | |
---|
[6824] | 17 | <name>VisBio</name> |
---|
| 18 | <description>A multi-purpose biological analysis tool.</description> |
---|
| 19 | <url>http://loci.wisc.edu/software/visbio</url> |
---|
| 20 | <inceptionYear>2002</inceptionYear> |
---|
| 21 | |
---|
| 22 | <licenses> |
---|
| 23 | <license> |
---|
| 24 | <name>GPL 2 or later</name> |
---|
| 25 | <url>http://www.gnu.org/licenses/gpl-2.0.txt</url> |
---|
| 26 | <distribution>repo</distribution> |
---|
| 27 | </license> |
---|
| 28 | </licenses> |
---|
| 29 | |
---|
| 30 | <dependencies> |
---|
| 31 | <dependency> |
---|
[7595] | 32 | <groupId>${bio-formats.groupId}</groupId> |
---|
| 33 | <artifactId>bio-formats</artifactId> |
---|
| 34 | <version>${bio-formats.version}</version> |
---|
[7380] | 35 | </dependency> |
---|
| 36 | <dependency> |
---|
[7595] | 37 | <groupId>${bio-formats.groupId}</groupId> |
---|
| 38 | <artifactId>loci-common</artifactId> |
---|
| 39 | <version>${bio-formats.version}</version> |
---|
[7380] | 40 | </dependency> |
---|
| 41 | <dependency> |
---|
[7595] | 42 | <groupId>${bio-formats.groupId}</groupId> |
---|
| 43 | <artifactId>ome-io</artifactId> |
---|
| 44 | <version>${bio-formats.version}</version> |
---|
[7380] | 45 | </dependency> |
---|
| 46 | <dependency> |
---|
[7595] | 47 | <groupId>${bio-formats.groupId}</groupId> |
---|
| 48 | <artifactId>ome-xml</artifactId> |
---|
| 49 | <version>${bio-formats.version}</version> |
---|
[7380] | 50 | </dependency> |
---|
| 51 | <dependency> |
---|
[7595] | 52 | <groupId>${bio-formats.groupId}</groupId> |
---|
| 53 | <artifactId>poi-loci</artifactId> |
---|
| 54 | <version>${bio-formats.version}</version> |
---|
[6824] | 55 | </dependency> |
---|
| 56 | <dependency> |
---|
[7595] | 57 | <groupId>${imagej.groupId}</groupId> |
---|
| 58 | <artifactId>ij</artifactId> |
---|
| 59 | <version>${imagej1.version}</version> |
---|
[6824] | 60 | </dependency> |
---|
| 61 | <dependency> |
---|
[7595] | 62 | <groupId>com.apple</groupId> |
---|
| 63 | <artifactId>AppleJavaExtensions</artifactId> |
---|
| 64 | <version>1.4</version> |
---|
[6824] | 65 | </dependency> |
---|
| 66 | <dependency> |
---|
[7595] | 67 | <groupId>com.jgoodies</groupId> |
---|
| 68 | <artifactId>forms</artifactId> |
---|
| 69 | <version>1.2.1</version> |
---|
[6824] | 70 | </dependency> |
---|
| 71 | <dependency> |
---|
[7595] | 72 | <groupId>com.jgoodies</groupId> |
---|
| 73 | <artifactId>looks</artifactId> |
---|
| 74 | <version>2.2.2</version> |
---|
[6824] | 75 | </dependency> |
---|
| 76 | <dependency> |
---|
| 77 | <groupId>visad</groupId> |
---|
| 78 | <artifactId>visad-lite</artifactId> |
---|
| 79 | <version>2.0.20070828</version> |
---|
| 80 | </dependency> |
---|
| 81 | |
---|
| 82 | <dependency> |
---|
| 83 | <groupId>junit</groupId> |
---|
| 84 | <artifactId>junit</artifactId> |
---|
| 85 | <version>4.8.1</version> |
---|
| 86 | <scope>test</scope> |
---|
| 87 | </dependency> |
---|
| 88 | </dependencies> |
---|
| 89 | |
---|
| 90 | <build> |
---|
| 91 | <plugins> |
---|
| 92 | <plugin> |
---|
| 93 | <artifactId>maven-jar-plugin</artifactId> |
---|
| 94 | <configuration> |
---|
| 95 | <archive> |
---|
| 96 | <manifest> |
---|
| 97 | <mainClass>loci.visbio.VisBio</mainClass> |
---|
| 98 | <packageName>loci.visbio</packageName> |
---|
| 99 | </manifest> |
---|
| 100 | </archive> |
---|
| 101 | </configuration> |
---|
| 102 | </plugin> |
---|
| 103 | </plugins> |
---|
| 104 | </build> |
---|
| 105 | |
---|
| 106 | <developers> |
---|
| 107 | <developer> |
---|
| 108 | <id>curtis</id> |
---|
| 109 | <name>Curtis Rueden</name> |
---|
| 110 | <email>ctrueden@wisc.edu</email> |
---|
| 111 | <url>http://loci.wisc.edu/people/curtis-rueden</url> |
---|
| 112 | <organization>UW-Madison LOCI</organization> |
---|
| 113 | <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
---|
| 114 | <roles> |
---|
| 115 | <role>architect</role> |
---|
| 116 | <role>developer</role> |
---|
| 117 | </roles> |
---|
| 118 | <timezone>-6</timezone> |
---|
| 119 | <properties> |
---|
| 120 | <picUrl>http://loci.wisc.edu/files/loci/images/people/curtis-2010.jpg</picUrl> |
---|
| 121 | </properties> |
---|
| 122 | </developer> |
---|
[6829] | 123 | <developer> |
---|
| 124 | <id>sorber</id> |
---|
| 125 | <name>Abraham Sorber</name> |
---|
| 126 | <url>http://loci.wisc.edu/people/abraham-sorber</url> |
---|
| 127 | <organization>UW-Madison LOCI</organization> |
---|
| 128 | <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
---|
| 129 | <roles> |
---|
| 130 | <role>developer</role> |
---|
| 131 | </roles> |
---|
| 132 | <timezone>-6</timezone> |
---|
| 133 | </developer> |
---|
[6824] | 134 | </developers> |
---|
| 135 | |
---|
[7906] | 136 | <!-- NB: for project parent, in case of partial checkout --> |
---|
[6824] | 137 | <repositories> |
---|
| 138 | <repository> |
---|
| 139 | <id>loci.releases</id> |
---|
[7612] | 140 | <url>http://dev.loci.wisc.edu/maven2/releases</url> |
---|
[6824] | 141 | </repository> |
---|
[7595] | 142 | <repository> |
---|
| 143 | <id>loci.snapshots</id> |
---|
[7612] | 144 | <url>http://dev.loci.wisc.edu/maven2/snapshots</url> |
---|
[7595] | 145 | </repository> |
---|
[6824] | 146 | </repositories> |
---|
| 147 | |
---|
| 148 | </project> |
---|