Project

General

Profile

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