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>net.imagej</groupId>
10 <artifactId>pom-imagej</artifactId>
11 <version>11.1.0</version>
15 <groupId>net.imagej</groupId>
16 <artifactId>ij</artifactId>
17 <version>1.50b</version>
20 <description>ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.</description>
21 <url>http://imagej.net/</url>
22 <inceptionYear>1997</inceptionYear>
25 <javac.path>${java.home}/../lib/tools.jar</javac.path>
26 <main-class>ij.ImageJ</main-class>
31 <groupId>com.yuvimasory</groupId>
32 <artifactId>orange-extensions</artifactId>
33 <version>1.3.0</version>
34 <scope>provided</scope>
41 <artifactId>maven-compiler-plugin</artifactId>
48 <artifactId>maven-javadoc-plugin</artifactId>
51 <artifactId>maven-jar-plugin</artifactId>
55 <mainClass>ij.ImageJ</mainClass>
61 <groupId>org.codehaus.mojo</groupId>
62 <artifactId>exec-maven-plugin</artifactId>
71 <mainClass>ij.ImageJ</mainClass>
79 <name>Public domain</name>
80 <url>http://imagej.net/disclaimer.html</url>
81 <distribution>repo</distribution>
87 <url>http://nih.gov/</url>
93 <name>Wayne Rasband</name>
94 <email>wsr@nih.gov</email>
95 <url>http://www.linkedin.com/pub/wayne-rasband/11/140/477</url>
96 <organization>NIH</organization>
97 <organizationUrl>http://rsb.info.nih.gov/</organizationUrl>
99 <role>architect</role>
100 <role>developer</role>
102 <timezone>-5</timezone>
107 <system>BugZilla</system>
108 <url>http://fiji.sc/bugzilla</url>
112 <system>Jenkins</system>
113 <url>http://jenkins.imagej.net/</url>
119 <subscribe>http://imagej.net/list.html</subscribe>
120 <unsubscribe>http://imagej.net/list.html</unsubscribe>
121 <post>imagej@list.nih.gov</post>
122 <archive>http://list.nih.gov/archives/imagej.html</archive>
125 <name>ImageJ-devel</name>
126 <subscribe>http://imagej.net/mailman/listinfo/imagej-devel</subscribe>
127 <unsubscribe>http://imagej.net/mailman/listinfo/imagej-devel</unsubscribe>
128 <post>imagej-devel@imagej.net</post>
129 <archive>http://imagej.net/pipermail/imagej-devel/</archive>
134 <connection>scm:git:git://github.com/imagej/ImageJA</connection>
135 <developerConnection>scm:git:git@github.com:imagej/ImageJA</developerConnection>
137 <url>https://github.com/imagej/ImageJA</url>
145 <!-- NB: Custom properties do not work here, so we hardcode. -->
146 <exists>${java.home}/../lib/tools.jar</exists>
151 <groupId>com.sun</groupId>
152 <artifactId>tools</artifactId>
153 <version>1.4.2</version>
154 <scope>system</scope>
155 <systemPath>${javac.path}</systemPath>