Project

General

Profile

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