Project

General

Profile

Download (16.6 KB) Statistics
| Branch: | Tag: | Revision:
1 669db2cd n.hoffmann
<?xml version="1.0" encoding="UTF-8"?>
2 63667693 jenkins
<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 14422ade n.hoffmann
  <modelVersion>4.0.0</modelVersion>
4
  <prerequisites>
5 dc53482f Patric Plitzner
    <maven>3.0</maven>
6 14422ade n.hoffmann
  </prerequisites>
7
  <groupId>eu.etaxonomy</groupId>
8
  <artifactId>taxeditor-parent</artifactId>
9 eeba609a jenkins
  <version>4.13.0-SNAPSHOT</version>
10 14422ade n.hoffmann
  <name>EDIT Taxonomic Editor</name>
11 0d291022 Cherian Mathew
  <description>The Taxonomic Editor for EDIT's platform for
12 0c737257 Cherian Mathew
    cybertaxonomy
13
  </description>
14 3228f1d9 Patrick Plitzner
  <url>https://cybertaxonomy.eu/taxeditor
15 0c737257 Cherian Mathew
  </url>
16 14422ade n.hoffmann
  <inceptionYear>2007</inceptionYear>
17
  <packaging>pom</packaging>
18
  <properties>
19 ef029497 Patrick Plitzner
    <java.codelevel>1.8</java.codelevel>
20 14422ade n.hoffmann
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 eeba609a jenkins
    <cdmlib.version>4.13.0-SNAPSHOT</cdmlib.version>
22 78d27f7c edit-jenkins
    <!-- TODO can we use project.version ????? -->
23 5065f99f Patrick Plitzner
    <!-- 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 b5d35767 Patrick Plitzner
    <tycho.version>1.0.0</tycho.version>
27 eeba609a jenkins
    <taxeditor.version>4.13.0-SNAPSHOT</taxeditor.version>
28 e48f844f Cherian Mathew
    <update.dir>snapshot</update.dir>
29 93b0eb6b Cherian Mathew
    <unitils.version>3.4.2</unitils.version>
30 d09f7b40 Andreas Kohlbecker
    <log4j.version>1.2.17</log4j.version>
31 b5651f76 Andreas Kohlbecker
    <javadoc.opts>-Xdoclint:none</javadoc.opts>
32 14422ade n.hoffmann
  </properties>
33
  <modules>
34
    <module>eu.etaxonomy.taxeditor.cdmlib</module>
35 4ed259bc Patrick Plitzner
    <module>eu.etaxonomy.taxeditor.workbench</module>
36 14422ade n.hoffmann
    <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 40243bd5 Cherian Mathew
    <module>eu.etaxonomy.taxeditor.molecular</module>
43
    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
44 7a96337f Cherian Mathew
    <module>eu.etaxonomy.taxeditor.webapp</module>
45 14422ade n.hoffmann
    <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 5065f99f Patrick Plitzner
    <module>eu.etaxonomy.taxeditor.test</module>
50 14422ade n.hoffmann
  </modules>
51
  <scm>
52 5065f99f Patrick Plitzner
    <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
53 0c737257 Cherian Mathew
    </connection>
54 5065f99f Patrick Plitzner
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
55 0c737257 Cherian Mathew
    </developerConnection>
56 5065f99f Patrick Plitzner
    <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree</url>
57 14422ade n.hoffmann
  </scm>
58
  <mailingLists>
59
    <mailingList>
60
      <name>EDIT Taxonomic Editor</name>
61
      <subscribe>
62 0d291022 Cherian Mathew
        edit-taxonomic-editor+subscribe@googlegroups.com
63
      </subscribe>
64 14422ade n.hoffmann
      <unsubscribe>
65 0d291022 Cherian Mathew
        edit-taxonomic-editor+unsubscribe@googlegroups.com
66
      </unsubscribe>
67 14422ade n.hoffmann
      <post>edit-taxonomic-editor@googlegroups.com</post>
68 0c737257 Cherian Mathew
      <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
69
      </archive>
70 14422ade n.hoffmann
    </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 e86c6faf Andreas Müller
      <id>a.kohlbecker</id>
83 14422ade n.hoffmann
      <name>
84 0d291022 Cherian Mathew
        Andreas Kohlbecker
85
      </name>
86 e86c6faf Andreas Müller
      <email>a.kohlbecker [at] bgbm.org</email>
87
      <organization>
88 0d291022 Cherian Mathew
        Botanic Garden Botanical Museum Berlin
89
      </organization>
90 e86c6faf Andreas Müller
      <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 63667693 jenkins
      <url/>
97 e86c6faf Andreas Müller
    </developer>
98 78d27f7c edit-jenkins
    <developer>
99 e86c6faf Andreas Müller
      <!-- your SVN account id please! -->
100
      <id>a.mueller</id>
101
      <name>
102 0d291022 Cherian Mathew
        Andreas Müller
103
      </name>
104 e86c6faf Andreas Müller
      <email>a.mueller [at] bgbm.org</email>
105 14422ade n.hoffmann
      <organization>
106 0d291022 Cherian Mathew
        Botanic Garden Botanical Museum Berlin
107
      </organization>
108 14422ade n.hoffmann
      <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 63667693 jenkins
      <url/>
115 14422ade n.hoffmann
    </developer>
116
  </developers>
117
  <issueManagement>
118 2856f9d1 Patrick Plitzner
    <system>Redmine</system>
119 5065f99f Patrick Plitzner
    <url>https://dev.e-taxonomy.eu/redmine/projects/edit/</url>
120 14422ade n.hoffmann
  </issueManagement>
121
  <ciManagement>
122
    <system>Jenkins</system>
123 0c737257 Cherian Mathew
    <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
124
    </url>
125 14422ade n.hoffmann
  </ciManagement>
126
  <!-- **** REPOSITORIES **** -->
127 78d27f7c edit-jenkins
  <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 dc9cfeec Cherian Mathew
      </repositories>
149 78d27f7c edit-jenkins
    </profile>
150
  </profiles>
151 14422ade n.hoffmann
  <repositories>
152
    <!-- the cdm internal repository -->
153
    <repository>
154
      <id>EditRepository</id>
155 a2e7ef5c Andreas Kohlbecker
      <url>http://cybertaxonomy.eu/mavenrepo/</url>
156 14422ade n.hoffmann
    </repository>
157
    <repository>
158 ef79528f n.hoffmann
      <id>eclipse-indigo</id>
159
      <layout>p2</layout>
160 2856f9d1 Patrick Plitzner
      <url>http://download.eclipse.org/technology/swtbot/snapshots/</url>
161 7879f9a5 n.hoffmann
    </repository>
162 0c737257 Cherian Mathew
    <!-- The nebula repository (retention period 2 years starting Q32014) 
163
      set here is an archived one so as to have a stable version of the jar when 
164
      building the editor . Refer to #4452 for details -->
165 1782eca4 Cherian Mathew
    <repository>
166
      <id>eclipse-nebula</id>
167
      <layout>p2</layout>
168 2856f9d1 Patrick Plitzner
      <url>http://download.eclipse.org/nebula/releases/latest</url>
169 1782eca4 Cherian Mathew
    </repository>
170 7879f9a5 n.hoffmann
    <repository>
171 2856f9d1 Patrick Plitzner
      <id>eclipse-neon</id>
172 7879f9a5 n.hoffmann
      <layout>p2</layout>
173 2856f9d1 Patrick Plitzner
      <url>http://download.eclipse.org/releases/neon/</url>
174 ef79528f n.hoffmann
    </repository>
175 14422ade n.hoffmann
  </repositories>
176 24dbe552 Andreas Kohlbecker
  <pluginRepositories>
177
    <pluginRepository>
178 436716f1 jenkins
      <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
179 24dbe552 Andreas Kohlbecker
      <id>EditRepository</id>
180
      <url>http://cybertaxonomy.eu/mavenrepo/</url>
181
    </pluginRepository>
182
  </pluginRepositories>
183 14422ade n.hoffmann
  <build>
184
    <plugins>
185
      <plugin>
186
        <groupId>org.eclipse.tycho</groupId>
187
        <artifactId>tycho-maven-plugin</artifactId>
188
        <version>${tycho.version}</version>
189
        <extensions>true</extensions>
190
      </plugin>
191
      <plugin>
192
        <groupId>org.eclipse.tycho</groupId>
193
        <artifactId>tycho-packaging-plugin</artifactId>
194
        <version>${tycho.version}</version>
195
        <configuration>
196
          <strictVersions>true</strictVersions>
197
        </configuration>
198
      </plugin>
199 e48f844f Cherian Mathew
      <plugin>
200
        <groupId>org.eclipse.tycho</groupId>
201
        <artifactId>tycho-p2-repository-plugin</artifactId>
202
        <version>${tycho.version}</version>
203
        <configuration>
204
          <includeAllDependencies>true</includeAllDependencies>
205
        </configuration>
206
      </plugin>
207 14422ade n.hoffmann
      <plugin>
208
        <groupId>org.eclipse.tycho</groupId>
209
        <artifactId>target-platform-configuration</artifactId>
210
        <version>${tycho.version}</version>
211
        <configuration>
212
          <environments>
213 478a3f10 Patrick Plitzner
            <environment>
214
              <os>macosx</os>
215
              <ws>cocoa</ws>
216
              <arch>x86_64</arch>
217
            </environment>
218 14422ade n.hoffmann
            <environment>
219
              <os>win32</os>
220
              <ws>win32</ws>
221
              <arch>x86</arch>
222
            </environment>
223
            <environment>
224
              <os>win32</os>
225
              <ws>win32</ws>
226
              <arch>x86_64</arch>
227
            </environment>
228
            <environment>
229
              <os>linux</os>
230
              <ws>gtk</ws>
231
              <arch>x86</arch>
232
            </environment>
233
            <environment>
234
              <os>linux</os>
235
              <ws>gtk</ws>
236
              <arch>x86_64</arch>
237
            </environment>
238
          </environments>
239
        </configuration>
240
      </plugin>
241
      <plugin>
242
        <groupId>org.apache.maven.plugins</groupId>
243
        <artifactId>maven-compiler-plugin</artifactId>
244 ef029497 Patrick Plitzner
        <version>3.6.1</version>
245 14422ade n.hoffmann
        <configuration>
246 ef029497 Patrick Plitzner
          <source>${java.codelevel}</source>
247
          <target>${java.codelevel}</target>
248 14422ade n.hoffmann
        </configuration>
249 fcab85d0 Andreas Kohlbecker
      </plugin>
250 436716f1 jenkins
      <plugin>
251 fcab85d0 Andreas Kohlbecker
        <groupId>org.codehaus.mojo</groupId>
252
        <artifactId>wagon-maven-plugin</artifactId>
253
        <version>1.0</version>
254 436716f1 jenkins
        <configuration>
255 fcab85d0 Andreas Kohlbecker
          <url>scpexe://cybertaxonomy.eu</url>
256
          <serverId>cybertaxonomy.eu</serverId>
257
        </configuration>
258
        <executions>
259
          <execution>
260
            <id>upload-reference-documentation</id>
261
            <phase>site-deploy</phase>
262
            <goals>
263
              <goal>upload</goal>
264
            </goals>
265
          </execution>
266
        </executions>
267 14422ade n.hoffmann
      </plugin>
268
      <plugin>
269
        <groupId>org.apache.maven.plugins</groupId>
270
        <artifactId>maven-surefire-plugin</artifactId>
271
        <version>2.6</version>
272
        <configuration>
273
          <includes>
274
            <include>**/*Test.java</include>
275
          </includes>
276
          <systemPropertyVariables>
277
            <property>
278
              <name>hibernate.connection.driver_class</name>
279
              <value>${hibernate.connection.driver_class}</value>
280
            </property>
281
            <property>
282
              <name>hibernate.connection.url</name>
283
              <value>${hibernate.connection.url}</value>
284
            </property>
285
            <property>
286
              <name>hibernate.connection.username</name>
287
              <value>${hibernate.connection.username}</value>
288
            </property>
289
            <property>
290
              <name>hibernate.connection.password</name>
291
              <value>${hibernate.connection.password}</value>
292
            </property>
293
          </systemPropertyVariables>
294
        </configuration>
295
      </plugin>
296
      <plugin>
297
        <groupId>org.apache.maven.plugins</groupId>
298
        <artifactId>maven-site-plugin</artifactId>
299 5065f99f Patrick Plitzner
        <version>3.3</version>
300 14422ade n.hoffmann
        <configuration>
301
          <locales>en</locales>
302 b33dd5d9 Andreas Kohlbecker
          <outputEncoding>UTF-8</outputEncoding>
303
          <!-- chmod: not not use chmod, rather adapt the umask of the user 
304
            at the server to which the site is deployed -->
305
          <chmod>false</chmod>
306 14422ade n.hoffmann
        </configuration>
307
      </plugin>
308
      <plugin>
309
        <groupId>org.apache.maven.plugins</groupId>
310
        <artifactId>maven-source-plugin</artifactId>
311 e9c765f3 Patrick Plitzner
        <version>3.0.1</version>
312 14422ade n.hoffmann
        <executions>
313
          <execution>
314
            <id>attach-sources</id>
315
            <phase>verify</phase>
316
            <goals>
317
              <goal>jar</goal>
318
            </goals>
319
          </execution>
320
        </executions>
321
      </plugin>
322
      <plugin>
323
        <groupId>org.apache.maven.plugins</groupId>
324
        <artifactId>maven-javadoc-plugin</artifactId>
325
        <version>2.7</version>
326
        <configuration>
327
          <stylesheet>maven</stylesheet>
328
          <quiet>true</quiet>
329
          <detectLinks>true</detectLinks>
330
          <failOnError>false</failOnError>
331 b5651f76 Andreas Kohlbecker
          <additionalparam>${javadoc.opts}</additionalparam>
332 14422ade n.hoffmann
        </configuration>
333
        <executions>
334
          <execution>
335
            <id>aggregate</id>
336
            <goals>
337
              <goal>aggregate</goal>
338
            </goals>
339
            <phase>site</phase>
340
          </execution>
341
        </executions>
342
      </plugin>
343
      <plugin>
344
        <groupId>org.apache.maven.plugins</groupId>
345
        <artifactId>maven-eclipse-plugin</artifactId>
346
        <version>2.8</version>
347
        <configuration>
348
          <downloadSources>true</downloadSources>
349
          <downloadJavadocs>true</downloadJavadocs>
350
          <additionalProjectnatures>
351
            <projectnature>org.eclipse.pde.PluginNature</projectnature>
352
          </additionalProjectnatures>
353
        </configuration>
354
      </plugin>
355
      <!-- ====== DEPLOY ====== -->
356
      <plugin>
357
        <groupId>org.apache.maven.plugins</groupId>
358
        <artifactId>maven-release-plugin</artifactId>
359
        <version>2.2.1</version>
360
        <configuration>
361
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
362
          <autoVersionSubmodules>false</autoVersionSubmodules>
363 e48f844f Cherian Mathew
          <!--preparationGoals>clean verify install</preparationGoals -->
364
          <!--goals>deploy</goals -->
365 14422ade n.hoffmann
          <!-- skipping site-deploy by explicitly configuring the goal here -->
366
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
367
        </configuration>
368
      </plugin>
369 bf33700a Cherian Mathew
      <plugin>
370
        <groupId>external.atlassian.jgitflow</groupId>
371
        <artifactId>jgitflow-maven-plugin</artifactId>
372 84bdee47 Cherian Mathew
        <version>1.0-m6</version>
373 bf33700a Cherian Mathew
        <configuration>
374
          <pushHotfixes>true</pushHotfixes>
375
          <pushReleases>true</pushReleases>
376
          <enableSshAgent>true</enableSshAgent>
377
          <allowSnapshots>true</allowSnapshots>
378
          <allowUntracked>true</allowUntracked>
379
        </configuration>
380 168c15e8 Cherian Mathew
        <dependencies>
381 5065f99f Patrick Plitzner
          <!-- upgrading dependency jsch.agent.version of jgit-flow plugin 
382
            to 0.1.53 in order have ssl key exchange algorithms compatible with openssh 
383
            6.7 -->
384 168c15e8 Cherian Mathew
          <dependency>
385
            <groupId>com.jcraft</groupId>
386
            <artifactId>jsch</artifactId>
387
            <version>0.1.53</version>
388
          </dependency>
389
        </dependencies>
390 bf33700a Cherian Mathew
      </plugin>
391 14422ade n.hoffmann
    </plugins>
392
    <extensions>
393
      <extension>
394
        <groupId>org.apache.maven.wagon</groupId>
395
        <artifactId>wagon-scm</artifactId>
396 35e767bb Andreas Kohlbecker
        <version>1.0-beta-6</version>
397 14422ade n.hoffmann
      </extension>
398
      <extension>
399
        <groupId>org.apache.maven.wagon</groupId>
400
        <artifactId>wagon-ssh</artifactId>
401 35e767bb Andreas Kohlbecker
        <version>1.0-beta-6</version>
402 14422ade n.hoffmann
      </extension>
403
      <extension>
404
        <groupId>org.apache.maven.wagon</groupId>
405
        <artifactId>wagon-ssh-external</artifactId>
406
        <version>1.0-beta-6</version>
407
      </extension>
408
      <extension>
409
        <groupId>org.apache.maven.scm</groupId>
410
        <artifactId>maven-scm-manager-plexus</artifactId>
411
        <version>1.0</version>
412
      </extension>
413
      <extension>
414
        <groupId>org.apache.maven.scm</groupId>
415
        <artifactId>maven-scm-provider-svnexe</artifactId>
416
        <version>1.0</version>
417
      </extension>
418
      <!-- WebDAV plugin to upload snapshots -->
419
      <extension>
420
        <groupId>org.apache.maven.wagon</groupId>
421
        <artifactId>wagon-webdav</artifactId>
422
        <version>1.0-beta-2</version>
423
      </extension>
424
    </extensions>
425 36cca30c n.hoffmann
    <pluginManagement>
426
      <plugins>
427 78d27f7c edit-jenkins
        <plugin>
428
          <groupId>org.apache.maven.plugins</groupId>
429
          <artifactId>maven-antrun-plugin</artifactId>
430
          <version>1.7</version>
431
        </plugin>
432 36cca30c n.hoffmann
      </plugins>
433
    </pluginManagement>
434 14422ade n.hoffmann
  </build>
435
  <reporting>
436
    <plugins>
437
      <plugin>
438
        <!-- you will want to start by publishing your classes' Javadocs -->
439
        <groupId>org.apache.maven.plugins</groupId>
440
        <artifactId>maven-javadoc-plugin</artifactId>
441
        <version>2.7</version>
442
        <configuration>
443
          <detectLinks>true</detectLinks>
444 b5651f76 Andreas Kohlbecker
          <additionalparam>${javadoc.opts}</additionalparam>
445 14422ade n.hoffmann
        </configuration>
446
      </plugin>
447
      <plugin>
448 e48f844f Cherian Mathew
        <!-- this will generate an indexed and cross-referenced HTML version 
449
          of your source code -->
450 14422ade n.hoffmann
        <groupId>org.apache.maven.plugins</groupId>
451
        <artifactId>maven-jxr-plugin</artifactId>
452
        <version>2.2</version>
453
      </plugin>
454
      <plugin>
455
        <groupId>org.apache.maven.plugins</groupId>
456
        <artifactId>maven-changes-plugin</artifactId>
457
        <version>2.3</version>
458
        <configuration>
459
          <issueLinkTemplatePerSystem>
460
            <default>%URL%/ticket/%ISSUE%</default>
461
          </issueLinkTemplatePerSystem>
462
        </configuration>
463
        <reportSets>
464
          <reportSet>
465
            <reports>
466
              <report>changes-report</report>
467
            </reports>
468
          </reportSet>
469
        </reportSets>
470
      </plugin>
471
    </plugins>
472
  </reporting>
473 e48f844f Cherian Mathew
  <!-- DISTRIBUTION MANAGEMENT -->
474 14422ade n.hoffmann
  <distributionManagement>
475
    <site>
476 a2e7ef5c Andreas Kohlbecker
      <id>cybertaxonomy.eu</id>
477 14422ade n.hoffmann
      <name>EDIT Taxonomic Editor</name>
478 a2e7ef5c Andreas Kohlbecker
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
479 0c737257 Cherian Mathew
      </url>
480 14422ade n.hoffmann
    </site>
481
    <repository>
482
      <uniqueVersion>false</uniqueVersion>
483 a2e7ef5c Andreas Kohlbecker
      <id>cybertaxonomy.eu</id>
484 14422ade n.hoffmann
      <name>Edit Maven Repository</name>
485 a2e7ef5c Andreas Kohlbecker
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
486 0c737257 Cherian Mathew
      </url>
487 14422ade n.hoffmann
    </repository>
488
  </distributionManagement>
489 f0925f74 Andreas Kohlbecker
  <dependencyManagement>
490
    <dependencies>
491 436716f1 jenkins
      <dependency>
492
        <groupId>com.itextpdf</groupId>
493
        <artifactId>itextpdf</artifactId>
494
        <version>5.5.8</version>
495
      </dependency>
496 f0925f74 Andreas Kohlbecker
    </dependencies>
497 436716f1 jenkins
  </dependencyManagement>
498 213e8f9c n.hoffmann
</project>