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