Project

General

Profile

Download (15.8 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.7.0-SNAPSHOT</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.7.0-SNAPSHOT</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.7.0-SNAPSHOT</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://cybertaxonomy.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.codehaus.mojo</groupId>
245
        <artifactId>wagon-maven-plugin</artifactId>
246
        <version>1.0</version>
247
		<configuration>
248
          <url>scpexe://cybertaxonomy.eu</url>
249
          <serverId>cybertaxonomy.eu</serverId>
250
        </configuration>
251
        <executions>
252
          <execution>
253
            <id>upload-reference-documentation</id>
254
            <phase>site-deploy</phase>
255
            <goals>
256
              <goal>upload</goal>
257
            </goals>
258
          </execution>
259
        </executions>
260
      </plugin>
261
      <plugin>
262
        <groupId>org.apache.maven.plugins</groupId>
263
        <artifactId>maven-surefire-plugin</artifactId>
264
        <version>2.6</version>
265
        <configuration>
266
          <includes>
267
            <include>**/*Test.java</include>
268
          </includes>
269
          <systemPropertyVariables>
270
            <property>
271
              <name>hibernate.connection.driver_class</name>
272
              <value>${hibernate.connection.driver_class}</value>
273
            </property>
274
            <property>
275
              <name>hibernate.connection.url</name>
276
              <value>${hibernate.connection.url}</value>
277
            </property>
278
            <property>
279
              <name>hibernate.connection.username</name>
280
              <value>${hibernate.connection.username}</value>
281
            </property>
282
            <property>
283
              <name>hibernate.connection.password</name>
284
              <value>${hibernate.connection.password}</value>
285
            </property>
286
          </systemPropertyVariables>
287
        </configuration>
288
      </plugin>
289
      <plugin>
290
        <groupId>org.apache.maven.plugins</groupId>
291
        <artifactId>maven-site-plugin</artifactId>
292
        <version>3.3</version>
293
        <configuration>
294
          <locales>en</locales>
295
        </configuration>
296
      </plugin>
297
      <plugin>
298
        <groupId>org.apache.maven.plugins</groupId>
299
        <artifactId>maven-source-plugin</artifactId>
300
        <version>3.0.1</version>
301
        <executions>
302
          <execution>
303
            <id>attach-sources</id>
304
            <phase>verify</phase>
305
            <goals>
306
              <goal>jar</goal>
307
            </goals>
308
          </execution>
309
        </executions>
310
      </plugin>
311
      <plugin>
312
        <groupId>org.apache.maven.plugins</groupId>
313
        <artifactId>maven-javadoc-plugin</artifactId>
314
        <version>2.7</version>
315
        <configuration>
316
          <stylesheet>maven</stylesheet>
317
          <quiet>true</quiet>
318
          <detectLinks>true</detectLinks>
319
          <failOnError>false</failOnError>
320
        </configuration>
321
        <executions>
322
          <execution>
323
            <id>aggregate</id>
324
            <goals>
325
              <goal>aggregate</goal>
326
            </goals>
327
            <phase>site</phase>
328
          </execution>
329
        </executions>
330
      </plugin>
331
      <plugin>
332
        <groupId>org.apache.maven.plugins</groupId>
333
        <artifactId>maven-eclipse-plugin</artifactId>
334
        <version>2.8</version>
335
        <configuration>
336
          <downloadSources>true</downloadSources>
337
          <downloadJavadocs>true</downloadJavadocs>
338
          <additionalProjectnatures>
339
            <projectnature>org.eclipse.pde.PluginNature</projectnature>
340
          </additionalProjectnatures>
341
        </configuration>
342
      </plugin>
343
      <!-- ====== DEPLOY ====== -->
344
      <plugin>
345
        <groupId>org.apache.maven.plugins</groupId>
346
        <artifactId>maven-release-plugin</artifactId>
347
        <version>2.2.1</version>
348
        <configuration>
349
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
350
          <autoVersionSubmodules>false</autoVersionSubmodules>
351
          <!--preparationGoals>clean verify install</preparationGoals -->
352
          <!--goals>deploy</goals -->
353
          <!-- skipping site-deploy by explicitly configuring the goal here -->
354
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
355
        </configuration>
356
      </plugin>
357
      <plugin>
358
        <groupId>external.atlassian.jgitflow</groupId>
359
        <artifactId>jgitflow-maven-plugin</artifactId>
360
        <version>1.0-m6</version>
361
        <configuration>
362
          <pushHotfixes>true</pushHotfixes>
363
          <pushReleases>true</pushReleases>
364
          <enableSshAgent>true</enableSshAgent>
365
          <allowSnapshots>true</allowSnapshots>
366
          <allowUntracked>true</allowUntracked>
367
        </configuration>
368
        <dependencies>
369
          <!-- upgrading dependency jsch.agent.version of jgit-flow plugin 
370
            to 0.1.53 in order have ssl key exchange algorithms compatible with openssh 
371
            6.7 -->
372
          <dependency>
373
            <groupId>com.jcraft</groupId>
374
            <artifactId>jsch</artifactId>
375
            <version>0.1.53</version>
376
          </dependency>
377
        </dependencies>
378
      </plugin>
379
    </plugins>
380
    <extensions>
381
      <extension>
382
        <groupId>org.apache.maven.wagon</groupId>
383
        <artifactId>wagon-scm</artifactId>
384
        <version>1.0-beta-6</version>
385
      </extension>
386
      <extension>
387
        <groupId>org.apache.maven.wagon</groupId>
388
        <artifactId>wagon-ssh</artifactId>
389
        <version>1.0-beta-6</version>
390
      </extension>
391
      <extension>
392
        <groupId>org.apache.maven.wagon</groupId>
393
        <artifactId>wagon-ssh-external</artifactId>
394
        <version>1.0-beta-6</version>
395
      </extension>
396
      <extension>
397
        <groupId>org.apache.maven.scm</groupId>
398
        <artifactId>maven-scm-manager-plexus</artifactId>
399
        <version>1.0</version>
400
      </extension>
401
      <extension>
402
        <groupId>org.apache.maven.scm</groupId>
403
        <artifactId>maven-scm-provider-svnexe</artifactId>
404
        <version>1.0</version>
405
      </extension>
406
      <!-- WebDAV plugin to upload snapshots -->
407
      <extension>
408
        <groupId>org.apache.maven.wagon</groupId>
409
        <artifactId>wagon-webdav</artifactId>
410
        <version>1.0-beta-2</version>
411
      </extension>
412
    </extensions>
413
    <pluginManagement>
414
      <plugins>
415
        <plugin>
416
          <groupId>org.apache.maven.plugins</groupId>
417
          <artifactId>maven-antrun-plugin</artifactId>
418
          <version>1.7</version>
419
        </plugin>
420
      </plugins>
421
    </pluginManagement>
422
  </build>
423
  <reporting>
424
    <plugins>
425
      <plugin>
426
        <!-- you will want to start by publishing your classes' Javadocs -->
427
        <groupId>org.apache.maven.plugins</groupId>
428
        <artifactId>maven-javadoc-plugin</artifactId>
429
        <version>2.7</version>
430
        <configuration>
431
          <detectLinks>true</detectLinks>
432
        </configuration>
433
      </plugin>
434
      <plugin>
435
        <!-- this will generate an indexed and cross-referenced HTML version 
436
          of your source code -->
437
        <groupId>org.apache.maven.plugins</groupId>
438
        <artifactId>maven-jxr-plugin</artifactId>
439
        <version>2.2</version>
440
      </plugin>
441
      <plugin>
442
        <groupId>org.apache.maven.plugins</groupId>
443
        <artifactId>maven-changes-plugin</artifactId>
444
        <version>2.3</version>
445
        <configuration>
446
          <issueLinkTemplatePerSystem>
447
            <default>%URL%/ticket/%ISSUE%</default>
448
          </issueLinkTemplatePerSystem>
449
        </configuration>
450
        <reportSets>
451
          <reportSet>
452
            <reports>
453
              <report>changes-report</report>
454
            </reports>
455
          </reportSet>
456
        </reportSets>
457
      </plugin>
458
    </plugins>
459
  </reporting>
460
  <!-- DISTRIBUTION MANAGEMENT -->
461
  <distributionManagement>
462
    <site>
463
      <id>cybertaxonomy.eu</id>
464
      <name>EDIT Taxonomic Editor</name>
465
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
466
      </url>
467
    </site>
468
    <repository>
469
      <uniqueVersion>false</uniqueVersion>
470
      <id>cybertaxonomy.eu</id>
471
      <name>Edit Maven Repository</name>
472
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
473
      </url>
474
    </repository>
475
  </distributionManagement>
476
</project>
(6-6/7)