Project

General

Profile

Download (16.7 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.7.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.7.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.7.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.store</module>
36
    <module>eu.etaxonomy.taxeditor.navigation</module>
37
    <module>eu.etaxonomy.taxeditor.editor</module>
38
    <module>eu.etaxonomy.taxeditor.bulkeditor</module>
39
    <module>eu.etaxonomy.taxeditor.printpublisher</module>
40
    <module>eu.etaxonomy.taxeditor.help</module>
41
    <module>eu.etaxonomy.taxeditor.molecular</module>
42
    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
43
    <module>eu.etaxonomy.taxeditor.webapp</module>
44
    <module>eu.etaxonomy.taxeditor.application</module>
45
    <module>eu.etaxonomy.taxeditor.feature.platform</module>
46
    <module>eu.etaxonomy.taxeditor.feature</module>
47
    <module>eu.etaxonomy.taxeditor.feature.jre.linux64</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>Trac</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/helios/dev-build/update-site/
161
      </url>
162
    </repository>
163
    <!-- The nebula repository (retention period 2 years starting Q32014) 
164
      set here is an archived one so as to have a stable version of the jar when 
165
      building the editor . Refer to #4452 for details -->
166
    <repository>
167
      <id>eclipse-nebula</id>
168
      <layout>p2</layout>
169
      <url>http://archive.eclipse.org/nebula/Q32014/release/</url>
170
    </repository>
171
    <repository>
172
      <id>eclipse-swtbot</id>
173
      <layout>p2</layout>
174
      <url>http://download.eclipse.org/releases/indigo/</url>
175
    </repository>
176
  </repositories>
177
  <pluginRepositories>
178
    <pluginRepository>
179
      <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin --> 
180
      <id>EditRepository</id>
181
      <url>http://cybertaxonomy.eu/mavenrepo/</url>
182
    </pluginRepository>
183
  </pluginRepositories>
184
  <build>
185
    <plugins>
186
      <plugin>
187
        <groupId>org.eclipse.tycho</groupId>
188
        <artifactId>tycho-maven-plugin</artifactId>
189
        <version>${tycho.version}</version>
190
        <extensions>true</extensions>
191
      </plugin>
192
      <plugin>
193
        <groupId>org.eclipse.tycho</groupId>
194
        <artifactId>tycho-packaging-plugin</artifactId>
195
        <version>${tycho.version}</version>
196
        <configuration>
197
          <strictVersions>true</strictVersions>
198
        </configuration>
199
      </plugin>
200
      <plugin>
201
        <groupId>org.eclipse.tycho</groupId>
202
        <artifactId>tycho-p2-repository-plugin</artifactId>
203
        <version>${tycho.version}</version>
204
        <configuration>
205
          <includeAllDependencies>true</includeAllDependencies>
206
        </configuration>
207
      </plugin>
208
      <plugin>
209
        <groupId>org.eclipse.tycho</groupId>
210
        <artifactId>target-platform-configuration</artifactId>
211
        <version>${tycho.version}</version>
212
        <configuration>
213
          <environments>
214
<!--             <environment> -->
215
<!--               <os>macosx</os> -->
216
<!--               <ws>cocoa</ws> -->
217
<!--               <arch>x86_64</arch> -->
218
<!--             </environment> -->
219
            <environment>
220
              <os>win32</os>
221
              <ws>win32</ws>
222
              <arch>x86</arch>
223
            </environment>
224
            <environment>
225
              <os>win32</os>
226
              <ws>win32</ws>
227
              <arch>x86_64</arch>
228
            </environment>
229
            <environment>
230
              <os>linux</os>
231
              <ws>gtk</ws>
232
              <arch>x86</arch>
233
            </environment>
234
            <environment>
235
              <os>linux</os>
236
              <ws>gtk</ws>
237
              <arch>x86_64</arch>
238
            </environment>
239
          </environments>
240
        </configuration>
241
      </plugin>
242
      <plugin>
243
        <groupId>org.apache.maven.plugins</groupId>
244
        <artifactId>maven-compiler-plugin</artifactId>
245
        <version>3.6.1</version>
246
        <configuration>
247
          <source>${java.codelevel}</source>
248
          <target>${java.codelevel}</target>
249
        </configuration>
250
      </plugin>
251
	  <plugin>
252
        <groupId>org.codehaus.mojo</groupId>
253
        <artifactId>wagon-maven-plugin</artifactId>
254
        <version>1.0</version>
255
		<configuration>
256
          <url>scpexe://cybertaxonomy.eu</url>
257
          <serverId>cybertaxonomy.eu</serverId>
258
        </configuration>
259
        <executions>
260
          <execution>
261
            <id>upload-reference-documentation</id>
262
            <phase>site-deploy</phase>
263
            <goals>
264
              <goal>upload</goal>
265
            </goals>
266
          </execution>
267
        </executions>
268
      </plugin>
269
      <plugin>
270
        <groupId>org.apache.maven.plugins</groupId>
271
        <artifactId>maven-surefire-plugin</artifactId>
272
        <version>2.6</version>
273
        <configuration>
274
          <includes>
275
            <include>**/*Test.java</include>
276
          </includes>
277
          <systemPropertyVariables>
278
            <property>
279
              <name>hibernate.connection.driver_class</name>
280
              <value>${hibernate.connection.driver_class}</value>
281
            </property>
282
            <property>
283
              <name>hibernate.connection.url</name>
284
              <value>${hibernate.connection.url}</value>
285
            </property>
286
            <property>
287
              <name>hibernate.connection.username</name>
288
              <value>${hibernate.connection.username}</value>
289
            </property>
290
            <property>
291
              <name>hibernate.connection.password</name>
292
              <value>${hibernate.connection.password}</value>
293
            </property>
294
          </systemPropertyVariables>
295
        </configuration>
296
      </plugin>
297
      <plugin>
298
        <groupId>org.apache.maven.plugins</groupId>
299
        <artifactId>maven-site-plugin</artifactId>
300
        <version>3.3</version>
301
        <configuration>
302
          <locales>en</locales>
303
          <outputEncoding>UTF-8</outputEncoding>
304
          <!-- chmod: not not use chmod, rather adapt the umask of the user 
305
            at the server to which the site is deployed -->
306
          <chmod>false</chmod>
307
        </configuration>
308
      </plugin>
309
      <plugin>
310
        <groupId>org.apache.maven.plugins</groupId>
311
        <artifactId>maven-source-plugin</artifactId>
312
        <version>3.0.1</version>
313
        <executions>
314
          <execution>
315
            <id>attach-sources</id>
316
            <phase>verify</phase>
317
            <goals>
318
              <goal>jar</goal>
319
            </goals>
320
          </execution>
321
        </executions>
322
      </plugin>
323
      <plugin>
324
        <groupId>org.apache.maven.plugins</groupId>
325
        <artifactId>maven-javadoc-plugin</artifactId>
326
        <version>2.7</version>
327
        <configuration>
328
          <stylesheet>maven</stylesheet>
329
          <quiet>true</quiet>
330
          <detectLinks>true</detectLinks>
331
          <failOnError>false</failOnError>
332
          <additionalparam>${javadoc.opts}</additionalparam>
333
        </configuration>
334
        <executions>
335
          <execution>
336
            <id>aggregate</id>
337
            <goals>
338
              <goal>aggregate</goal>
339
            </goals>
340
            <phase>site</phase>
341
          </execution>
342
        </executions>
343
      </plugin>
344
      <plugin>
345
        <groupId>org.apache.maven.plugins</groupId>
346
        <artifactId>maven-eclipse-plugin</artifactId>
347
        <version>2.8</version>
348
        <configuration>
349
          <downloadSources>true</downloadSources>
350
          <downloadJavadocs>true</downloadJavadocs>
351
          <additionalProjectnatures>
352
            <projectnature>org.eclipse.pde.PluginNature</projectnature>
353
          </additionalProjectnatures>
354
        </configuration>
355
      </plugin>
356
      <!-- ====== DEPLOY ====== -->
357
      <plugin>
358
        <groupId>org.apache.maven.plugins</groupId>
359
        <artifactId>maven-release-plugin</artifactId>
360
        <version>2.2.1</version>
361
        <configuration>
362
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
363
          <autoVersionSubmodules>false</autoVersionSubmodules>
364
          <!--preparationGoals>clean verify install</preparationGoals -->
365
          <!--goals>deploy</goals -->
366
          <!-- skipping site-deploy by explicitly configuring the goal here -->
367
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
368
        </configuration>
369
      </plugin>
370
      <plugin>
371
        <groupId>external.atlassian.jgitflow</groupId>
372
        <artifactId>jgitflow-maven-plugin</artifactId>
373
        <version>1.0-m6</version>
374
        <configuration>
375
          <pushHotfixes>true</pushHotfixes>
376
          <pushReleases>true</pushReleases>
377
          <enableSshAgent>true</enableSshAgent>
378
          <allowSnapshots>true</allowSnapshots>
379
          <allowUntracked>true</allowUntracked>
380
        </configuration>
381
        <dependencies>
382
          <!-- upgrading dependency jsch.agent.version of jgit-flow plugin 
383
            to 0.1.53 in order have ssl key exchange algorithms compatible with openssh 
384
            6.7 -->
385
          <dependency>
386
            <groupId>com.jcraft</groupId>
387
            <artifactId>jsch</artifactId>
388
            <version>0.1.53</version>
389
          </dependency>
390
        </dependencies>
391
      </plugin>
392
    </plugins>
393
    <extensions>
394
      <extension>
395
        <groupId>org.apache.maven.wagon</groupId>
396
        <artifactId>wagon-scm</artifactId>
397
        <version>1.0-beta-6</version>
398
      </extension>
399
      <extension>
400
        <groupId>org.apache.maven.wagon</groupId>
401
        <artifactId>wagon-ssh</artifactId>
402
        <version>1.0-beta-6</version>
403
      </extension>
404
      <extension>
405
        <groupId>org.apache.maven.wagon</groupId>
406
        <artifactId>wagon-ssh-external</artifactId>
407
        <version>1.0-beta-6</version>
408
      </extension>
409
      <extension>
410
        <groupId>org.apache.maven.scm</groupId>
411
        <artifactId>maven-scm-manager-plexus</artifactId>
412
        <version>1.0</version>
413
      </extension>
414
      <extension>
415
        <groupId>org.apache.maven.scm</groupId>
416
        <artifactId>maven-scm-provider-svnexe</artifactId>
417
        <version>1.0</version>
418
      </extension>
419
      <!-- WebDAV plugin to upload snapshots -->
420
      <extension>
421
        <groupId>org.apache.maven.wagon</groupId>
422
        <artifactId>wagon-webdav</artifactId>
423
        <version>1.0-beta-2</version>
424
      </extension>
425
    </extensions>
426
    <pluginManagement>
427
      <plugins>
428
        <plugin>
429
          <groupId>org.apache.maven.plugins</groupId>
430
          <artifactId>maven-antrun-plugin</artifactId>
431
          <version>1.7</version>
432
        </plugin>
433
      </plugins>
434
    </pluginManagement>
435
  </build>
436
  <reporting>
437
    <plugins>
438
      <plugin>
439
        <!-- you will want to start by publishing your classes' Javadocs -->
440
        <groupId>org.apache.maven.plugins</groupId>
441
        <artifactId>maven-javadoc-plugin</artifactId>
442
        <version>2.7</version>
443
        <configuration>
444
          <detectLinks>true</detectLinks>
445
          <additionalparam>${javadoc.opts}</additionalparam>
446
        </configuration>
447
      </plugin>
448
      <plugin>
449
        <!-- this will generate an indexed and cross-referenced HTML version 
450
          of your source code -->
451
        <groupId>org.apache.maven.plugins</groupId>
452
        <artifactId>maven-jxr-plugin</artifactId>
453
        <version>2.2</version>
454
      </plugin>
455
      <plugin>
456
        <groupId>org.apache.maven.plugins</groupId>
457
        <artifactId>maven-changes-plugin</artifactId>
458
        <version>2.3</version>
459
        <configuration>
460
          <issueLinkTemplatePerSystem>
461
            <default>%URL%/ticket/%ISSUE%</default>
462
          </issueLinkTemplatePerSystem>
463
        </configuration>
464
        <reportSets>
465
          <reportSet>
466
            <reports>
467
              <report>changes-report</report>
468
            </reports>
469
          </reportSet>
470
        </reportSets>
471
      </plugin>
472
    </plugins>
473
  </reporting>
474
  <!-- DISTRIBUTION MANAGEMENT -->
475
  <distributionManagement>
476
    <site>
477
      <id>cybertaxonomy.eu</id>
478
      <name>EDIT Taxonomic Editor</name>
479
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
480
      </url>
481
    </site>
482
    <repository>
483
      <uniqueVersion>false</uniqueVersion>
484
      <id>cybertaxonomy.eu</id>
485
      <name>Edit Maven Repository</name>
486
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
487
      </url>
488
    </repository>
489
  </distributionManagement>
490
  <dependencyManagement>
491
    <dependencies>
492
        <dependency>
493
            <groupId>com.itextpdf</groupId>
494
            <artifactId>itextpdf</artifactId>
495
            <version>5.5.8</version>
496
        </dependency>
497
    </dependencies>
498
 </dependencyManagement>
499
</project>
(6-6/7)