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