Project

General

Profile

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