annotate pom.xml @ 1591:8dff61ffdbc3

new digilib version 2.5 (for new Scaler options/flags handling)
author robcast
date Wed, 08 Feb 2017 19:21:46 +0100
parents 2197975ec945
children e52ac05b302d 1d21cb0d697c
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>
1591
8dff61ffdbc3 new digilib version 2.5 (for new Scaler options/flags handling)
robcast
parents: 1492
diff changeset
12 <version>2.5-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>
1428
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
104 <configuration>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
105 <source>1.7</source>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
106 <target>1.7</target>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
107 </configuration>
053ff2ca45e3 cleaned poms and web.xmls.
robcast
parents: 1415
diff changeset
108 </plugin>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
109 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
110 </pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
111 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
112 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
113 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
114 <artifactId>maven-scm-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
115 <version>1.9.4</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
116 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
117 <goals>install</goals>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
118 </configuration>
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 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
121 <groupId>org.codehaus.mojo</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
122 <artifactId>license-maven-plugin</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
123 <version>1.4</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
124 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
125 <!-- <verbose>false</verbose> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
126 <licenseName>lgpl_v3</licenseName>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
127 <!-- <useMissingFile>true</useMissingFile> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
128 <!-- servlet-api is never included in packaging -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
129 <excludedArtifacts>servlet-api</excludedArtifacts>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
130 </configuration>
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 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
133 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
134 <artifactId>maven-javadoc-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
135 <version>2.10.3</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
136 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
137 <show>package</show>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
138 <nohelp>true</nohelp>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
139 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
140 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
141 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
142 </build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
143 <profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
144 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
145 <id>servlet2</id>
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 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
148 <id>servlet3</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
149 <activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
150 <activeByDefault>true</activeByDefault>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
151 </activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
152 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
153 <!-- optional modules with dependencies selected by profile -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
154 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
155 <id>text</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
156 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
157 <module>text</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
158 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
159 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
160 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
161 <id>pdf</id>
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 <module>pdf</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
164 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
165 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
166 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
167 <id>codec-jai</id>
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 <module>common-jai</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
170 </modules>
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 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
173 <id>codec-imagej</id>
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 <module>common-imagej</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
176 </modules>
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 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
179 <id>codec-bioformats</id>
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 <module>common-bioformats</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
182 </modules>
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 </profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
185 <repositories>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
186 </repositories>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
187
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
188 <dependencyManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
189 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
190 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
191 <groupId>log4j</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
192 <artifactId>log4j</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
193 <version>1.2.14</version>
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 <!-- digilib module versions -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
196 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
197 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
198 <artifactId>digilib-common</artifactId>
1591
8dff61ffdbc3 new digilib version 2.5 (for new Scaler options/flags handling)
robcast
parents: 1492
diff changeset
199 <version>2.5-SNAPSHOT</version>
1215
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 <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-jai</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-imagej</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-bioformats</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>
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
218 <artifactId>digilib-doc</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>
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
220 </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
221 <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
222 <groupId>digilib</groupId>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
223 <artifactId>digilib-pdf</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>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
225 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
226 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
227 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
228 <artifactId>digilib-text</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-servlet</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>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
238 <artifactId>digilib-servlet2</artifactId>
1591
8dff61ffdbc3 new digilib version 2.5 (for new Scaler options/flags handling)
robcast
parents: 1492
diff changeset
239 <version>2.5-SNAPSHOT</version>
1215
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 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
242 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
243 <artifactId>digilib-servlet3</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-webapp</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 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
252 </dependencyManagement>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
253
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
254 <dependencies>
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 <!-- default modules -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
257 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
258 <module>common</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
259 <module>servlet</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
260 <module>servlet2</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
261 <module>servlet3</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
262 <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
263 <module>doc</module>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
264 </modules>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
265 </project>