Project

General

Profile

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