fixing taxeditor tests
[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.0.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>4.0.0-SNAPSHOT</cdmlib.version>
22 <!-- TODO can we use project.version ????? -->
23 <tycho.version>0.22.0</tycho.version>
24 <taxeditor.version>4.0.0-SNAPSHOT</taxeditor.version>
25 <update.dir>snapshot</update.dir>
26 <unitils.version>3.4.2</unitils.version>
27 </properties>
28 <modules>
29 <module>eu.etaxonomy.taxeditor.cdmlib</module>
30 <module>eu.etaxonomy.taxeditor.store</module>
31 <module>eu.etaxonomy.taxeditor.navigation</module>
32 <module>eu.etaxonomy.taxeditor.editor</module>
33 <module>eu.etaxonomy.taxeditor.bulkeditor</module>
34 <module>eu.etaxonomy.taxeditor.printpublisher</module>
35 <module>eu.etaxonomy.taxeditor.help</module>
36 <module>eu.etaxonomy.taxeditor.molecular</module>
37 <module>eu.etaxonomy.taxeditor.molecular.lib</module>
38 <module>eu.etaxonomy.taxeditor.webapp</module>
39 <module>eu.etaxonomy.taxeditor.application</module>
40 <module>eu.etaxonomy.taxeditor.feature.platform</module>
41 <module>eu.etaxonomy.taxeditor.feature</module>
42 <module>eu.etaxonomy.taxeditor.feature.jre.linux64</module>
43 <module>eu.etaxonomy.taxeditor</module>
44 </modules>
45 <scm>
46 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/
47 </connection>
48 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/
49 </developerConnection>
50 <url>https://dev.e-taxonomy.eu/trac/browser/trunk/taxeditor/</url>
51 </scm>
52 <mailingLists>
53 <mailingList>
54 <name>EDIT Taxonomic Editor</name>
55 <subscribe>
56 edit-taxonomic-editor+subscribe@googlegroups.com
57 </subscribe>
58 <unsubscribe>
59 edit-taxonomic-editor+unsubscribe@googlegroups.com
60 </unsubscribe>
61 <post>edit-taxonomic-editor@googlegroups.com</post>
62 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
63 </archive>
64 </mailingList>
65 </mailingLists>
66 <licenses>
67 <license>
68 <name>Mozilla Public License Version 1.1</name>
69 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
70 <distribution>repo</distribution>
71 </license>
72 </licenses>
73 <developers>
74 <developer>
75 <!-- your SVN account id please! -->
76 <id>a.kohlbecker</id>
77 <name>
78 Andreas Kohlbecker
79 </name>
80 <email>a.kohlbecker [at] bgbm.org</email>
81 <organization>
82 Botanic Garden Botanical Museum Berlin
83 </organization>
84 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
85 <timezone>+1</timezone>
86 <roles>
87 <role>Java Developer</role>
88 <role>Architect</role>
89 </roles>
90 <url/>
91 </developer>
92 <developer>
93 <!-- your SVN account id please! -->
94 <id>a.mueller</id>
95 <name>
96 Andreas Müller
97 </name>
98 <email>a.mueller [at] bgbm.org</email>
99 <organization>
100 Botanic Garden Botanical Museum Berlin
101 </organization>
102 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
103 <timezone>+1</timezone>
104 <roles>
105 <role>Java Developer</role>
106 <role>Architect</role>
107 </roles>
108 <url/>
109 </developer>
110 </developers>
111 <issueManagement>
112 <system>Trac</system>
113 <url>http://dev.e-taxonomy.eu/trac/</url>
114 </issueManagement>
115 <ciManagement>
116 <system>Jenkins</system>
117 <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
118 </url>
119 </ciManagement>
120 <!-- **** REPOSITORIES **** -->
121 <profiles>
122 <profile>
123 <id>local-repository</id>
124 <activation>
125 <property>
126 <name>localrepo</name>
127 </property>
128 </activation>
129 <repositories>
130 <repository>
131 <id>EditLocalRepository</id>
132 <url>file://${localrepo}/eu/etaxonomy/</url>
133 <releases>
134 <enabled>false</enabled>
135 <updatePolicy>always</updatePolicy>
136 </releases>
137 <snapshots>
138 <enabled>true</enabled>
139 <updatePolicy>always</updatePolicy>
140 </snapshots>
141 </repository>
142 </repositories>
143 </profile>
144 </profiles>
145 <repositories>
146 <!-- the cdm internal repository -->
147 <repository>
148 <id>EditRepository</id>
149 <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
150 </repository>
151 <repository>
152 <id>eclipse-indigo</id>
153 <layout>p2</layout>
154 <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
155 </url>
156 </repository>
157 <!-- The nebula repository (retention period 2 years starting Q32014)
158 set here is an archived one so as to have a stable version of the jar when
159 building the editor . Refer to #4452 for details -->
160 <repository>
161 <id>eclipse-nebula</id>
162 <layout>p2</layout>
163 <url>http://download.eclipse.org/technology/nebula/archives/Q32014/release/
164 </url>
165 </repository>
166 <repository>
167 <id>eclipse-swtbot</id>
168 <layout>p2</layout>
169 <url>http://download.eclipse.org/releases/indigo</url>
170 </repository>
171 </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 <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 <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 <source>1.6</source>
236 <target>1.6</target>
237 </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 <!--preparationGoals>clean verify install</preparationGoals -->
330 <!--goals>deploy</goals -->
331 <!-- 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 <plugin>
336 <groupId>external.atlassian.jgitflow</groupId>
337 <artifactId>jgitflow-maven-plugin</artifactId>
338 <version>1.0-m6</version>
339 <configuration>
340 <pushHotfixes>true</pushHotfixes>
341 <pushReleases>true</pushReleases>
342 <enableSshAgent>true</enableSshAgent>
343 <allowSnapshots>true</allowSnapshots>
344 <allowUntracked>true</allowUntracked>
345 </configuration>
346 <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 </plugin>
358 </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 <pluginManagement>
393 <plugins>
394 <plugin>
395 <groupId>org.apache.maven.plugins</groupId>
396 <artifactId>maven-antrun-plugin</artifactId>
397 <version>1.7</version>
398 </plugin>
399 </plugins>
400 </pluginManagement>
401 </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 <!-- this will generate an indexed and cross-referenced HTML version
415 of your source code -->
416 <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 <!-- DISTRIBUTION MANAGEMENT -->
440 <distributionManagement>
441 <site>
442 <id>wp5.e-taxonomy.eu</id>
443 <name>EDIT Taxonomic Editor</name>
444 <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
445 </url>
446 </site>
447 <repository>
448 <uniqueVersion>false</uniqueVersion>
449 <id>wp5.e-taxonomy.eu</id>
450 <name>Edit Maven Repository</name>
451 <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
452 </url>
453 </repository>
454 </distributionManagement>
455 </project>