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