Project

General

Profile

Download (15.3 KB) Statistics
| Branch: | Tag: | Revision:
1 669db2cd n.hoffmann
<?xml version="1.0" encoding="UTF-8"?>
2 4991d5fa 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 f5ed8961 Katja Luther
  <version>4.6.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 ef029497 Patrick Plitzner
    <java.codelevel>1.8</java.codelevel>
20 14422ade n.hoffmann
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 36fa4de1 Andreas Kohlbecker
    <cdmlib.version>4.6.0-SNAPSHOT</cdmlib.version>
22 78d27f7c edit-jenkins
    <!-- TODO can we use project.version ????? -->
23 3a269e2c Patrick Plitzner
    <!-- Increasing tycho above 0.22.0 will fail for the macosx build
24
    because for higher version numbers tycho needs to be build against
25
    Eclipse Mars or higher -->
26 e9c765f3 Patrick Plitzner
    <tycho.version>0.22.0</tycho.version>
27 36fa4de1 Andreas Kohlbecker
    <taxeditor.version>4.6.0-SNAPSHOT</taxeditor.version>
28 e48f844f Cherian Mathew
    <update.dir>snapshot</update.dir>
29 93b0eb6b Cherian Mathew
    <unitils.version>3.4.2</unitils.version>
30 d09f7b40 Andreas Kohlbecker
    <log4j.version>1.2.17</log4j.version>
31 14422ade n.hoffmann
  </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 40243bd5 Cherian Mathew
    <module>eu.etaxonomy.taxeditor.molecular</module>
41
    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
42 7a96337f Cherian Mathew
    <module>eu.etaxonomy.taxeditor.webapp</module>
43 14422ade n.hoffmann
    <module>eu.etaxonomy.taxeditor.application</module>
44
    <module>eu.etaxonomy.taxeditor.feature.platform</module>
45
    <module>eu.etaxonomy.taxeditor.feature</module>
46 16edc408 Patrick Plitzner
    <module>eu.etaxonomy.taxeditor.feature.jre.linux64</module>
47 14422ade n.hoffmann
    <module>eu.etaxonomy.taxeditor</module>
48 d8cef48f Andreas Kohlbecker
	<module>eu.etaxonomy.taxeditor.test</module>
49 14422ade n.hoffmann
  </modules>
50
  <scm>
51 0c737257 Cherian Mathew
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/
52
    </connection>
53
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/
54
    </developerConnection>
55 b59b87cd Patric Plitzner
    <url>https://dev.e-taxonomy.eu/trac/browser/trunk/taxeditor/</url>
56 14422ade n.hoffmann
  </scm>
57
  <mailingLists>
58
    <mailingList>
59
      <name>EDIT Taxonomic Editor</name>
60
      <subscribe>
61 0d291022 Cherian Mathew
        edit-taxonomic-editor+subscribe@googlegroups.com
62
      </subscribe>
63 14422ade n.hoffmann
      <unsubscribe>
64 0d291022 Cherian Mathew
        edit-taxonomic-editor+unsubscribe@googlegroups.com
65
      </unsubscribe>
66 14422ade n.hoffmann
      <post>edit-taxonomic-editor@googlegroups.com</post>
67 0c737257 Cherian Mathew
      <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
68
      </archive>
69 14422ade n.hoffmann
    </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 e86c6faf Andreas Müller
      <id>a.kohlbecker</id>
82 14422ade n.hoffmann
      <name>
83 0d291022 Cherian Mathew
        Andreas Kohlbecker
84
      </name>
85 e86c6faf Andreas Müller
      <email>a.kohlbecker [at] bgbm.org</email>
86
      <organization>
87 0d291022 Cherian Mathew
        Botanic Garden Botanical Museum Berlin
88
      </organization>
89 e86c6faf Andreas Müller
      <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 a22860ff jenkins
      <url/>
96 e86c6faf Andreas Müller
    </developer>
97 78d27f7c edit-jenkins
    <developer>
98 e86c6faf Andreas Müller
      <!-- your SVN account id please! -->
99
      <id>a.mueller</id>
100
      <name>
101 0d291022 Cherian Mathew
        Andreas Müller
102
      </name>
103 e86c6faf Andreas Müller
      <email>a.mueller [at] bgbm.org</email>
104 14422ade n.hoffmann
      <organization>
105 0d291022 Cherian Mathew
        Botanic Garden Botanical Museum Berlin
106
      </organization>
107 14422ade n.hoffmann
      <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 a22860ff jenkins
      <url/>
114 14422ade n.hoffmann
    </developer>
115
  </developers>
116
  <issueManagement>
117
    <system>Trac</system>
118
    <url>http://dev.e-taxonomy.eu/trac/</url>
119
  </issueManagement>
120
  <ciManagement>
121
    <system>Jenkins</system>
122 0c737257 Cherian Mathew
    <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
123
    </url>
124 14422ade n.hoffmann
  </ciManagement>
125
  <!-- **** REPOSITORIES **** -->
126 78d27f7c edit-jenkins
  <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 dc9cfeec Cherian Mathew
      </repositories>
148 78d27f7c edit-jenkins
    </profile>
149
  </profiles>
150 14422ade n.hoffmann
  <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 ef79528f n.hoffmann
      <id>eclipse-indigo</id>
158
      <layout>p2</layout>
159 0c737257 Cherian Mathew
      <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
160
      </url>
161 7879f9a5 n.hoffmann
    </repository>
162 0c737257 Cherian Mathew
    <!-- 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 1782eca4 Cherian Mathew
    <repository>
166
      <id>eclipse-nebula</id>
167
      <layout>p2</layout>
168 0ac706e3 Andreas Kohlbecker
      <url>http://archive.eclipse.org/nebula/Q32014/release/</url>
169 1782eca4 Cherian Mathew
    </repository>
170 7879f9a5 n.hoffmann
    <repository>
171
      <id>eclipse-swtbot</id>
172
      <layout>p2</layout>
173 0ac706e3 Andreas Kohlbecker
      <url>http://download.eclipse.org/releases/indigo/</url>
174 ef79528f n.hoffmann
    </repository>
175 14422ade n.hoffmann
  </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 e48f844f Cherian Mathew
      <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 14422ade n.hoffmann
      <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 ef029497 Patrick Plitzner
        <version>3.6.1</version>
238 14422ade n.hoffmann
        <configuration>
239 ef029497 Patrick Plitzner
          <source>${java.codelevel}</source>
240
          <target>${java.codelevel}</target>
241 14422ade n.hoffmann
        </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.0</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 e9c765f3 Patrick Plitzner
        <version>3.0.1</version>
283 14422ade n.hoffmann
        <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 e48f844f Cherian Mathew
          <!--preparationGoals>clean verify install</preparationGoals -->
334
          <!--goals>deploy</goals -->
335 14422ade n.hoffmann
          <!-- 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 bf33700a Cherian Mathew
      <plugin>
340
        <groupId>external.atlassian.jgitflow</groupId>
341
        <artifactId>jgitflow-maven-plugin</artifactId>
342 84bdee47 Cherian Mathew
        <version>1.0-m6</version>
343 bf33700a Cherian Mathew
        <configuration>
344
          <pushHotfixes>true</pushHotfixes>
345
          <pushReleases>true</pushReleases>
346
          <enableSshAgent>true</enableSshAgent>
347
          <allowSnapshots>true</allowSnapshots>
348
          <allowUntracked>true</allowUntracked>
349
        </configuration>
350 168c15e8 Cherian Mathew
        <dependencies>
351
          <!-- 
352
                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
353
                in order have ssl key exchange algorithms compatible with openssh 6.7 
354
             -->
355
          <dependency>
356
            <groupId>com.jcraft</groupId>
357
            <artifactId>jsch</artifactId>
358
            <version>0.1.53</version>
359
          </dependency>
360
        </dependencies>
361 bf33700a Cherian Mathew
      </plugin>
362 14422ade n.hoffmann
    </plugins>
363
    <extensions>
364
      <extension>
365
        <groupId>org.apache.maven.wagon</groupId>
366
        <artifactId>wagon-scm</artifactId>
367
        <version>1.0-alpha-5</version>
368
      </extension>
369
      <extension>
370
        <groupId>org.apache.maven.wagon</groupId>
371
        <artifactId>wagon-ssh</artifactId>
372
        <version>1.0-beta-7</version>
373
      </extension>
374
      <extension>
375
        <groupId>org.apache.maven.wagon</groupId>
376
        <artifactId>wagon-ssh-external</artifactId>
377
        <version>1.0-beta-6</version>
378
      </extension>
379
      <extension>
380
        <groupId>org.apache.maven.scm</groupId>
381
        <artifactId>maven-scm-manager-plexus</artifactId>
382
        <version>1.0</version>
383
      </extension>
384
      <extension>
385
        <groupId>org.apache.maven.scm</groupId>
386
        <artifactId>maven-scm-provider-svnexe</artifactId>
387
        <version>1.0</version>
388
      </extension>
389
      <!-- WebDAV plugin to upload snapshots -->
390
      <extension>
391
        <groupId>org.apache.maven.wagon</groupId>
392
        <artifactId>wagon-webdav</artifactId>
393
        <version>1.0-beta-2</version>
394
      </extension>
395
    </extensions>
396 36cca30c n.hoffmann
    <pluginManagement>
397
      <plugins>
398 78d27f7c edit-jenkins
        <plugin>
399
          <groupId>org.apache.maven.plugins</groupId>
400
          <artifactId>maven-antrun-plugin</artifactId>
401
          <version>1.7</version>
402
        </plugin>
403 36cca30c n.hoffmann
      </plugins>
404
    </pluginManagement>
405 14422ade n.hoffmann
  </build>
406
  <reporting>
407
    <plugins>
408
      <plugin>
409
        <!-- you will want to start by publishing your classes' Javadocs -->
410
        <groupId>org.apache.maven.plugins</groupId>
411
        <artifactId>maven-javadoc-plugin</artifactId>
412
        <version>2.7</version>
413
        <configuration>
414
          <detectLinks>true</detectLinks>
415
        </configuration>
416
      </plugin>
417
      <plugin>
418 e48f844f Cherian Mathew
        <!-- this will generate an indexed and cross-referenced HTML version 
419
          of your source code -->
420 14422ade n.hoffmann
        <groupId>org.apache.maven.plugins</groupId>
421
        <artifactId>maven-jxr-plugin</artifactId>
422
        <version>2.2</version>
423
      </plugin>
424
      <plugin>
425
        <groupId>org.apache.maven.plugins</groupId>
426
        <artifactId>maven-changes-plugin</artifactId>
427
        <version>2.3</version>
428
        <configuration>
429
          <issueLinkTemplatePerSystem>
430
            <default>%URL%/ticket/%ISSUE%</default>
431
          </issueLinkTemplatePerSystem>
432
        </configuration>
433
        <reportSets>
434
          <reportSet>
435
            <reports>
436
              <report>changes-report</report>
437
            </reports>
438
          </reportSet>
439
        </reportSets>
440
      </plugin>
441
    </plugins>
442
  </reporting>
443 e48f844f Cherian Mathew
  <!-- DISTRIBUTION MANAGEMENT -->
444 14422ade n.hoffmann
  <distributionManagement>
445
    <site>
446
      <id>wp5.e-taxonomy.eu</id>
447
      <name>EDIT Taxonomic Editor</name>
448 0c737257 Cherian Mathew
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
449
      </url>
450 14422ade n.hoffmann
    </site>
451
    <repository>
452
      <uniqueVersion>false</uniqueVersion>
453
      <id>wp5.e-taxonomy.eu</id>
454
      <name>Edit Maven Repository</name>
455 0c737257 Cherian Mathew
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
456
      </url>
457 14422ade n.hoffmann
    </repository>
458
  </distributionManagement>
459 213e8f9c n.hoffmann
</project>