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
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"?>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
4 <modelVersion>4.0.0</modelVersion>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
10 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
11 <artifactId>digilib</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
12 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
13 <packaging>pom</packaging>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
14
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
15 <name>digilib</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
18 <inceptionYear>2001</inceptionYear>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
19
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
20 <organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
23 </organization>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
24
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
25 <developers>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
26 <developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
27 <id>robcast</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
28 <name>Robert Casties</name>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
29 <email>robcast@users.sourceforge.net</email>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
30 <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
31 <organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
32 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
33 <role>developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
34 <role>architect</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
35 </roles>
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 <developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
38 <id>hertzhaft</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
39 <name>Martin Raspe</name>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
40 <email>hertzhaft@users.sourceforge.net</email>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
41 <organization>Bibliotheca Hertziana</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
42 <organizationUrl>http://www.biblhertz.it</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
43 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
44 <role>developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
45 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
46 </developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
47 </developers>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
48 <contributors>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
49 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
50 <name>Gerd Grasshoff</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
51 <organization>Humboldt Universität Berlin</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
52 <organizationUrl>http://www.hu-berlin.de</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
53 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
54 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
55 </roles>
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 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
58 <name>Robert Gordesch</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
59 <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
60 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
61 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
62 </roles>
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 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
65 <name>Christian Luginbuehl</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
66 <organization>Universität Bern</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
67 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
68 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
69 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
70 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
71 </contributors>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
72 <licenses>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
73 <license>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
74 <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
75 <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
76 <distribution>repo</distribution>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
77 </license>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
78 </licenses>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
83 </scm>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
84 <issueManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
85 <system>Trac</system>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
86 <url>https://it-dev.mpiwg-berlin.mpg.de/tracs/digilib</url>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
87 </issueManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
88 <mailingLists>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
89 <mailingList>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
90 <name>Developer List</name>
1284
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
91 <subscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</subscribe>
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
92 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</unsubscribe>
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
93 <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
94 </mailingList>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
95 </mailingLists>
890
d364e6ff24f1 clean up
robcast
parents: 888
diff changeset
96
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
97 <build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
98 <pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
99 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
100 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
101 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
102 <artifactId>maven-compiler-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
103 <version>3.3</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
104 </plugin>
1428
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
105 <plugin>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
106 <groupId>org.apache.maven.plugins</groupId>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
107 <artifactId>maven-compiler-plugin</artifactId>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
108 <configuration>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
109 <source>1.7</source>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
110 <target>1.7</target>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
111 </configuration>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
112 </plugin>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
113 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
114 </pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
115 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
116 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
117 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
118 <artifactId>maven-scm-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
119 <version>1.9.4</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
120 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
121 <goals>install</goals>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
122 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
123 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
124 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
125 <groupId>org.codehaus.mojo</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
126 <artifactId>license-maven-plugin</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
127 <version>1.4</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
128 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
129 <!-- <verbose>false</verbose> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
130 <licenseName>lgpl_v3</licenseName>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
131 <!-- <useMissingFile>true</useMissingFile> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
132 <!-- servlet-api is never included in packaging -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
133 <excludedArtifacts>servlet-api</excludedArtifacts>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
134 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
135 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
136 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
137 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
138 <artifactId>maven-javadoc-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
139 <version>2.10.3</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
140 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
141 <show>package</show>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
142 <nohelp>true</nohelp>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
143 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
144 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
145 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
146 </build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
147 <profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
148 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
149 <id>servlet2</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
150 </profile>
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 <id>servlet3</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
153 <activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
154 <activeByDefault>true</activeByDefault>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
155 </activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
156 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
157 <!-- optional modules with dependencies selected by profile -->
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 <id>text</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
160 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
161 <module>text</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
162 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
163 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
164 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
165 <id>pdf</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
166 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
167 <module>pdf</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
168 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
169 </profile>
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 <id>codec-jai</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
172 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
173 <module>common-jai</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
174 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
175 </profile>
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 <id>codec-imagej</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
178 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
179 <module>common-imagej</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
180 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
181 </profile>
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 <id>codec-bioformats</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
184 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
185 <module>common-bioformats</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
186 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
187 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
188 </profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
189 <repositories>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
190 </repositories>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
191
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
192 <dependencyManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
193 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
194 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
195 <groupId>log4j</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
196 <artifactId>log4j</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
197 <version>1.2.14</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
198 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
199 <!-- digilib module versions -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
200 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
201 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
202 <artifactId>digilib-common</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
203 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
204 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
207 <artifactId>digilib-common-jai</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
208 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
209 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
212 <artifactId>digilib-common-imagej</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
213 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
214 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
217 <artifactId>digilib-common-bioformats</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
218 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
219 </dependency>
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 <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
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
227 <artifactId>digilib-pdf</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
228 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
229 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
232 <artifactId>digilib-text</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
233 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
234 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
237 <artifactId>digilib-servlet</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
238 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
239 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
240 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
241 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
242 <artifactId>digilib-servlet2</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
243 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
244 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
247 <artifactId>digilib-servlet3</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
248 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
249 </dependency>
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 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
252 <artifactId>digilib-webapp</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
253 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
254 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
255 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
256 </dependencyManagement>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
257
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
258 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
259 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
260 <!-- default modules -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
261 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
262 <module>common</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
263 <module>servlet</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
264 <module>servlet2</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
265 <module>servlet3</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
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
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
268 </modules>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
269 </project>