Project

General

Profile

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