ref #9984: add areaLabel to common name label
[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.31.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.31.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.31.0-SNAPSHOT</taxeditor.version>
28 <update.dir>snapshot</update.dir>
29 <log4j.version>1.2.17</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 <!-- see according comment in cdmlib for possible finetuning -->
35 </properties>
36 <modules>
37 <module>eu.etaxonomy.taxeditor.cdmlib</module>
38 <module>eu.etaxonomy.taxeditor.workbench</module>
39 <module>eu.etaxonomy.taxeditor.store</module>
40 <module>eu.etaxonomy.taxeditor.navigation</module>
41 <module>eu.etaxonomy.taxeditor.editor</module>
42 <module>eu.etaxonomy.taxeditor.bulkeditor</module>
43 <module>eu.etaxonomy.taxeditor.printpublisher</module>
44 <module>eu.etaxonomy.taxeditor.help</module>
45 <module>eu.etaxonomy.taxeditor.molecular</module>
46 <module>eu.etaxonomy.taxeditor.molecular.lib</module>
47 <module>eu.etaxonomy.taxeditor.local</module>
48 <module>eu.etaxonomy.taxeditor.application</module>
49 <module>eu.etaxonomy.taxeditor.feature.platform</module>
50 <module>eu.etaxonomy.taxeditor.feature</module>
51 <module>eu.etaxonomy.taxeditor</module>
52 <!--
53 By now tests come after the product build!
54
55 The original reason for this is unclear, but
56 momentarily the test ProgressMonitorServiceTest.testMonitLongRunningMethodWithException()
57 frequently fails for unknown reasons and would block building the products.
58 -->
59 <module>eu.etaxonomy.taxeditor.test</module>
60 </modules>
61 <scm>
62 <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
63 </connection>
64 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
65 </developerConnection>
66 <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree</url>
67 </scm>
68 <mailingLists>
69 <mailingList>
70 <name>EDIT Taxonomic Editor</name>
71 <subscribe>
72 edit-taxonomic-editor+subscribe@googlegroups.com
73 </subscribe>
74 <unsubscribe>
75 edit-taxonomic-editor+unsubscribe@googlegroups.com
76 </unsubscribe>
77 <post>edit-taxonomic-editor@googlegroups.com</post>
78 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
79 </archive>
80 </mailingList>
81 </mailingLists>
82 <licenses>
83 <license>
84 <name>Mozilla Public License Version 1.1</name>
85 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
86 <distribution>repo</distribution>
87 </license>
88 </licenses>
89 <developers>
90 <developer>
91 <!-- your SVN account id please! -->
92 <id>a.kohlbecker</id>
93 <name>Andreas Kohlbecker</name>
94 <email>a.kohlbecker [at] bgbm.org</email>
95 <organization>Botanical Garden Botanical Museum Berlin</organization>
96 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
97 <timezone>+1</timezone>
98 <roles>
99 <role>Architect</role>
100 <role>Java Developer</role>
101 <role>Release Manager</role>
102 </roles>
103 <url/>
104 </developer>
105 <developer>
106 <!-- your SVN account id please! -->
107 <id>k.luther</id>
108 <name>Katja Luther</name>
109 <email>k.luther [at] bgbm.org</email>
110 <organization>Botanical Garden Botanical Museum Berlin</organization>
111 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
112 <timezone>+1</timezone>
113 <roles>
114 <role>Java Developer</role>
115 </roles>
116 <url/>
117 </developer>
118 <developer>
119 <!-- your SVN account id please! -->
120 <id>a.mueller</id>
121 <name>Andreas Müller</name>
122 <email>a.mueller [at] bgbm.org</email>
123 <organization>Botanical Garden Botanical Museum Berlin</organization>
124 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
125 <timezone>+1</timezone>
126 <roles>
127 <role>Architect</role>
128 <role>Java Developer</role>
129 <role>Release Manager</role>
130 </roles>
131 <url/>
132 </developer>
133 </developers>
134 <issueManagement>
135 <system>Redmine</system>
136 <url>https://dev.e-taxonomy.eu/redmine/projects/edit/</url>
137 </issueManagement>
138 <ciManagement>
139 <system>Jenkins</system>
140 <url>https://int.e-taxonomy.eu/jenkins/view/EDIT%20Taxonomic%20Editor/
141 </url>
142 </ciManagement>
143 <!-- **** REPOSITORIES **** -->
144 <profiles>
145 <profile>
146 <id>local-repository</id>
147 <activation>
148 <property>
149 <name>localrepo</name>
150 </property>
151 </activation>
152 <repositories>
153 <repository>
154 <id>EditLocalRepository</id>
155 <url>file://${localrepo}/eu/etaxonomy/</url>
156 <releases>
157 <enabled>false</enabled>
158 <updatePolicy>always</updatePolicy>
159 </releases>
160 <snapshots>
161 <enabled>true</enabled>
162 <updatePolicy>always</updatePolicy>
163 </snapshots>
164 </repository>
165 </repositories>
166 </profile>
167 </profiles>
168 <repositories>
169 <!-- the cdm internal repository -->
170 <repository>
171 <id>EditRepository</id>
172 <url>https://cybertaxonomy.eu/mavenrepo/</url>
173 </repository>
174 <repository>
175 <id>eclipse-indigo</id>
176 <layout>p2</layout>
177 <url>http://download.eclipse.org/technology/swtbot/snapshots/</url>
178 </repository>
179 <repository>
180 <id>eclipse-nebula</id>
181 <layout>p2</layout>
182 <url>http://download.eclipse.org/nebula/releases/latest</url>
183 </repository>
184 <repository>
185 <id>nattable</id>
186 <layout>p2</layout>
187 <url>http://download.eclipse.org/nattable/releases/1.5.0/repository/</url>
188 </repository>
189 <repository>
190 <id>eclipse-neon</id>
191 <layout>p2</layout>
192 <url>http://download.eclipse.org/releases/neon/</url>
193 </repository>
194 </repositories>
195 <pluginRepositories>
196 <pluginRepository>
197 <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
198 <id>EditRepository</id>
199 <url>https://cybertaxonomy.eu/mavenrepo/</url>
200 </pluginRepository>
201 </pluginRepositories>
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-M5</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.0.0</version>
450 </plugin>
451 </plugins>
452 </pluginManagement>
453 </build>
454 <reporting>
455 <plugins>
456 <plugin>
457 <!-- you will want to start by publishing your classes' Javadocs -->
458 <groupId>org.apache.maven.plugins</groupId>
459 <artifactId>maven-javadoc-plugin</artifactId>
460 <version>3.3.1</version>
461 <configuration>
462 <detectLinks>true</detectLinks>
463 <doclint>${doclint}</doclint>
464 </configuration>
465 </plugin>
466 <plugin>
467 <!-- this will generate an indexed and cross-referenced HTML version
468 of your source code -->
469 <groupId>org.apache.maven.plugins</groupId>
470 <artifactId>maven-jxr-plugin</artifactId>
471 <version>3.1.1</version>
472 </plugin>
473 <plugin>
474 <groupId>org.apache.maven.plugins</groupId>
475 <artifactId>maven-changes-plugin</artifactId>
476 <version>2.12.1</version>
477 <configuration>
478 <issueLinkTemplatePerSystem>
479 <default>%URL%/ticket/%ISSUE%</default>
480 </issueLinkTemplatePerSystem>
481 </configuration>
482 <reportSets>
483 <reportSet>
484 <reports>
485 <report>changes-report</report>
486 </reports>
487 </reportSet>
488 </reportSets>
489 </plugin>
490 </plugins>
491 </reporting>
492 <!-- DISTRIBUTION MANAGEMENT -->
493 <distributionManagement>
494 <site>
495 <id>cybertaxonomy.eu</id>
496 <name>EDIT Taxonomic Editor</name>
497 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
498 </url>
499 </site>
500 <repository>
501 <uniqueVersion>false</uniqueVersion>
502 <id>cybertaxonomy.eu</id>
503 <name>Edit Maven Repository</name>
504 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
505 </url>
506 </repository>
507 </distributionManagement>
508 <dependencyManagement>
509 <dependencies>
510 <dependency>
511 <groupId>com.itextpdf</groupId>
512 <artifactId>itextpdf</artifactId>
513 <version>5.5.13.2</version>
514 </dependency>
515 <dependency>
516 <groupId>org.apache.httpcomponents</groupId>
517 <artifactId>httpclient</artifactId>
518 <version>${httpcomponents.version}</version>
519 </dependency>
520 <dependency>
521 <groupId>org.apache.httpcomponents</groupId>
522 <artifactId>httpclient-cache</artifactId>
523 <version>${httpcomponents.version}</version>
524 </dependency>
525 </dependencies>
526 </dependencyManagement>
527 </project>