ref #10410: add preference and adapt checklist editor
[taxeditor.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <prerequisites>
5 <maven>3.6.3</maven>
6 </prerequisites>
7 <groupId>eu.etaxonomy</groupId>
8 <artifactId>taxeditor-parent</artifactId>
9 <version>5.41.0-SNAPSHOT</version>
10 <name>EDIT Taxonomic Editor</name>
11 <description>The Taxonomic Editor for EDIT's platform for
12 cybertaxonomy
13 </description>
14 <url>https://cybertaxonomy.eu/taxeditor
15 </url>
16 <inceptionYear>2007</inceptionYear>
17 <packaging>pom</packaging>
18 <properties>
19 <java.codelevel>1.8</java.codelevel>
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <cdmlib.version>5.41.0-SNAPSHOT</cdmlib.version>
22 <!-- TODO can we use project.version ????? -->
23 <!-- Increasing tycho above 0.22.0 will fail for the macosx build because
24 for higher version numbers tycho needs to be build against Eclipse Mars or
25 higher -->
26 <tycho.version>1.7.0</tycho.version>
27 <taxeditor.version>5.41.0-SNAPSHOT</taxeditor.version>
28 <update.dir>snapshot</update.dir>
29 <log4j.version>2.19.0</log4j.version>
30 <httpcomponents.version>4.5.13</httpcomponents.version>
31 <jetty-version>9.4.26.v20200117</jetty-version>
32 <doclint>none</doclint>
33
34
35
36
37
38
39
40
41 <!-- see according comment in cdmlib for possible finetuning -->
42 </properties>
43 <modules>
44 <module>eu.etaxonomy.taxeditor.cdmlib</module>
45 <module>eu.etaxonomy.taxeditor.workbench</module>
46 <module>eu.etaxonomy.taxeditor.store</module>
47 <module>eu.etaxonomy.taxeditor.navigation</module>
48 <module>eu.etaxonomy.taxeditor.editor</module>
49 <module>eu.etaxonomy.taxeditor.bulkeditor</module>
50 <module>eu.etaxonomy.taxeditor.printpublisher</module>
51 <module>eu.etaxonomy.taxeditor.help</module>
52 <module>eu.etaxonomy.taxeditor.molecular</module>
53 <module>eu.etaxonomy.taxeditor.molecular.lib</module>
54 <module>eu.etaxonomy.taxeditor.local</module>
55 <module>eu.etaxonomy.taxeditor.application</module>
56 <module>eu.etaxonomy.taxeditor.feature.platform</module>
57 <module>eu.etaxonomy.taxeditor.feature</module>
58 <module>eu.etaxonomy.taxeditor</module>
59 <!--
60 By now tests come after the product build!
61
62 The original reason for this is unclear, but
63 momentarily the test ProgressMonitorServiceTest.testMonitLongRunningMethodWithException()
64 frequently fails for unknown reasons and would block building the products.
65 -->
66 <module>eu.etaxonomy.taxeditor.test</module>
67 </modules>
68 <scm>
69 <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
70 </connection>
71 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
72 </developerConnection>
73 <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree</url>
74 </scm>
75 <mailingLists>
76 <mailingList>
77 <name>EDIT Taxonomic Editor</name>
78 <subscribe>
79 edit-taxonomic-editor+subscribe@googlegroups.com
80 </subscribe>
81 <unsubscribe>
82 edit-taxonomic-editor+unsubscribe@googlegroups.com
83 </unsubscribe>
84 <post>edit-taxonomic-editor@googlegroups.com</post>
85 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
86 </archive>
87 </mailingList>
88 </mailingLists>
89 <licenses>
90 <license>
91 <name>Mozilla Public License Version 1.1</name>
92 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
93 <distribution>repo</distribution>
94 </license>
95 </licenses>
96 <developers>
97 <developer>
98 <!-- your SVN account id please! -->
99 <id>k.luther</id>
100 <name>Katja Luther</name>
101 <email>k.luther [at] bgbm.org</email>
102 <organization>Botanical Garden Botanical Museum Berlin</organization>
103 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
104 <timezone>+1</timezone>
105 <roles>
106 <role>Java Developer</role>
107 </roles>
108 <url/>
109 </developer>
110 <developer>
111 <!-- your SVN account id please! -->
112 <id>a.mueller</id>
113 <name>Andreas Müller</name>
114 <email>a.mueller [at] bgbm.org</email>
115 <organization>Botanical Garden Botanical Museum Berlin</organization>
116 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
117 <timezone>+1</timezone>
118 <roles>
119 <role>Architect</role>
120 <role>Java Developer</role>
121 <role>Release Manager</role>
122 </roles>
123 <url/>
124 </developer>
125 </developers>
126 <issueManagement>
127 <system>Redmine</system>
128 <url>https://dev.e-taxonomy.eu/redmine/projects/edit/</url>
129 </issueManagement>
130 <ciManagement>
131 <system>Jenkins</system>
132 <url>https://int.e-taxonomy.eu/jenkins/view/EDIT%20Taxonomic%20Editor/
133 </url>
134 </ciManagement>
135 <!-- **** REPOSITORIES **** -->
136 <profiles>
137 <profile>
138 <id>local-repository</id>
139 <activation>
140 <property>
141 <name>localrepo</name>
142 </property>
143 </activation>
144 <repositories>
145 <repository>
146 <id>EditLocalRepository</id>
147 <url>file://${localrepo}/eu/etaxonomy/</url>
148 <releases>
149 <enabled>false</enabled>
150 <updatePolicy>always</updatePolicy>
151 </releases>
152 <snapshots>
153 <enabled>true</enabled>
154 <updatePolicy>always</updatePolicy>
155 </snapshots>
156 </repository>
157 </repositories>
158 </profile>
159 </profiles>
160 <repositories>
161 <!-- the cdm internal repository -->
162 <repository>
163 <id>EditRepository</id>
164 <url>https://cybertaxonomy.eu/mavenrepo/</url>
165 </repository>
166 <repository>
167 <id>eclipse-indigo</id>
168 <layout>p2</layout>
169 <!--<url>http://download.eclipse.org/technology/swtbot/snapshots</url>-->
170 <url>http://download.eclipse.org/technology/swtbot/releases/latest</url>
171 </repository>
172 <repository>
173 <id>eclipse-nebula</id>
174 <layout>p2</layout>
175 <url> https://archive.eclipse.org/nebula/Q22016/release/</url>
176
177
178
179
180
181 <!--<url>http://download.eclipse.org/nebula/releases/latest</url>-->
182 </repository>
183 <repository>
184 <id>nattable</id>
185 <layout>p2</layout>
186 <url>http://download.eclipse.org/nattable/releases/1.5.0/repository/</url>
187 </repository>
188 <repository>
189 <id>eclipse-neon</id>
190 <layout>p2</layout>
191 <url>http://download.eclipse.org/releases/neon/</url>
192 </repository>
193 </repositories>
194 <pluginRepositories>
195 <pluginRepository>
196 <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
197 <id>EditRepository</id>
198 <url>https://cybertaxonomy.eu/mavenrepo/</url>
199 </pluginRepository>
200 </pluginRepositories>
201 <!-- BUILD -->
202 <build>
203 <plugins>
204 <plugin>
205 <groupId>org.eclipse.tycho</groupId>
206 <artifactId>tycho-maven-plugin</artifactId>
207 <version>${tycho.version}</version>
208 <extensions>true</extensions>
209 </plugin>
210 <plugin>
211 <groupId>org.eclipse.tycho</groupId>
212 <artifactId>tycho-packaging-plugin</artifactId>
213 <version>${tycho.version}</version>
214 <configuration>
215 <strictVersions>true</strictVersions>
216 </configuration>
217 </plugin>
218 <plugin>
219 <groupId>org.eclipse.tycho</groupId>
220 <artifactId>tycho-p2-repository-plugin</artifactId>
221 <version>${tycho.version}</version>
222 <configuration>
223 <includeAllDependencies>true</includeAllDependencies>
224 </configuration>
225 </plugin>
226 <plugin>
227 <groupId>org.eclipse.tycho</groupId>
228 <artifactId>target-platform-configuration</artifactId>
229 <version>${tycho.version}</version>
230 <configuration>
231 <environments>
232 <environment>
233 <os>macosx</os>
234 <ws>cocoa</ws>
235 <arch>x86_64</arch>
236 </environment>
237 <environment>
238 <os>win32</os>
239 <ws>win32</ws>
240 <arch>x86</arch>
241 </environment>
242 <environment>
243 <os>win32</os>
244 <ws>win32</ws>
245 <arch>x86_64</arch>
246 </environment>
247 <environment>
248 <os>linux</os>
249 <ws>gtk</ws>
250 <arch>x86</arch>
251 </environment>
252 <environment>
253 <os>linux</os>
254 <ws>gtk</ws>
255 <arch>x86_64</arch>
256 </environment>
257 </environments>
258 </configuration>
259 </plugin>
260 <plugin>
261 <groupId>org.apache.maven.plugins</groupId>
262 <artifactId>maven-compiler-plugin</artifactId>
263 <version>3.9.0</version>
264 <configuration>
265 <source>${java.codelevel}</source>
266 <target>${java.codelevel}</target>
267 </configuration>
268 </plugin>
269 <plugin>
270 <groupId>org.codehaus.mojo</groupId>
271 <artifactId>wagon-maven-plugin</artifactId>
272 <version>2.0.2</version>
273 <configuration>
274 <url>scpexe://cybertaxonomy.eu</url>
275 <serverId>cybertaxonomy.eu</serverId>
276 </configuration>
277 <executions>
278 <execution>
279 <id>upload-reference-documentation</id>
280 <phase>site-deploy</phase>
281 <goals>
282 <goal>upload</goal>
283 </goals>
284 </execution>
285 </executions>
286 </plugin>
287 <plugin>
288 <groupId>org.apache.maven.plugins</groupId>
289 <artifactId>maven-surefire-plugin</artifactId>
290 <version>3.0.0-M7</version>
291 <configuration>
292 <includes>
293 <include>**/*Test.java</include>
294 </includes>
295 <systemPropertyVariables>
296 <property>
297 <name>hibernate.connection.driver_class</name>
298 <value>${hibernate.connection.driver_class}</value>
299 </property>
300 <property>
301 <name>hibernate.connection.url</name>
302 <value>${hibernate.connection.url}</value>
303 </property>
304 <property>
305 <name>hibernate.connection.username</name>
306 <value>${hibernate.connection.username}</value>
307 </property>
308 <property>
309 <name>hibernate.connection.password</name>
310 <value>${hibernate.connection.password}</value>
311 </property>
312 </systemPropertyVariables>
313 </configuration>
314 </plugin>
315 <plugin>
316 <groupId>org.apache.maven.plugins</groupId>
317 <artifactId>maven-site-plugin</artifactId>
318 <version>3.10.0</version>
319 <configuration>
320 <locales>en</locales>
321 <outputEncoding>UTF-8</outputEncoding>
322 <!-- chmod: not not use chmod, rather adapt the umask of the user
323 at the server to which the site is deployed -->
324 <chmod>false</chmod>
325 </configuration>
326 </plugin>
327 <plugin>
328 <groupId>org.apache.maven.plugins</groupId>
329 <artifactId>maven-source-plugin</artifactId>
330 <version>3.0.1</version>
331 <executions>
332 <execution>
333 <id>attach-sources</id>
334 <phase>verify</phase>
335 <goals>
336 <goal>jar-no-fork</goal>
337 </goals>
338 </execution>
339 </executions>
340 </plugin>
341 <plugin>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-javadoc-plugin</artifactId>
344 <version>3.3.1</version>
345 <configuration>
346 <stylesheet>maven</stylesheet>
347 <quiet>true</quiet>
348 <detectLinks>true</detectLinks>
349 <failOnError>false</failOnError>
350 <doclint>${doclint}</doclint>
351 </configuration>
352 <executions>
353 <execution>
354 <id>aggregate</id>
355 <goals>
356 <goal>aggregate</goal>
357 </goals>
358 <phase>site</phase>
359 </execution>
360 </executions>
361 </plugin>
362 <plugin>
363 <groupId>org.apache.maven.plugins</groupId>
364 <artifactId>maven-eclipse-plugin</artifactId>
365 <version>2.10</version>
366 <configuration>
367 <downloadSources>true</downloadSources>
368 <downloadJavadocs>true</downloadJavadocs>
369 <additionalProjectnatures>
370 <projectnature>org.eclipse.pde.PluginNature</projectnature>
371 </additionalProjectnatures>
372 </configuration>
373 </plugin>
374 <!-- ====== DEPLOY ====== -->
375 <plugin>
376 <groupId>org.apache.maven.plugins</groupId>
377 <artifactId>maven-release-plugin</artifactId>
378 <version>2.5.3</version>
379 <configuration>
380 <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
381 <autoVersionSubmodules>false</autoVersionSubmodules>
382 <!--preparationGoals>clean verify install</preparationGoals -->
383 <!--goals>deploy</goals -->
384 <!-- skipping site-deploy by explicitly configuring the goal here -->
385 <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
386 </configuration>
387 </plugin>
388 <plugin>
389 <groupId>ch.dvbern.oss.maven.jgitflow</groupId>
390 <artifactId>jgitflow-maven-plugin</artifactId>
391 <version>1.0-m8</version>
392 <configuration>
393 <pushHotfixes>true</pushHotfixes>
394 <pushReleases>true</pushReleases>
395 <enableSshAgent>true</enableSshAgent>
396 <allowSnapshots>true</allowSnapshots>
397 <allowUntracked>true</allowUntracked>
398 </configuration>
399 <dependencies>
400 <!-- upgrading dependency jsch.agent.version of jgit-flow plugin
401 to 0.1.53 in order have ssl key exchange algorithms compatible with openssh
402 6.7 -->
403 <dependency>
404 <groupId>com.jcraft</groupId>
405 <artifactId>jsch</artifactId>
406 <version>0.1.55</version>
407 </dependency>
408 </dependencies>
409 </plugin>
410 </plugins>
411 <extensions>
412 <extension>
413 <groupId>org.apache.maven.wagon</groupId>
414 <artifactId>wagon-scm</artifactId>
415 <version>3.5.1</version>
416 </extension>
417 <extension>
418 <groupId>org.apache.maven.wagon</groupId>
419 <artifactId>wagon-ssh</artifactId>
420 <version>3.5.1</version>
421 </extension>
422 <extension>
423 <groupId>org.apache.maven.wagon</groupId>
424 <artifactId>wagon-ssh-external</artifactId>
425 <version>3.5.1</version>
426 </extension>
427 <extension>
428 <groupId>org.apache.maven.scm</groupId>
429 <artifactId>maven-scm-manager-plexus</artifactId>
430 <version>1.12.2</version>
431 </extension>
432 <extension>
433 <groupId>org.apache.maven.scm</groupId>
434 <artifactId>maven-scm-provider-svnexe</artifactId>
435 <version>1.12.2</version>
436 </extension>
437 <!-- WebDAV plugin to upload snapshots -->
438 <extension>
439 <groupId>org.apache.maven.wagon</groupId>
440 <artifactId>wagon-webdav-jackrabbit</artifactId>
441 <version>3.5.1</version>
442 </extension>
443 </extensions>
444 <pluginManagement>
445 <plugins>
446 <plugin>
447 <groupId>org.apache.maven.plugins</groupId>
448 <artifactId>maven-antrun-plugin</artifactId>
449 <version>3.1.0</version>
450 </plugin>
451 </plugins>
452 </pluginManagement>
453 </build>
454 <!-- ******* REPORTING ***** -->
455 <reporting>
456 <plugins>
457 <plugin>
458 <!-- you will want to start by publishing your classes' Javadocs -->
459 <groupId>org.apache.maven.plugins</groupId>
460 <artifactId>maven-javadoc-plugin</artifactId>
461 <version>3.3.1</version>
462 <configuration>
463 <detectLinks>true</detectLinks>
464 <doclint>${doclint}</doclint>
465 </configuration>
466 </plugin>
467 <plugin>
468 <!-- this will generate an indexed and cross-referenced HTML version
469 of your source code -->
470 <groupId>org.apache.maven.plugins</groupId>
471 <artifactId>maven-jxr-plugin</artifactId>
472 <version>3.1.1</version>
473 </plugin>
474 </plugins>
475 </reporting>
476 <!-- DISTRIBUTION MANAGEMENT -->
477 <distributionManagement>
478 <site>
479 <id>cybertaxonomy.eu</id>
480 <name>EDIT Taxonomic Editor</name>
481 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
482 </url>
483 </site>
484 <repository>
485 <uniqueVersion>false</uniqueVersion>
486 <id>cybertaxonomy.eu</id>
487 <name>Edit Maven Repository</name>
488 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
489 </url>
490 </repository>
491 </distributionManagement>
492 <!-- DEPENDENCY MANAGEMENT -->
493 <dependencyManagement>
494 <dependencies>
495 <dependency>
496 <groupId>com.itextpdf</groupId>
497 <artifactId>itextpdf</artifactId>
498 <version>5.5.13.3</version>
499 </dependency>
500 <dependency>
501 <groupId>org.apache.httpcomponents</groupId>
502 <artifactId>httpclient</artifactId>
503 <version>${httpcomponents.version}</version>
504 </dependency>
505 <dependency>
506 <groupId>org.apache.httpcomponents</groupId>
507 <artifactId>httpclient-cache</artifactId>
508 <version>${httpcomponents.version}</version>
509 </dependency>
510 </dependencies>
511 </dependencyManagement>
512 </project>