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