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