annotate pom.xml @ 1656:68f65786003e

Add jetty plugin to pom.xml and "mvn jetty:run" to README.md
author Robert Casties <r0bcas7@gmail.com>
date Mon, 20 Nov 2017 16:59:28 +0100
parents 22dd14eccdc0
children 75a74f7045b4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
3 <modelVersion>4.0.0</modelVersion>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
9 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
12 <packaging>pom</packaging>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
13
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
14 <name>digilib</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
15 <description>The Digital Image Library</description>
1656
68f65786003e Add jetty plugin to pom.xml and "mvn jetty:run" to README.md
Robert Casties <r0bcas7@gmail.com>
parents: 1654
diff changeset
16 <url>https://robcast.github.io/digilib/</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
17 <inceptionYear>2001</inceptionYear>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
18
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
19 <organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
20 <name>digilib Community</name>
1654
22dd14eccdc0 Change digilib project links to GitHub.
Robert Casties <r0bcas7@gmail.com>
parents: 1645
diff changeset
21 <url>https://robcast.github.io/digilib/</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
22 </organization>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
23
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
24 <developers>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
25 <developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
26 <id>robcast</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
27 <name>Robert Casties</name>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
28 <email>robcast@users.sourceforge.net</email>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
29 <organization>Max Planck Institute for the History of Science (MPIWG)</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
30 <organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
31 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
32 <role>developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
33 <role>architect</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
34 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
35 </developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
36 <developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
37 <id>hertzhaft</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
38 <name>Martin Raspe</name>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
39 <email>hertzhaft@users.sourceforge.net</email>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
40 <organization>Bibliotheca Hertziana</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
41 <organizationUrl>http://www.biblhertz.it</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
42 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
43 <role>developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
44 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
45 </developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
46 </developers>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
47 <contributors>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
48 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
49 <name>Gerd Grasshoff</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
50 <organization>Humboldt Universität Berlin</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
51 <organizationUrl>http://www.hu-berlin.de</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
52 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
53 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
54 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
55 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
56 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
57 <name>Robert Gordesch</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
58 <organization>Max Planck Institute for the History of Science (MPIWG)</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
59 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
60 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
61 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
62 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
63 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
64 <name>Christian Luginbuehl</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
65 <organization>Universität Bern</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
66 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
67 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
68 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
69 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
70 </contributors>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
71 <licenses>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
72 <license>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
73 <name>GNU General Lesser Public License (LGPL) version 3.0</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
74 <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
75 <distribution>repo</distribution>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
76 </license>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
77 </licenses>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
78 <scm>
1656
68f65786003e Add jetty plugin to pom.xml and "mvn jetty:run" to README.md
Robert Casties <r0bcas7@gmail.com>
parents: 1654
diff changeset
79 <connection>scm:git:https://github.com/robcast/digilib.git</connection>
68f65786003e Add jetty plugin to pom.xml and "mvn jetty:run" to README.md
Robert Casties <r0bcas7@gmail.com>
parents: 1654
diff changeset
80 <developerConnection>scm:git:ssh://git@github.com/robcast/digilib.git</developerConnection>
1644
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1613
diff changeset
81 <url>https://github.com/robcast/digilib</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
82 </scm>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
83 <issueManagement>
1644
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1613
diff changeset
84 <system>Github Issues</system>
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1613
diff changeset
85 <url>https://github.com/robcast/digilib/issues</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
86 </issueManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
87 <mailingLists>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
88 <mailingList>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
89 <name>Developer List</name>
1284
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
90 <subscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</subscribe>
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
91 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</unsubscribe>
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
92 <archive>http://sourceforge.net/p/digilib/mailman/digilib-devel</archive>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
93 </mailingList>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
94 </mailingLists>
890
d364e6ff24f1 clean up
robcast
parents: 888
diff changeset
95
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
96 <build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
97 <pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
98 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
99 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
100 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
101 <artifactId>maven-compiler-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
102 <version>3.3</version>
1428
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
103 <configuration>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
104 <source>1.7</source>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
105 <target>1.7</target>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
106 </configuration>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
107 </plugin>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
108 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
109 </pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
110 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
111 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
112 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
113 <artifactId>maven-scm-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
114 <version>1.9.4</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
115 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
116 <goals>install</goals>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
117 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
118 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
119 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
120 <groupId>org.codehaus.mojo</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
121 <artifactId>license-maven-plugin</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
122 <version>1.4</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
123 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
124 <!-- <verbose>false</verbose> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
125 <licenseName>lgpl_v3</licenseName>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
126 <!-- <useMissingFile>true</useMissingFile> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
127 <!-- servlet-api is never included in packaging -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
128 <excludedArtifacts>servlet-api</excludedArtifacts>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
129 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
130 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
131 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
132 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
133 <artifactId>maven-javadoc-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
134 <version>2.10.3</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
135 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
136 <show>package</show>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
137 <nohelp>true</nohelp>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
138 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
139 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
140 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
141 </build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
142 <profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
143 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
144 <id>servlet2</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
145 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
146 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
147 <id>servlet3</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
148 <activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
149 <activeByDefault>true</activeByDefault>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
150 </activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
151 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
152 <!-- optional modules with dependencies selected by profile -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
153 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
154 <id>text</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
155 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
156 <module>text</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
157 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
158 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
166 <id>pdf</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
167 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
168 <module>pdf</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
169 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
170 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
171 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
172 <id>codec-jai</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
173 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
174 <module>common-jai</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
175 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
176 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
177 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
178 <id>codec-imagej</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
179 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
180 <module>common-imagej</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
181 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
182 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
183 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
184 <id>codec-bioformats</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
185 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
186 <module>common-bioformats</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
187 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
188 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
189 </profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
190 <repositories>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
191 </repositories>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
192
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
193 <dependencyManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
194 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
195 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
196 <groupId>log4j</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
197 <artifactId>log4j</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
198 <version>1.2.14</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
199 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
200 <!-- digilib module versions -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
201 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
202 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
205 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
206 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
207 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
210 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
211 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
212 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
215 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
216 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
217 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
220 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
221 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
230 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
231 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
232 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
235 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
236 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
245 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
246 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
247 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
250 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
251 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
252 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
255 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
256 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
257 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
260 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
261 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
262 </dependencyManagement>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
263
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
264 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
265 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
266 <!-- default modules -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
267 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
268 <module>common</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
269 <module>servlet</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
270 <module>servlet2</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
271 <module>servlet3</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
274 </modules>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
275 </project>