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