Project

General

Profile

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