Project

General

Profile

Download (15.2 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <prerequisites>
5
    <maven>3.0</maven>
6
  </prerequisites>
7
  <groupId>eu.etaxonomy</groupId>
8
  <artifactId>taxeditor-parent</artifactId>
9
  <version>4.6.0</version>
10
  <name>EDIT Taxonomic Editor</name>
11
  <description>The Taxonomic Editor for EDIT's platform for
12
    cybertaxonomy
13
  </description>
14
  <url>http://cybertaxonomy.eu/taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor/
15
  </url>
16
  <inceptionYear>2007</inceptionYear>
17
  <packaging>pom</packaging>
18
  <properties>
19
    <java.codelevel>1.8</java.codelevel>
20
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
    <cdmlib.version>4.6.0</cdmlib.version>
22
    <!-- TODO can we use project.version ????? -->
23
    <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
24
      for higher version numbers tycho needs to be build against Eclipse Mars or 
25
      higher -->
26
    <tycho.version>0.22.0</tycho.version>
27
    <taxeditor.version>4.6.0</taxeditor.version>
28
    <update.dir>snapshot</update.dir>
29
    <unitils.version>3.4.2</unitils.version>
30
    <log4j.version>1.2.17</log4j.version>
31
  </properties>
32
  <modules>
33
    <module>eu.etaxonomy.taxeditor.cdmlib</module>
34
    <module>eu.etaxonomy.taxeditor.store</module>
35
    <module>eu.etaxonomy.taxeditor.navigation</module>
36
    <module>eu.etaxonomy.taxeditor.editor</module>
37
    <module>eu.etaxonomy.taxeditor.bulkeditor</module>
38
    <module>eu.etaxonomy.taxeditor.printpublisher</module>
39
    <module>eu.etaxonomy.taxeditor.help</module>
40
    <module>eu.etaxonomy.taxeditor.molecular</module>
41
    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
42
    <module>eu.etaxonomy.taxeditor.webapp</module>
43
    <module>eu.etaxonomy.taxeditor.application</module>
44
    <module>eu.etaxonomy.taxeditor.feature.platform</module>
45
    <module>eu.etaxonomy.taxeditor.feature</module>
46
    <module>eu.etaxonomy.taxeditor.feature.jre.linux64</module>
47
    <module>eu.etaxonomy.taxeditor</module>
48
    <module>eu.etaxonomy.taxeditor.test</module>
49
  </modules>
50
  <scm>
51
    <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
52
    </connection>
53
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
54
    </developerConnection>
55
    <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree</url>
56
  </scm>
57
  <mailingLists>
58
    <mailingList>
59
      <name>EDIT Taxonomic Editor</name>
60
      <subscribe>
61
        edit-taxonomic-editor+subscribe@googlegroups.com
62
      </subscribe>
63
      <unsubscribe>
64
        edit-taxonomic-editor+unsubscribe@googlegroups.com
65
      </unsubscribe>
66
      <post>edit-taxonomic-editor@googlegroups.com</post>
67
      <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
68
      </archive>
69
    </mailingList>
70
  </mailingLists>
71
  <licenses>
72
    <license>
73
      <name>Mozilla Public License Version 1.1</name>
74
      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
75
      <distribution>repo</distribution>
76
    </license>
77
  </licenses>
78
  <developers>
79
    <developer>
80
      <!-- your SVN account id please! -->
81
      <id>a.kohlbecker</id>
82
      <name>
83
        Andreas Kohlbecker
84
      </name>
85
      <email>a.kohlbecker [at] bgbm.org</email>
86
      <organization>
87
        Botanic Garden Botanical Museum Berlin
88
      </organization>
89
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
90
      <timezone>+1</timezone>
91
      <roles>
92
        <role>Java Developer</role>
93
        <role>Architect</role>
94
      </roles>
95
      <url/>
96
    </developer>
97
    <developer>
98
      <!-- your SVN account id please! -->
99
      <id>a.mueller</id>
100
      <name>
101
        Andreas Müller
102
      </name>
103
      <email>a.mueller [at] bgbm.org</email>
104
      <organization>
105
        Botanic Garden Botanical Museum Berlin
106
      </organization>
107
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
108
      <timezone>+1</timezone>
109
      <roles>
110
        <role>Java Developer</role>
111
        <role>Architect</role>
112
      </roles>
113
      <url/>
114
    </developer>
115
  </developers>
116
  <issueManagement>
117
    <system>Trac</system>
118
    <url>https://dev.e-taxonomy.eu/redmine/projects/edit/</url>
119
  </issueManagement>
120
  <ciManagement>
121
    <system>Jenkins</system>
122
    <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
123
    </url>
124
  </ciManagement>
125
  <!-- **** REPOSITORIES **** -->
126
  <profiles>
127
    <profile>
128
      <id>local-repository</id>
129
      <activation>
130
        <property>
131
          <name>localrepo</name>
132
        </property>
133
      </activation>
134
      <repositories>
135
        <repository>
136
          <id>EditLocalRepository</id>
137
          <url>file://${localrepo}/eu/etaxonomy/</url>
138
          <releases>
139
            <enabled>false</enabled>
140
            <updatePolicy>always</updatePolicy>
141
          </releases>
142
          <snapshots>
143
            <enabled>true</enabled>
144
            <updatePolicy>always</updatePolicy>
145
          </snapshots>
146
        </repository>
147
      </repositories>
148
    </profile>
149
  </profiles>
150
  <repositories>
151
    <!-- the cdm internal repository -->
152
    <repository>
153
      <id>EditRepository</id>
154
      <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
155
    </repository>
156
    <repository>
157
      <id>eclipse-indigo</id>
158
      <layout>p2</layout>
159
      <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
160
      </url>
161
    </repository>
162
    <!-- 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
    <repository>
166
      <id>eclipse-nebula</id>
167
      <layout>p2</layout>
168
      <url>http://archive.eclipse.org/nebula/Q32014/release/</url>
169
    </repository>
170
    <repository>
171
      <id>eclipse-swtbot</id>
172
      <layout>p2</layout>
173
      <url>http://download.eclipse.org/releases/indigo/</url>
174
    </repository>
175
  </repositories>
176
  <build>
177
    <plugins>
178
      <plugin>
179
        <groupId>org.eclipse.tycho</groupId>
180
        <artifactId>tycho-maven-plugin</artifactId>
181
        <version>${tycho.version}</version>
182
        <extensions>true</extensions>
183
      </plugin>
184
      <plugin>
185
        <groupId>org.eclipse.tycho</groupId>
186
        <artifactId>tycho-packaging-plugin</artifactId>
187
        <version>${tycho.version}</version>
188
        <configuration>
189
          <strictVersions>true</strictVersions>
190
        </configuration>
191
      </plugin>
192
      <plugin>
193
        <groupId>org.eclipse.tycho</groupId>
194
        <artifactId>tycho-p2-repository-plugin</artifactId>
195
        <version>${tycho.version}</version>
196
        <configuration>
197
          <includeAllDependencies>true</includeAllDependencies>
198
        </configuration>
199
      </plugin>
200
      <plugin>
201
        <groupId>org.eclipse.tycho</groupId>
202
        <artifactId>target-platform-configuration</artifactId>
203
        <version>${tycho.version}</version>
204
        <configuration>
205
          <environments>
206
            <environment>
207
              <os>macosx</os>
208
              <ws>cocoa</ws>
209
              <arch>x86_64</arch>
210
            </environment>
211
            <environment>
212
              <os>win32</os>
213
              <ws>win32</ws>
214
              <arch>x86</arch>
215
            </environment>
216
            <environment>
217
              <os>win32</os>
218
              <ws>win32</ws>
219
              <arch>x86_64</arch>
220
            </environment>
221
            <environment>
222
              <os>linux</os>
223
              <ws>gtk</ws>
224
              <arch>x86</arch>
225
            </environment>
226
            <environment>
227
              <os>linux</os>
228
              <ws>gtk</ws>
229
              <arch>x86_64</arch>
230
            </environment>
231
          </environments>
232
        </configuration>
233
      </plugin>
234
      <plugin>
235
        <groupId>org.apache.maven.plugins</groupId>
236
        <artifactId>maven-compiler-plugin</artifactId>
237
        <version>3.6.1</version>
238
        <configuration>
239
          <source>${java.codelevel}</source>
240
          <target>${java.codelevel}</target>
241
        </configuration>
242
      </plugin>
243
      <plugin>
244
        <groupId>org.apache.maven.plugins</groupId>
245
        <artifactId>maven-surefire-plugin</artifactId>
246
        <version>2.6</version>
247
        <configuration>
248
          <includes>
249
            <include>**/*Test.java</include>
250
          </includes>
251
          <systemPropertyVariables>
252
            <property>
253
              <name>hibernate.connection.driver_class</name>
254
              <value>${hibernate.connection.driver_class}</value>
255
            </property>
256
            <property>
257
              <name>hibernate.connection.url</name>
258
              <value>${hibernate.connection.url}</value>
259
            </property>
260
            <property>
261
              <name>hibernate.connection.username</name>
262
              <value>${hibernate.connection.username}</value>
263
            </property>
264
            <property>
265
              <name>hibernate.connection.password</name>
266
              <value>${hibernate.connection.password}</value>
267
            </property>
268
          </systemPropertyVariables>
269
        </configuration>
270
      </plugin>
271
      <plugin>
272
        <groupId>org.apache.maven.plugins</groupId>
273
        <artifactId>maven-site-plugin</artifactId>
274
        <version>3.3</version>
275
        <configuration>
276
          <locales>en</locales>
277
        </configuration>
278
      </plugin>
279
      <plugin>
280
        <groupId>org.apache.maven.plugins</groupId>
281
        <artifactId>maven-source-plugin</artifactId>
282
        <version>3.0.1</version>
283
        <executions>
284
          <execution>
285
            <id>attach-sources</id>
286
            <phase>verify</phase>
287
            <goals>
288
              <goal>jar</goal>
289
            </goals>
290
          </execution>
291
        </executions>
292
      </plugin>
293
      <plugin>
294
        <groupId>org.apache.maven.plugins</groupId>
295
        <artifactId>maven-javadoc-plugin</artifactId>
296
        <version>2.7</version>
297
        <configuration>
298
          <stylesheet>maven</stylesheet>
299
          <quiet>true</quiet>
300
          <detectLinks>true</detectLinks>
301
          <failOnError>false</failOnError>
302
        </configuration>
303
        <executions>
304
          <execution>
305
            <id>aggregate</id>
306
            <goals>
307
              <goal>aggregate</goal>
308
            </goals>
309
            <phase>site</phase>
310
          </execution>
311
        </executions>
312
      </plugin>
313
      <plugin>
314
        <groupId>org.apache.maven.plugins</groupId>
315
        <artifactId>maven-eclipse-plugin</artifactId>
316
        <version>2.8</version>
317
        <configuration>
318
          <downloadSources>true</downloadSources>
319
          <downloadJavadocs>true</downloadJavadocs>
320
          <additionalProjectnatures>
321
            <projectnature>org.eclipse.pde.PluginNature</projectnature>
322
          </additionalProjectnatures>
323
        </configuration>
324
      </plugin>
325
      <!-- ====== DEPLOY ====== -->
326
      <plugin>
327
        <groupId>org.apache.maven.plugins</groupId>
328
        <artifactId>maven-release-plugin</artifactId>
329
        <version>2.2.1</version>
330
        <configuration>
331
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
332
          <autoVersionSubmodules>false</autoVersionSubmodules>
333
          <!--preparationGoals>clean verify install</preparationGoals -->
334
          <!--goals>deploy</goals -->
335
          <!-- skipping site-deploy by explicitly configuring the goal here -->
336
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
337
        </configuration>
338
      </plugin>
339
      <plugin>
340
        <groupId>external.atlassian.jgitflow</groupId>
341
        <artifactId>jgitflow-maven-plugin</artifactId>
342
        <version>1.0-m6</version>
343
        <configuration>
344
          <pushHotfixes>true</pushHotfixes>
345
          <pushReleases>true</pushReleases>
346
          <enableSshAgent>true</enableSshAgent>
347
          <allowSnapshots>true</allowSnapshots>
348
          <allowUntracked>true</allowUntracked>
349
        </configuration>
350
        <dependencies>
351
          <!-- upgrading dependency jsch.agent.version of jgit-flow plugin 
352
            to 0.1.53 in order have ssl key exchange algorithms compatible with openssh 
353
            6.7 -->
354
          <dependency>
355
            <groupId>com.jcraft</groupId>
356
            <artifactId>jsch</artifactId>
357
            <version>0.1.53</version>
358
          </dependency>
359
        </dependencies>
360
      </plugin>
361
    </plugins>
362
    <extensions>
363
      <extension>
364
        <groupId>org.apache.maven.wagon</groupId>
365
        <artifactId>wagon-scm</artifactId>
366
        <version>1.0-alpha-5</version>
367
      </extension>
368
      <extension>
369
        <groupId>org.apache.maven.wagon</groupId>
370
        <artifactId>wagon-ssh</artifactId>
371
        <version>1.0-beta-7</version>
372
      </extension>
373
      <extension>
374
        <groupId>org.apache.maven.wagon</groupId>
375
        <artifactId>wagon-ssh-external</artifactId>
376
        <version>1.0-beta-6</version>
377
      </extension>
378
      <extension>
379
        <groupId>org.apache.maven.scm</groupId>
380
        <artifactId>maven-scm-manager-plexus</artifactId>
381
        <version>1.0</version>
382
      </extension>
383
      <extension>
384
        <groupId>org.apache.maven.scm</groupId>
385
        <artifactId>maven-scm-provider-svnexe</artifactId>
386
        <version>1.0</version>
387
      </extension>
388
      <!-- WebDAV plugin to upload snapshots -->
389
      <extension>
390
        <groupId>org.apache.maven.wagon</groupId>
391
        <artifactId>wagon-webdav</artifactId>
392
        <version>1.0-beta-2</version>
393
      </extension>
394
    </extensions>
395
    <pluginManagement>
396
      <plugins>
397
        <plugin>
398
          <groupId>org.apache.maven.plugins</groupId>
399
          <artifactId>maven-antrun-plugin</artifactId>
400
          <version>1.7</version>
401
        </plugin>
402
      </plugins>
403
    </pluginManagement>
404
  </build>
405
  <reporting>
406
    <plugins>
407
      <plugin>
408
        <!-- you will want to start by publishing your classes' Javadocs -->
409
        <groupId>org.apache.maven.plugins</groupId>
410
        <artifactId>maven-javadoc-plugin</artifactId>
411
        <version>2.7</version>
412
        <configuration>
413
          <detectLinks>true</detectLinks>
414
        </configuration>
415
      </plugin>
416
      <plugin>
417
        <!-- this will generate an indexed and cross-referenced HTML version 
418
          of your source code -->
419
        <groupId>org.apache.maven.plugins</groupId>
420
        <artifactId>maven-jxr-plugin</artifactId>
421
        <version>2.2</version>
422
      </plugin>
423
      <plugin>
424
        <groupId>org.apache.maven.plugins</groupId>
425
        <artifactId>maven-changes-plugin</artifactId>
426
        <version>2.3</version>
427
        <configuration>
428
          <issueLinkTemplatePerSystem>
429
            <default>%URL%/ticket/%ISSUE%</default>
430
          </issueLinkTemplatePerSystem>
431
        </configuration>
432
        <reportSets>
433
          <reportSet>
434
            <reports>
435
              <report>changes-report</report>
436
            </reports>
437
          </reportSet>
438
        </reportSets>
439
      </plugin>
440
    </plugins>
441
  </reporting>
442
  <!-- DISTRIBUTION MANAGEMENT -->
443
  <distributionManagement>
444
    <site>
445
      <id>wp5.e-taxonomy.eu</id>
446
      <name>EDIT Taxonomic Editor</name>
447
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
448
      </url>
449
    </site>
450
    <repository>
451
      <uniqueVersion>false</uniqueVersion>
452
      <id>wp5.e-taxonomy.eu</id>
453
      <name>Edit Maven Repository</name>
454
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
455
      </url>
456
    </repository>
457
  </distributionManagement>
458
</project>
(6-6/7)