Project

General

Profile

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