Project

General

Profile

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