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> |
---|
7 | |
---|
8 | <groupId>loci</groupId> |
---|
9 | <artifactId>loci-base</artifactId> |
---|
10 | <version>1.0-SNAPSHOT</version> |
---|
11 | <packaging>pom</packaging> |
---|
12 | |
---|
13 | <name>LOCI Software</name> |
---|
14 | <description>Umbrella project for LOCI software projects.</description> |
---|
15 | <url>http://loci.wisc.edu/software</url> |
---|
16 | |
---|
17 | <modules> |
---|
18 | <module>legacy/jvmlink</module> |
---|
19 | <module>legacy/multi-lut</module> |
---|
20 | <module>projects/cppwrap-maven-plugin</module> |
---|
21 | <module>projects/curve-fitter</module> |
---|
22 | <module>projects/deep-zoom-plugin</module> |
---|
23 | <module>projects/flow-cytometry</module> |
---|
24 | <module>projects/jar2lib</module> |
---|
25 | <module>projects/loci-checks</module> |
---|
26 | <module>projects/misc-plugins</module> |
---|
27 | <!-- <module>projects/slim-curve</module> --> |
---|
28 | <module>projects/slim-plotter</module> |
---|
29 | <module>projects/slim-plugin</module> |
---|
30 | <module>projects/utils</module> |
---|
31 | <module>projects/visbio</module> |
---|
32 | <module>projects/wiscscan-java</module> |
---|
33 | </modules> |
---|
34 | |
---|
35 | <properties> |
---|
36 | <bio-formats.groupId>loci</bio-formats.groupId> |
---|
37 | <bio-formats.version>5.0-SNAPSHOT</bio-formats.version> |
---|
38 | <imagej.groupId>imagej</imagej.groupId> |
---|
39 | <imagej.version>2.0-SNAPSHOT</imagej.version> |
---|
40 | <imagej1.version>1.44o</imagej1.version> |
---|
41 | <!-- NB: Avoid platform encoding warning when copying resources. --> |
---|
42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
---|
43 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
---|
44 | </properties> |
---|
45 | |
---|
46 | <build> |
---|
47 | <defaultGoal>install</defaultGoal> |
---|
48 | <extensions> |
---|
49 | <extension> |
---|
50 | <groupId>org.apache.maven.wagon</groupId> |
---|
51 | <artifactId>wagon-webdav</artifactId> |
---|
52 | <version>1.0-beta-2</version> |
---|
53 | </extension> |
---|
54 | </extensions> |
---|
55 | <pluginManagement> |
---|
56 | <plugins> |
---|
57 | <plugin> |
---|
58 | <artifactId>maven-assembly-plugin</artifactId> |
---|
59 | </plugin> |
---|
60 | </plugins> |
---|
61 | </pluginManagement> |
---|
62 | <plugins> |
---|
63 | <plugin> |
---|
64 | <artifactId>maven-compiler-plugin</artifactId> |
---|
65 | <configuration> |
---|
66 | <source>1.6</source> |
---|
67 | <target>1.6</target> |
---|
68 | </configuration> |
---|
69 | </plugin> |
---|
70 | <plugin> |
---|
71 | <artifactId>maven-jar-plugin</artifactId> |
---|
72 | <configuration> |
---|
73 | <archive> |
---|
74 | <manifest> |
---|
75 | <addClasspath>true</addClasspath> |
---|
76 | </manifest> |
---|
77 | </archive> |
---|
78 | </configuration> |
---|
79 | </plugin> |
---|
80 | <plugin> |
---|
81 | <artifactId>maven-assembly-plugin</artifactId> |
---|
82 | </plugin> |
---|
83 | </plugins> |
---|
84 | </build> |
---|
85 | |
---|
86 | <reporting> |
---|
87 | <plugins> |
---|
88 | <!-- NB: Generate javadocs as part of site generation. --> |
---|
89 | <plugin> |
---|
90 | <artifactId>maven-javadoc-plugin</artifactId> |
---|
91 | <version>2.7</version> |
---|
92 | </plugin> |
---|
93 | </plugins> |
---|
94 | </reporting> |
---|
95 | |
---|
96 | <organization> |
---|
97 | <name>UW-Madison LOCI</name> |
---|
98 | <url>http://loci.wisc.edu/</url> |
---|
99 | </organization> |
---|
100 | |
---|
101 | <issueManagement> |
---|
102 | <system>Trac</system> |
---|
103 | <url>http://dev.loci.wisc.edu/trac/software/</url> |
---|
104 | </issueManagement> |
---|
105 | |
---|
106 | <ciManagement> |
---|
107 | <system>Hudson</system> |
---|
108 | <url>http://dev.loci.wisc.edu:8080/</url> |
---|
109 | </ciManagement> |
---|
110 | |
---|
111 | <mailingLists> |
---|
112 | <mailingList> |
---|
113 | <name>LOCI Software</name> |
---|
114 | <subscribe>https://lists.wisc.edu/read/all_forums/subscribe?name=locisoftware</subscribe> |
---|
115 | <unsubscribe>https://lists.wisc.edu/read/?forum=locisoftware</unsubscribe> |
---|
116 | <post>locisoftware@lists.wisc.edu</post> |
---|
117 | <archive>https://lists.wisc.edu/read/?forum=locisoftware</archive> |
---|
118 | </mailingList> |
---|
119 | </mailingLists> |
---|
120 | |
---|
121 | <scm> |
---|
122 | <connection>scm:svn:http://dev.loci.wisc.edu/svn/software</connection> |
---|
123 | <developerConnection>scm:svn:http://dev.loci.wisc.edu/svn/software</developerConnection> |
---|
124 | <tag>HEAD</tag> |
---|
125 | <url>http://dev.loci.wisc.edu/svn/software</url> |
---|
126 | </scm> |
---|
127 | |
---|
128 | <repositories> |
---|
129 | <!-- NB: for loci projects --> |
---|
130 | <repository> |
---|
131 | <id>loci.releases</id> |
---|
132 | <url>http://dev.loci.wisc.edu/maven2/releases</url> |
---|
133 | </repository> |
---|
134 | <repository> |
---|
135 | <id>loci.snapshots</id> |
---|
136 | <url>http://dev.loci.wisc.edu/maven2/snapshots</url> |
---|
137 | </repository> |
---|
138 | <!-- NB: for various dependencies --> |
---|
139 | <repository> |
---|
140 | <id>loci.thirdparty</id> |
---|
141 | <url>http://dev.loci.wisc.edu/maven2/thirdparty</url> |
---|
142 | </repository> |
---|
143 | <!-- NB: for netcdf-java --> |
---|
144 | <repository> |
---|
145 | <id>unifi.it</id> |
---|
146 | <url>http://ulisse.pin.unifi.it:8081/nexus/content/groups/open.repos</url> |
---|
147 | </repository> |
---|
148 | <!-- NB: for sezpoz --> |
---|
149 | <repository> |
---|
150 | <id>java.net</id> |
---|
151 | <url>http://download.java.net/maven/2</url> |
---|
152 | </repository> |
---|
153 | <!-- NB: for netbeans --> |
---|
154 | <repository> |
---|
155 | <id>netbeans</id> |
---|
156 | <name>Repository for hosting NetBeans API artifacts</name> |
---|
157 | <url>http://bits.netbeans.org/maven2</url> |
---|
158 | </repository> |
---|
159 | </repositories> |
---|
160 | |
---|
161 | <pluginRepositories> |
---|
162 | <!-- NB: for maven-nar-plugin --> |
---|
163 | <pluginRepository> |
---|
164 | <id>loci.snapshots</id> |
---|
165 | <url>http://dev.loci.wisc.edu/maven2/snapshots</url> |
---|
166 | </pluginRepository> |
---|
167 | </pluginRepositories> |
---|
168 | |
---|
169 | <distributionManagement> |
---|
170 | <repository> |
---|
171 | <id>loci.releases</id> |
---|
172 | <name>LOCI Releases Repository</name> |
---|
173 | <url>dav:http://dev.loci.wisc.edu:8081/content/repositories/releases</url> |
---|
174 | </repository> |
---|
175 | <snapshotRepository> |
---|
176 | <id>loci.snapshots</id> |
---|
177 | <name>LOCI Snapshots Repository</name> |
---|
178 | <url>dav:http://dev.loci.wisc.edu:8081/content/repositories/snapshots</url> |
---|
179 | </snapshotRepository> |
---|
180 | </distributionManagement> |
---|
181 | |
---|
182 | </project> |
---|