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>
7 <groupId>eu.etaxonomy
</groupId>
8 <artifactId>taxeditor-parent
</artifactId>
9 <version>5.35.0</version>
10 <name>EDIT Taxonomic Editor
</name>
11 <description>The Taxonomic Editor for EDIT's platform for
14 <url>https://cybertaxonomy.eu/taxeditor
16 <inceptionYear>2007</inceptionYear>
17 <packaging>pom
</packaging>
19 <java.codelevel
>1.8</java.codelevel
>
20 <project.build.sourceEncoding
>UTF-
8</project.build.sourceEncoding
>
21 <cdmlib.version
>5.35.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
26 <tycho.version
>1.7.0</tycho.version
>
27 <taxeditor.version
>5.35.0</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>
36 <!-- see according comment in cdmlib for possible finetuning -->
39 <module>eu.etaxonomy.taxeditor.cdmlib
</module>
40 <module>eu.etaxonomy.taxeditor.workbench
</module>
41 <module>eu.etaxonomy.taxeditor.store
</module>
42 <module>eu.etaxonomy.taxeditor.navigation
</module>
43 <module>eu.etaxonomy.taxeditor.editor
</module>
44 <module>eu.etaxonomy.taxeditor.bulkeditor
</module>
45 <module>eu.etaxonomy.taxeditor.printpublisher
</module>
46 <module>eu.etaxonomy.taxeditor.help
</module>
47 <module>eu.etaxonomy.taxeditor.molecular
</module>
48 <module>eu.etaxonomy.taxeditor.molecular.lib
</module>
49 <module>eu.etaxonomy.taxeditor.local
</module>
50 <module>eu.etaxonomy.taxeditor.application
</module>
51 <module>eu.etaxonomy.taxeditor.feature.platform
</module>
52 <module>eu.etaxonomy.taxeditor.feature
</module>
53 <module>eu.etaxonomy.taxeditor
</module>
55 By now tests come after the product build!
57 The original reason for this is unclear, but
58 momentarily the test ProgressMonitorServiceTest.testMonitLongRunningMethodWithException()
59 frequently fails for unknown reasons and would block building the products.
61 <module>eu.etaxonomy.taxeditor.test
</module>
64 <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
66 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
67 </developerConnection>
68 <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree
</url>
72 <name>EDIT Taxonomic Editor
</name>
74 edit-taxonomic-editor+subscribe@googlegroups.com
77 edit-taxonomic-editor+unsubscribe@googlegroups.com
79 <post>edit-taxonomic-editor@googlegroups.com
</post>
80 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
86 <name>Mozilla Public License Version
1.1</name>
87 <url>http://www.mozilla.org/MPL/MPL-
1.1.html
</url>
88 <distribution>repo
</distribution>
93 <!-- your SVN account id please! -->
95 <name>Katja Luther
</name>
96 <email>k.luther [at] bgbm.org
</email>
97 <organization>Botanical Garden Botanical Museum Berlin
</organization>
98 <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics
</organizationUrl>
99 <timezone>+
1</timezone>
101 <role>Java Developer
</role>
106 <!-- your SVN account id please! -->
108 <name>Andreas Müller
</name>
109 <email>a.mueller [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>
114 <role>Architect
</role>
115 <role>Java Developer
</role>
116 <role>Release Manager
</role>
122 <system>Redmine
</system>
123 <url>https://dev.e-taxonomy.eu/redmine/projects/edit/
</url>
126 <system>Jenkins
</system>
127 <url>https://int.e-taxonomy.eu/jenkins/view/EDIT%
20Taxonomic%
20Editor/
130 <!-- **** REPOSITORIES **** -->
133 <id>local-repository
</id>
136 <name>localrepo
</name>
141 <id>EditLocalRepository
</id>
142 <url>file://${localrepo}/eu/etaxonomy/
</url>
144 <enabled>false
</enabled>
145 <updatePolicy>always
</updatePolicy>
148 <enabled>true
</enabled>
149 <updatePolicy>always
</updatePolicy>
156 <!-- the cdm internal repository -->
158 <id>EditRepository
</id>
159 <url>https://cybertaxonomy.eu/mavenrepo/
</url>
162 <id>eclipse-indigo
</id>
164 <url>http://download.eclipse.org/technology/swtbot/snapshots/
</url>
167 <id>eclipse-nebula
</id>
169 <url>http://download.eclipse.org/nebula/releases/latest
</url>
174 <url>http://download.eclipse.org/nattable/releases/
1.5.0/repository/
</url>
177 <id>eclipse-neon
</id>
179 <url>http://download.eclipse.org/releases/neon/
</url>
184 <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
185 <id>EditRepository
</id>
186 <url>https://cybertaxonomy.eu/mavenrepo/
</url>
188 </pluginRepositories>
193 <groupId>org.eclipse.tycho
</groupId>
194 <artifactId>tycho-maven-plugin
</artifactId>
195 <version>${tycho.version}
</version>
196 <extensions>true
</extensions>
199 <groupId>org.eclipse.tycho
</groupId>
200 <artifactId>tycho-packaging-plugin
</artifactId>
201 <version>${tycho.version}
</version>
203 <strictVersions>true
</strictVersions>
207 <groupId>org.eclipse.tycho
</groupId>
208 <artifactId>tycho-p2-repository-plugin
</artifactId>
209 <version>${tycho.version}
</version>
211 <includeAllDependencies>true
</includeAllDependencies>
215 <groupId>org.eclipse.tycho
</groupId>
216 <artifactId>target-platform-configuration
</artifactId>
217 <version>${tycho.version}
</version>
249 <groupId>org.apache.maven.plugins
</groupId>
250 <artifactId>maven-compiler-plugin
</artifactId>
251 <version>3.9.0</version>
253 <source>${java.codelevel}
</source>
254 <target>${java.codelevel}
</target>
258 <groupId>org.codehaus.mojo
</groupId>
259 <artifactId>wagon-maven-plugin
</artifactId>
260 <version>2.0.2</version>
262 <url>scpexe://cybertaxonomy.eu
</url>
263 <serverId>cybertaxonomy.eu
</serverId>
267 <id>upload-reference-documentation
</id>
268 <phase>site-deploy
</phase>
276 <groupId>org.apache.maven.plugins
</groupId>
277 <artifactId>maven-surefire-plugin
</artifactId>
278 <version>3.0.0-M7
</version>
281 <include>**/*Test.java
</include>
283 <systemPropertyVariables>
285 <name>hibernate.connection.driver_class
</name>
286 <value>${hibernate.connection.driver_class}
</value>
289 <name>hibernate.connection.url
</name>
290 <value>${hibernate.connection.url}
</value>
293 <name>hibernate.connection.username
</name>
294 <value>${hibernate.connection.username}
</value>
297 <name>hibernate.connection.password
</name>
298 <value>${hibernate.connection.password}
</value>
300 </systemPropertyVariables>
304 <groupId>org.apache.maven.plugins
</groupId>
305 <artifactId>maven-site-plugin
</artifactId>
306 <version>3.10.0</version>
308 <locales>en
</locales>
309 <outputEncoding>UTF-
8</outputEncoding>
310 <!-- chmod: not not use chmod, rather adapt the umask of the user
311 at the server to which the site is deployed -->
316 <groupId>org.apache.maven.plugins
</groupId>
317 <artifactId>maven-source-plugin
</artifactId>
318 <version>3.0.1</version>
321 <id>attach-sources
</id>
322 <phase>verify
</phase>
324 <goal>jar-no-fork
</goal>
330 <groupId>org.apache.maven.plugins
</groupId>
331 <artifactId>maven-javadoc-plugin
</artifactId>
332 <version>3.3.1</version>
334 <stylesheet>maven
</stylesheet>
336 <detectLinks>true
</detectLinks>
337 <failOnError>false
</failOnError>
338 <doclint>${doclint}
</doclint>
344 <goal>aggregate
</goal>
351 <groupId>org.apache.maven.plugins
</groupId>
352 <artifactId>maven-eclipse-plugin
</artifactId>
353 <version>2.10</version>
355 <downloadSources>true
</downloadSources>
356 <downloadJavadocs>true
</downloadJavadocs>
357 <additionalProjectnatures>
358 <projectnature>org.eclipse.pde.PluginNature
</projectnature>
359 </additionalProjectnatures>
362 <!-- ====== DEPLOY ====== -->
364 <groupId>org.apache.maven.plugins
</groupId>
365 <artifactId>maven-release-plugin
</artifactId>
366 <version>2.5.3</version>
368 <allowTimestampedSnapshots>true
</allowTimestampedSnapshots>
369 <autoVersionSubmodules>false
</autoVersionSubmodules>
370 <!--preparationGoals>clean verify install</preparationGoals -->
371 <!--goals>deploy</goals -->
372 <!-- skipping site-deploy by explicitly configuring the goal here -->
373 <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor
</tagBase>
377 <groupId>ch.dvbern.oss.maven.jgitflow
</groupId>
378 <artifactId>jgitflow-maven-plugin
</artifactId>
379 <version>1.0-m8
</version>
381 <pushHotfixes>true
</pushHotfixes>
382 <pushReleases>true
</pushReleases>
383 <enableSshAgent>true
</enableSshAgent>
384 <allowSnapshots>true
</allowSnapshots>
385 <allowUntracked>true
</allowUntracked>
388 <!-- upgrading dependency jsch.agent.version of jgit-flow plugin
389 to 0.1.53 in order have ssl key exchange algorithms compatible with openssh
392 <groupId>com.jcraft
</groupId>
393 <artifactId>jsch
</artifactId>
394 <version>0.1.55</version>
401 <groupId>org.apache.maven.wagon
</groupId>
402 <artifactId>wagon-scm
</artifactId>
403 <version>3.5.1</version>
406 <groupId>org.apache.maven.wagon
</groupId>
407 <artifactId>wagon-ssh
</artifactId>
408 <version>3.5.1</version>
411 <groupId>org.apache.maven.wagon
</groupId>
412 <artifactId>wagon-ssh-external
</artifactId>
413 <version>3.5.1</version>
416 <groupId>org.apache.maven.scm
</groupId>
417 <artifactId>maven-scm-manager-plexus
</artifactId>
418 <version>1.12.2</version>
421 <groupId>org.apache.maven.scm
</groupId>
422 <artifactId>maven-scm-provider-svnexe
</artifactId>
423 <version>1.12.2</version>
425 <!-- WebDAV plugin to upload snapshots -->
427 <groupId>org.apache.maven.wagon
</groupId>
428 <artifactId>wagon-webdav-jackrabbit
</artifactId>
429 <version>3.5.1</version>
435 <groupId>org.apache.maven.plugins
</groupId>
436 <artifactId>maven-antrun-plugin
</artifactId>
437 <version>3.1.0</version>
442 <!-- ******* REPORTING ***** -->
446 <!-- you will want to start by publishing your classes' Javadocs -->
447 <groupId>org.apache.maven.plugins
</groupId>
448 <artifactId>maven-javadoc-plugin
</artifactId>
449 <version>3.3.1</version>
451 <detectLinks>true
</detectLinks>
452 <doclint>${doclint}
</doclint>
456 <!-- this will generate an indexed and cross-referenced HTML version
457 of your source code -->
458 <groupId>org.apache.maven.plugins
</groupId>
459 <artifactId>maven-jxr-plugin
</artifactId>
460 <version>3.1.1</version>
464 <!-- DISTRIBUTION MANAGEMENT -->
465 <distributionManagement>
467 <id>cybertaxonomy.eu
</id>
468 <name>EDIT Taxonomic Editor
</name>
469 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
473 <uniqueVersion>false
</uniqueVersion>
474 <id>cybertaxonomy.eu
</id>
475 <name>Edit Maven Repository
</name>
476 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
479 </distributionManagement>
480 <!-- DEPENDENCY MANAGEMENT -->
481 <dependencyManagement>
484 <groupId>com.itextpdf
</groupId>
485 <artifactId>itextpdf
</artifactId>
486 <version>5.5.13.3</version>
489 <groupId>org.apache.httpcomponents
</groupId>
490 <artifactId>httpclient
</artifactId>
491 <version>${httpcomponents.version}
</version>
494 <groupId>org.apache.httpcomponents
</groupId>
495 <artifactId>httpclient-cache
</artifactId>
496 <version>${httpcomponents.version}
</version>
499 </dependencyManagement>