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