Project

General

Profile

Download (13.6 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"
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
  <modelVersion>4.0.0</modelVersion>
5
  <prerequisites>
6
    <maven>3.0</maven>
7
  </prerequisites>
8
  <groupId>eu.etaxonomy</groupId>
9
  <artifactId>taxeditor-parent</artifactId>
10
  <version>3.4.0-SNAPSHOT</version>
11
  <name>EDIT Taxonomic Editor</name>
12
  <description>The Taxonomic Editor for EDIT's platform for
13
    cybertaxonomy</description>
14
  <url>http://cybertaxonomy.eu/taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor/</url>
15
  <inceptionYear>2007</inceptionYear>
16
  <packaging>pom</packaging>
17
  <properties>
18
    <java.codelevel>1.6</java.codelevel>
19
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
    <cdmlib.version>3.4.0-SNAPSHOT</cdmlib.version>
21
    <!-- TODO can we use project.version ????? -->
22
    <tycho.version>0.14.0</tycho.version>
23
    <taxeditor.version>3.4.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

    
39
  </modules>
40
  <scm>
41
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/</connection>
42
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/</developerConnection>
43
    <url>https://dev.e-taxonomy.eu/trac/browser/trunk/taxeditor/</url>
44
  </scm>
45
  <mailingLists>
46
    <mailingList>
47
      <name>EDIT Taxonomic Editor</name>
48
      <subscribe>
49
        edit-taxonomic-editor+subscribe@googlegroups.com
50
      </subscribe>
51
      <unsubscribe>
52
        edit-taxonomic-editor+unsubscribe@googlegroups.com
53
      </unsubscribe>
54
      <post>edit-taxonomic-editor@googlegroups.com</post>
55
      <archive>http://groups.google.com/group/edit-taxonomic-editor/topics</archive>
56
    </mailingList>
57
  </mailingLists>
58
  <licenses>
59
    <license>
60
      <name>Mozilla Public License Version 1.1</name>
61
      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
62
      <distribution>repo</distribution>
63
    </license>
64
  </licenses>
65
  <developers>
66
    <developer>
67
      <!-- your SVN account id please! -->
68
      <id>a.kohlbecker</id>
69
      <name>
70
        Andreas Kohlbecker
71
      </name>
72
      <email>a.kohlbecker [at] bgbm.org</email>
73
      <organization>
74
        Botanic Garden Botanical Museum Berlin
75
      </organization>
76
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
77
      <timezone>+1</timezone>
78
      <roles>
79
        <role>Java Developer</role>
80
        <role>Architect</role>
81
      </roles>
82
      <url />
83
    </developer>
84
    <developer>
85
      <!-- your SVN account id please! -->
86
      <id>a.mueller</id>
87
      <name>
88
        Andreas Müller
89
      </name>
90
      <email>a.mueller [at] bgbm.org</email>
91
      <organization>
92
        Botanic Garden Botanical Museum Berlin
93
      </organization>
94
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
95
      <timezone>+1</timezone>
96
      <roles>
97
        <role>Java Developer</role>
98
        <role>Architect</role>
99
      </roles>
100
      <url />
101
    </developer>
102
  </developers>
103
  <issueManagement>
104
    <system>Trac</system>
105
    <url>http://dev.e-taxonomy.eu/trac/</url>
106
  </issueManagement>
107
  <ciManagement>
108
    <system>Jenkins</system>
109
    <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/</url>
110
  </ciManagement>
111
  <!-- **** REPOSITORIES **** -->
112
  <profiles>
113
    <profile>
114
      <id>local-repository</id>
115
      <activation>
116
        <property>
117
          <name>localrepo</name>
118
        </property>
119
      </activation>
120
      <repositories>
121
        <repository>
122
          <id>EditLocalRepository</id>
123
          <url>file://${localrepo}/eu/etaxonomy/</url>
124
          <releases>
125
            <enabled>false</enabled>
126
            <updatePolicy>always</updatePolicy>
127
          </releases>
128
          <snapshots>
129
            <enabled>true</enabled>
130
            <updatePolicy>always</updatePolicy>
131
          </snapshots>
132
        </repository>
133
      </repositories>
134
    </profile>
135
  </profiles>
136
  <repositories>
137
    <!-- the cdm internal repository -->
138
    <repository>
139
      <id>EditRepository</id>
140
      <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
141
    </repository>
142
    <repository>
143
      <id>eclipse-indigo</id>
144
      <layout>p2</layout>
145
      <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</url>
146
    </repository>
147
    <repository>
148
      <id>eclipse-nebula</id>
149
      <layout>p2</layout>
150
      <url>http://download.eclipse.org/technology/nebula/snapshot/</url>
151
    </repository>
152
    <repository>
153
      <id>eclipse-swtbot</id>
154
      <layout>p2</layout>
155
      <url>http://download.eclipse.org/releases/indigo</url>
156
    </repository>
157
  </repositories>
158
  <build>
159
    <plugins>
160
      <plugin>
161
        <groupId>org.eclipse.tycho</groupId>
162
        <artifactId>tycho-maven-plugin</artifactId>
163
        <version>${tycho.version}</version>
164
        <extensions>true</extensions>
165
      </plugin>
166
      <plugin>
167
        <groupId>org.eclipse.tycho</groupId>
168
        <artifactId>tycho-packaging-plugin</artifactId>
169
        <version>${tycho.version}</version>
170
        <configuration>
171
          <strictVersions>true</strictVersions>
172
        </configuration>
173
      </plugin>
174
      <plugin>
175
        <groupId>org.eclipse.tycho</groupId>
176
        <artifactId>tycho-p2-repository-plugin</artifactId>
177
        <version>${tycho.version}</version>
178
        <configuration>
179
          <includeAllDependencies>true</includeAllDependencies>
180
        </configuration>
181
      </plugin>
182
      <plugin>
183
        <groupId>org.eclipse.tycho</groupId>
184
        <artifactId>target-platform-configuration</artifactId>
185
        <version>${tycho.version}</version>
186
        <configuration>
187
          <environments>
188
            <environment>
189
              <os>macosx</os>
190
              <ws>cocoa</ws>
191
              <arch>x86_64</arch>
192
            </environment>
193
            <environment>
194
              <os>win32</os>
195
              <ws>win32</ws>
196
              <arch>x86</arch>
197
            </environment>
198
            <environment>
199
              <os>win32</os>
200
              <ws>win32</ws>
201
              <arch>x86_64</arch>
202
            </environment>
203
            <environment>
204
              <os>linux</os>
205
              <ws>gtk</ws>
206
              <arch>x86</arch>
207
            </environment>
208
            <environment>
209
              <os>linux</os>
210
              <ws>gtk</ws>
211
              <arch>x86_64</arch>
212
            </environment>
213
          </environments>
214
        </configuration>
215
      </plugin>
216
      <plugin>
217
        <groupId>org.apache.maven.plugins</groupId>
218
        <artifactId>maven-compiler-plugin</artifactId>
219
        <version>2.3.2</version>
220
        <configuration>
221
          <source>1.6</source>
222
          <target>1.6</target>
223
        </configuration>
224
      </plugin>
225
      <plugin>
226
        <groupId>org.apache.maven.plugins</groupId>
227
        <artifactId>maven-surefire-plugin</artifactId>
228
        <version>2.6</version>
229
        <configuration>
230
          <includes>
231
            <include>**/*Test.java</include>
232
          </includes>
233
          <systemPropertyVariables>
234
            <property>
235
              <name>hibernate.connection.driver_class</name>
236
              <value>${hibernate.connection.driver_class}</value>
237
            </property>
238
            <property>
239
              <name>hibernate.connection.url</name>
240
              <value>${hibernate.connection.url}</value>
241
            </property>
242
            <property>
243
              <name>hibernate.connection.username</name>
244
              <value>${hibernate.connection.username}</value>
245
            </property>
246
            <property>
247
              <name>hibernate.connection.password</name>
248
              <value>${hibernate.connection.password}</value>
249
            </property>
250
          </systemPropertyVariables>
251
        </configuration>
252
      </plugin>
253
      <plugin>
254
        <groupId>org.apache.maven.plugins</groupId>
255
        <artifactId>maven-site-plugin</artifactId>
256
        <version>3.0</version>
257
        <configuration>
258
          <locales>en</locales>
259
        </configuration>
260
      </plugin>
261
      <plugin>
262
        <groupId>org.apache.maven.plugins</groupId>
263
        <artifactId>maven-source-plugin</artifactId>
264
        <version>2.1.2</version>
265
        <executions>
266
          <execution>
267
            <id>attach-sources</id>
268
            <phase>verify</phase>
269
            <goals>
270
              <goal>jar</goal>
271
            </goals>
272
          </execution>
273
        </executions>
274
      </plugin>
275
      <plugin>
276
        <groupId>org.apache.maven.plugins</groupId>
277
        <artifactId>maven-javadoc-plugin</artifactId>
278
        <version>2.7</version>
279
        <configuration>
280
          <stylesheet>maven</stylesheet>
281
          <quiet>true</quiet>
282
          <detectLinks>true</detectLinks>
283
          <failOnError>false</failOnError>
284
        </configuration>
285
        <executions>
286
          <execution>
287
            <id>aggregate</id>
288
            <goals>
289
              <goal>aggregate</goal>
290
            </goals>
291
            <phase>site</phase>
292
          </execution>
293
        </executions>
294
      </plugin>
295
      <plugin>
296
        <groupId>org.apache.maven.plugins</groupId>
297
        <artifactId>maven-eclipse-plugin</artifactId>
298
        <version>2.8</version>
299
        <configuration>
300
          <downloadSources>true</downloadSources>
301
          <downloadJavadocs>true</downloadJavadocs>
302
          <additionalProjectnatures>
303
            <projectnature>org.eclipse.pde.PluginNature</projectnature>
304
          </additionalProjectnatures>
305
        </configuration>
306
      </plugin>
307
      <!-- ====== DEPLOY ====== -->
308
      <plugin>
309
        <groupId>org.apache.maven.plugins</groupId>
310
        <artifactId>maven-release-plugin</artifactId>
311
        <version>2.2.1</version>
312
        <configuration>
313
          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
314
          <autoVersionSubmodules>false</autoVersionSubmodules>
315
          <!--preparationGoals>clean verify install</preparationGoals -->
316
          <!--goals>deploy</goals -->
317
          <!-- skipping site-deploy by explicitly configuring the goal here -->
318
          <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
319
        </configuration>
320
      </plugin>
321

    
322
    </plugins>
323
    <extensions>
324
      <extension>
325
        <groupId>org.apache.maven.wagon</groupId>
326
        <artifactId>wagon-scm</artifactId>
327
        <version>1.0-alpha-5</version>
328
      </extension>
329
      <extension>
330
        <groupId>org.apache.maven.wagon</groupId>
331
        <artifactId>wagon-ssh</artifactId>
332
        <version>1.0-beta-7</version>
333
      </extension>
334
      <extension>
335
        <groupId>org.apache.maven.wagon</groupId>
336
        <artifactId>wagon-ssh-external</artifactId>
337
        <version>1.0-beta-6</version>
338
      </extension>
339
      <extension>
340
        <groupId>org.apache.maven.scm</groupId>
341
        <artifactId>maven-scm-manager-plexus</artifactId>
342
        <version>1.0</version>
343
      </extension>
344
      <extension>
345
        <groupId>org.apache.maven.scm</groupId>
346
        <artifactId>maven-scm-provider-svnexe</artifactId>
347
        <version>1.0</version>
348
      </extension>
349
      <!-- WebDAV plugin to upload snapshots -->
350
      <extension>
351
        <groupId>org.apache.maven.wagon</groupId>
352
        <artifactId>wagon-webdav</artifactId>
353
        <version>1.0-beta-2</version>
354
      </extension>
355
    </extensions>
356
    <pluginManagement>
357
      <plugins>
358
        <plugin>
359
          <groupId>org.apache.maven.plugins</groupId>
360
          <artifactId>maven-antrun-plugin</artifactId>
361
          <version>1.7</version>
362
        </plugin>
363
      </plugins>
364
    </pluginManagement>
365
  </build>
366
  <reporting>
367
    <plugins>
368
      <plugin>
369
        <!-- you will want to start by publishing your classes' Javadocs -->
370
        <groupId>org.apache.maven.plugins</groupId>
371
        <artifactId>maven-javadoc-plugin</artifactId>
372
        <version>2.7</version>
373
        <configuration>
374
          <detectLinks>true</detectLinks>
375
        </configuration>
376
      </plugin>
377
      <plugin>
378
        <!-- this will generate an indexed and cross-referenced HTML version 
379
          of your source code -->
380
        <groupId>org.apache.maven.plugins</groupId>
381
        <artifactId>maven-jxr-plugin</artifactId>
382
        <version>2.2</version>
383
      </plugin>
384
      <plugin>
385
        <groupId>org.apache.maven.plugins</groupId>
386
        <artifactId>maven-changes-plugin</artifactId>
387
        <version>2.3</version>
388
        <configuration>
389
          <issueLinkTemplatePerSystem>
390
            <default>%URL%/ticket/%ISSUE%</default>
391
          </issueLinkTemplatePerSystem>
392
        </configuration>
393
        <reportSets>
394
          <reportSet>
395
            <reports>
396
              <report>changes-report</report>
397
            </reports>
398
          </reportSet>
399
        </reportSets>
400
      </plugin>
401
    </plugins>
402
  </reporting>
403
  <!-- DISTRIBUTION MANAGEMENT -->
404
  <distributionManagement>
405
    <site>
406
      <id>wp5.e-taxonomy.eu</id>
407
      <name>EDIT Taxonomic Editor</name>
408
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/</url>
409
    </site>
410
    <repository>
411
      <uniqueVersion>false</uniqueVersion>
412
      <id>wp5.e-taxonomy.eu</id>
413
      <name>Edit Maven Repository</name>
414
      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
415
    </repository>
416
  </distributionManagement>
417

    
418
</project>
(5-5/5)