Mercurial > hg > digilib
annotate pom.xml @ 1428:053ff2ca45e3
cleaned poms and web.xmls.
author | robcast |
---|---|
date | Wed, 28 Oct 2015 15:55:46 +0100 |
parents | 7247c046d9dc |
children | f4f4ce49c9ac |
rev | line source |
---|---|
884 | 1 <?xml version="1.0" encoding="UTF-8"?> |
1158 | 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
1215 | 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 <modelVersion>4.0.0</modelVersion> | |
884 | 5 |
1415
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
6 <properties> |
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
7 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
8 </properties> |
7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
robcast
parents:
1401
diff
changeset
|
9 |
1215 | 10 <groupId>digilib</groupId> |
11 <artifactId>digilib</artifactId> | |
1233 | 12 <version>2.3-SNAPSHOT</version> |
1215 | 13 <packaging>pom</packaging> |
884 | 14 |
1215 | 15 <name>digilib</name> |
16 <description>The Digital Image Library</description> | |
1279
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
17 <url>http://digilib.sourceforge.net</url> |
1215 | 18 <inceptionYear>2001</inceptionYear> |
1158 | 19 |
1215 | 20 <organization> |
21 <name>digilib Community</name> | |
1279
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
22 <url>http://digilib.sourceforge.net</url> |
1215 | 23 </organization> |
884 | 24 |
1215 | 25 <developers> |
26 <developer> | |
27 <id>robcast</id> | |
28 <name>Robert Casties</name> | |
1280 | 29 <email>robcast@users.sourceforge.net</email> |
1215 | 30 <organization>Max Planck Institute for the History of Science (MPIWG)</organization> |
31 <organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl> | |
32 <roles> | |
33 <role>developer</role> | |
34 <role>architect</role> | |
35 </roles> | |
36 </developer> | |
37 <developer> | |
38 <id>hertzhaft</id> | |
39 <name>Martin Raspe</name> | |
1280 | 40 <email>hertzhaft@users.sourceforge.net</email> |
1215 | 41 <organization>Bibliotheca Hertziana</organization> |
42 <organizationUrl>http://www.biblhertz.it</organizationUrl> | |
43 <roles> | |
44 <role>developer</role> | |
45 </roles> | |
46 </developer> | |
47 </developers> | |
48 <contributors> | |
49 <contributor> | |
50 <name>Gerd Grasshoff</name> | |
51 <organization>Humboldt Universität Berlin</organization> | |
52 <organizationUrl>http://www.hu-berlin.de</organizationUrl> | |
53 <roles> | |
54 <role>former developer</role> | |
55 </roles> | |
56 </contributor> | |
57 <contributor> | |
58 <name>Robert Gordesch</name> | |
59 <organization>Max Planck Institute for the History of Science (MPIWG)</organization> | |
60 <roles> | |
61 <role>former developer</role> | |
62 </roles> | |
63 </contributor> | |
64 <contributor> | |
65 <name>Christian Luginbuehl</name> | |
66 <organization>Universität Bern</organization> | |
67 <roles> | |
68 <role>former developer</role> | |
69 </roles> | |
70 </contributor> | |
71 </contributors> | |
72 <licenses> | |
73 <license> | |
74 <name>GNU General Lesser Public License (LGPL) version 3.0</name> | |
75 <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url> | |
76 <distribution>repo</distribution> | |
77 </license> | |
78 </licenses> | |
79 <scm> | |
1279
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
80 <connection>scm:hg:http://hg.code.sf.net/p/digilib/code</connection> |
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
81 <developerConnection>scm:hg:https://hg.code.sf.net/p/digilib/code</developerConnection> |
828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
robcast
parents:
1233
diff
changeset
|
82 <url>https://sourceforge.net/p/digilib/code/ci/default/tree</url> |
1215 | 83 </scm> |
84 <issueManagement> | |
85 <system>Trac</system> | |
86 <url>https://it-dev.mpiwg-berlin.mpg.de/tracs/digilib</url> | |
87 </issueManagement> | |
88 <mailingLists> | |
89 <mailingList> | |
90 <name>Developer List</name> | |
1284 | 91 <subscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</subscribe> |
92 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</unsubscribe> | |
93 <archive>http://sourceforge.net/p/digilib/mailman/digilib-devel</archive> | |
1215 | 94 </mailingList> |
95 </mailingLists> | |
890 | 96 |
1215 | 97 <build> |
98 <pluginManagement> | |
99 <plugins> | |
100 <plugin> | |
101 <groupId>org.apache.maven.plugins</groupId> | |
102 <artifactId>maven-compiler-plugin</artifactId> | |
1401 | 103 <version>3.3</version> |
1215 | 104 </plugin> |
1428 | 105 <plugin> |
106 <groupId>org.apache.maven.plugins</groupId> | |
107 <artifactId>maven-compiler-plugin</artifactId> | |
108 <configuration> | |
109 <source>1.7</source> | |
110 <target>1.7</target> | |
111 </configuration> | |
112 </plugin> | |
1215 | 113 </plugins> |
114 </pluginManagement> | |
115 <plugins> | |
116 <plugin> | |
117 <groupId>org.apache.maven.plugins</groupId> | |
118 <artifactId>maven-scm-plugin</artifactId> | |
1401 | 119 <version>1.9.4</version> |
1215 | 120 <configuration> |
121 <goals>install</goals> | |
122 </configuration> | |
123 </plugin> | |
124 <plugin> | |
125 <groupId>org.codehaus.mojo</groupId> | |
126 <artifactId>license-maven-plugin</artifactId> | |
127 <version>1.4</version> | |
128 <configuration> | |
129 <!-- <verbose>false</verbose> --> | |
130 <licenseName>lgpl_v3</licenseName> | |
131 <!-- <useMissingFile>true</useMissingFile> --> | |
132 <!-- servlet-api is never included in packaging --> | |
133 <excludedArtifacts>servlet-api</excludedArtifacts> | |
134 </configuration> | |
135 </plugin> | |
136 <plugin> | |
137 <groupId>org.apache.maven.plugins</groupId> | |
138 <artifactId>maven-javadoc-plugin</artifactId> | |
1401 | 139 <version>2.10.3</version> |
1215 | 140 <configuration> |
141 <show>package</show> | |
142 <nohelp>true</nohelp> | |
143 </configuration> | |
144 </plugin> | |
145 </plugins> | |
146 </build> | |
147 <profiles> | |
148 <profile> | |
149 <id>servlet2</id> | |
150 </profile> | |
151 <profile> | |
152 <id>servlet3</id> | |
153 <activation> | |
154 <activeByDefault>true</activeByDefault> | |
155 </activation> | |
156 </profile> | |
157 <!-- optional modules with dependencies selected by profile --> | |
158 <profile> | |
159 <id>text</id> | |
160 <modules> | |
161 <module>text</module> | |
162 </modules> | |
163 </profile> | |
164 <profile> | |
165 <id>pdf</id> | |
166 <modules> | |
167 <module>pdf</module> | |
168 </modules> | |
169 </profile> | |
170 <profile> | |
171 <id>codec-jai</id> | |
172 <modules> | |
173 <module>common-jai</module> | |
174 </modules> | |
175 </profile> | |
176 <profile> | |
177 <id>codec-imagej</id> | |
178 <modules> | |
179 <module>common-imagej</module> | |
180 </modules> | |
181 </profile> | |
182 <profile> | |
183 <id>codec-bioformats</id> | |
184 <modules> | |
185 <module>common-bioformats</module> | |
186 </modules> | |
187 </profile> | |
188 </profiles> | |
189 <repositories> | |
190 </repositories> | |
884 | 191 |
1215 | 192 <dependencyManagement> |
193 <dependencies> | |
194 <dependency> | |
195 <groupId>log4j</groupId> | |
196 <artifactId>log4j</artifactId> | |
197 <version>1.2.14</version> | |
198 </dependency> | |
199 <!-- digilib module versions --> | |
200 <dependency> | |
201 <groupId>digilib</groupId> | |
202 <artifactId>digilib-common</artifactId> | |
1233 | 203 <version>2.3-SNAPSHOT</version> |
1215 | 204 </dependency> |
205 <dependency> | |
206 <groupId>digilib</groupId> | |
207 <artifactId>digilib-common-jai</artifactId> | |
1233 | 208 <version>2.3-SNAPSHOT</version> |
1215 | 209 </dependency> |
210 <dependency> | |
211 <groupId>digilib</groupId> | |
212 <artifactId>digilib-common-imagej</artifactId> | |
1233 | 213 <version>2.3-SNAPSHOT</version> |
1215 | 214 </dependency> |
215 <dependency> | |
216 <groupId>digilib</groupId> | |
217 <artifactId>digilib-common-bioformats</artifactId> | |
1233 | 218 <version>2.3-SNAPSHOT</version> |
1215 | 219 </dependency> |
220 <dependency> | |
221 <groupId>digilib</groupId> | |
1216
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
222 <artifactId>digilib-doc</artifactId> |
1233 | 223 <version>2.3-SNAPSHOT</version> |
1216
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
224 </dependency> |
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
225 <dependency> |
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
226 <groupId>digilib</groupId> |
1215 | 227 <artifactId>digilib-pdf</artifactId> |
1233 | 228 <version>2.3-SNAPSHOT</version> |
1215 | 229 </dependency> |
230 <dependency> | |
231 <groupId>digilib</groupId> | |
232 <artifactId>digilib-text</artifactId> | |
1233 | 233 <version>2.3-SNAPSHOT</version> |
1215 | 234 </dependency> |
235 <dependency> | |
236 <groupId>digilib</groupId> | |
237 <artifactId>digilib-servlet</artifactId> | |
1233 | 238 <version>2.3-SNAPSHOT</version> |
1215 | 239 </dependency> |
240 <dependency> | |
241 <groupId>digilib</groupId> | |
242 <artifactId>digilib-servlet2</artifactId> | |
1233 | 243 <version>2.3-SNAPSHOT</version> |
1215 | 244 </dependency> |
245 <dependency> | |
246 <groupId>digilib</groupId> | |
247 <artifactId>digilib-servlet3</artifactId> | |
1233 | 248 <version>2.3-SNAPSHOT</version> |
1215 | 249 </dependency> |
250 <dependency> | |
251 <groupId>digilib</groupId> | |
252 <artifactId>digilib-webapp</artifactId> | |
1233 | 253 <version>2.3-SNAPSHOT</version> |
1215 | 254 </dependency> |
255 </dependencies> | |
256 </dependencyManagement> | |
1158 | 257 |
1215 | 258 <dependencies> |
259 </dependencies> | |
260 <!-- default modules --> | |
261 <modules> | |
262 <module>common</module> | |
263 <module>servlet</module> | |
264 <module>servlet2</module> | |
265 <module>servlet3</module> | |
266 <module>webapp</module> | |
1216
bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
1215
diff
changeset
|
267 <module>doc</module> |
1215 | 268 </modules> |
884 | 269 </project> |