Project

General

Profile

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