adding eu.etaxonomy.taxeditor.test as subproject
[taxeditor.git] / pom.xml
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>4.6.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.8</java.codelevel>
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <cdmlib.version>4.6.0-SNAPSHOT</cdmlib.version>
22 <!-- TODO can we use project.version ????? -->
23 <!-- 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 <tycho.version>0.22.0</tycho.version>
27 <taxeditor.version>4.6.0-SNAPSHOT</taxeditor.version>
28 <update.dir>snapshot</update.dir>
29 <unitils.version>3.4.2</unitils.version>
30 <log4j.version>1.2.17</log4j.version>
31 </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 <module>eu.etaxonomy.taxeditor.molecular</module>
41 <module>eu.etaxonomy.taxeditor.molecular.lib</module>
42 <module>eu.etaxonomy.taxeditor.webapp</module>
43 <module>eu.etaxonomy.taxeditor.application</module>
44 <module>eu.etaxonomy.taxeditor.feature.platform</module>
45 <module>eu.etaxonomy.taxeditor.feature</module>
46 <module>eu.etaxonomy.taxeditor.feature.jre.linux64</module>
47 <module>eu.etaxonomy.taxeditor</module>
48 <module>eu.etaxonomy.taxeditor.test</module>
49 </modules>
50 <scm>
51 <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 <url>https://dev.e-taxonomy.eu/trac/browser/trunk/taxeditor/</url>
56 </scm>
57 <mailingLists>
58 <mailingList>
59 <name>EDIT Taxonomic Editor</name>
60 <subscribe>
61 edit-taxonomic-editor+subscribe@googlegroups.com
62 </subscribe>
63 <unsubscribe>
64 edit-taxonomic-editor+unsubscribe@googlegroups.com
65 </unsubscribe>
66 <post>edit-taxonomic-editor@googlegroups.com</post>
67 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
68 </archive>
69 </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 <id>a.kohlbecker</id>
82 <name>
83 Andreas Kohlbecker
84 </name>
85 <email>a.kohlbecker [at] bgbm.org</email>
86 <organization>
87 Botanic Garden Botanical Museum Berlin
88 </organization>
89 <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 <url/>
96 </developer>
97 <developer>
98 <!-- your SVN account id please! -->
99 <id>a.mueller</id>
100 <name>
101 Andreas Müller
102 </name>
103 <email>a.mueller [at] bgbm.org</email>
104 <organization>
105 Botanic Garden Botanical Museum Berlin
106 </organization>
107 <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 <url/>
114 </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 <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
123 </url>
124 </ciManagement>
125 <!-- **** REPOSITORIES **** -->
126 <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 </repositories>
148 </profile>
149 </profiles>
150 <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 <id>eclipse-indigo</id>
158 <layout>p2</layout>
159 <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
160 </url>
161 </repository>
162 <!-- 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 <repository>
166 <id>eclipse-nebula</id>
167 <layout>p2</layout>
168 <url>http://archive.eclipse.org/nebula/Q32014/release/</url>
169 </repository>
170 <repository>
171 <id>eclipse-swtbot</id>
172 <layout>p2</layout>
173 <url>http://download.eclipse.org/releases/indigo/</url>
174 </repository>
175 </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 <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 <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 <version>3.6.1</version>
238 <configuration>
239 <source>${java.codelevel}</source>
240 <target>${java.codelevel}</target>
241 </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 <version>3.0.1</version>
283 <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 <!--preparationGoals>clean verify install</preparationGoals -->
334 <!--goals>deploy</goals -->
335 <!-- 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 <plugin>
340 <groupId>external.atlassian.jgitflow</groupId>
341 <artifactId>jgitflow-maven-plugin</artifactId>
342 <version>1.0-m6</version>
343 <configuration>
344 <pushHotfixes>true</pushHotfixes>
345 <pushReleases>true</pushReleases>
346 <enableSshAgent>true</enableSshAgent>
347 <allowSnapshots>true</allowSnapshots>
348 <allowUntracked>true</allowUntracked>
349 </configuration>
350 <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 </plugin>
362 </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 <pluginManagement>
397 <plugins>
398 <plugin>
399 <groupId>org.apache.maven.plugins</groupId>
400 <artifactId>maven-antrun-plugin</artifactId>
401 <version>1.7</version>
402 </plugin>
403 </plugins>
404 </pluginManagement>
405 </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 <!-- this will generate an indexed and cross-referenced HTML version
419 of your source code -->
420 <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 <!-- DISTRIBUTION MANAGEMENT -->
444 <distributionManagement>
445 <site>
446 <id>wp5.e-taxonomy.eu</id>
447 <name>EDIT Taxonomic Editor</name>
448 <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
449 </url>
450 </site>
451 <repository>
452 <uniqueVersion>false</uniqueVersion>
453 <id>wp5.e-taxonomy.eu</id>
454 <name>Edit Maven Repository</name>
455 <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
456 </url>
457 </repository>
458 </distributionManagement>
459 </project>