Project

General

Profile

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