Revision 6906,
1.7 KB
checked in by curtis, 9 years ago
(diff) |
Maven version of Aivar's standalone ImageJ plugins.
|
Line | |
---|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
---|
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
---|
4 | http://maven.apache.org/maven-v4_0_0.xsd"> |
---|
5 | |
---|
6 | <modelVersion>4.0.0</modelVersion> |
---|
7 | <parent> |
---|
8 | <groupId>loci</groupId> |
---|
9 | <artifactId>loci-base-pom</artifactId> |
---|
10 | <version>1.03</version> |
---|
11 | </parent> |
---|
12 | |
---|
13 | <groupId>loci</groupId> |
---|
14 | <artifactId>misc-plugins</artifactId> |
---|
15 | <packaging>jar</packaging> |
---|
16 | <version>1.0-SNAPSHOT</version> |
---|
17 | <name>Miscellaneous ImageJ plugins</name> |
---|
18 | <description>Various plugins for ImageJ.</description> |
---|
19 | <url>http://loci.wisc.edu/software</url> |
---|
20 | <inceptionYear>2010</inceptionYear> |
---|
21 | |
---|
22 | <licenses> |
---|
23 | <license> |
---|
24 | <name>BSD</name> |
---|
25 | <distribution>repo</distribution> |
---|
26 | </license> |
---|
27 | </licenses> |
---|
28 | |
---|
29 | <dependencies> |
---|
30 | <!-- 3rd party --> |
---|
31 | <dependency> |
---|
32 | <groupId>imagej</groupId> |
---|
33 | <artifactId>ij</artifactId> |
---|
34 | <version>1.43</version> |
---|
35 | </dependency> |
---|
36 | </dependencies> |
---|
37 | |
---|
38 | <developers> |
---|
39 | <developer> |
---|
40 | <id>aivar</id> |
---|
41 | <name>Aivar Grislis</name> |
---|
42 | <email>grislis@wisc.edu</email> |
---|
43 | <url>http://loci.wisc.edu/people/aivar-grislis</url> |
---|
44 | <organization>UW-Madison LOCI</organization> |
---|
45 | <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
---|
46 | <roles> |
---|
47 | <role>developer</role> |
---|
48 | </roles> |
---|
49 | <timezone>-6</timezone> |
---|
50 | <properties> |
---|
51 | <picUrl>http://loci.wisc.edu/files/loci/images/people/Aivar.jpg</picUrl> |
---|
52 | </properties> |
---|
53 | </developer> |
---|
54 | </developers> |
---|
55 | |
---|
56 | <repositories> |
---|
57 | <!-- NB: for loci-base-pom --> |
---|
58 | <repository> |
---|
59 | <id>loci.releases</id> |
---|
60 | <url>http://dev.loci.wisc.edu:8081/content/repositories/releases</url> |
---|
61 | </repository> |
---|
62 | </repositories> |
---|
63 | |
---|
64 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.