Project

General

Profile

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