l10n for PresenceAbsenceTermDetailElement
[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.4.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.7</java.codelevel>
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <cdmlib.version>4.4.0-SNAPSHOT</cdmlib.version>
22 <!-- TODO can we use project.version ????? -->
23 <tycho.version>0.22.0</tycho.version>
24 <taxeditor.version>4.4.0-SNAPSHOT</taxeditor.version>
25 <update.dir>snapshot</update.dir>
26 <unitils.version>3.4.2</unitils.version>
27 <log4j.version>1.2.17</log4j.version>
28 </properties>
29 <modules>
30 <module>eu.etaxonomy.taxeditor.cdmlib</module>
31 <module>eu.etaxonomy.taxeditor.store</module>
32 <module>eu.etaxonomy.taxeditor.navigation</module>
33 <module>eu.etaxonomy.taxeditor.editor</module>
34 <module>eu.etaxonomy.taxeditor.bulkeditor</module>
35 <module>eu.etaxonomy.taxeditor.printpublisher</module>
36 <module>eu.etaxonomy.taxeditor.help</module>
37 <module>eu.etaxonomy.taxeditor.molecular</module>
38 <module>eu.etaxonomy.taxeditor.molecular.lib</module>
39 <module>eu.etaxonomy.taxeditor.webapp</module>
40 <module>eu.etaxonomy.taxeditor.application</module>
41 <module>eu.etaxonomy.taxeditor.feature.platform</module>
42 <module>eu.etaxonomy.taxeditor.feature</module>
43 <module>eu.etaxonomy.taxeditor.feature.jre.linux64</module>
44 <module>eu.etaxonomy.taxeditor</module>
45 </modules>
46 <scm>
47 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/
48 </connection>
49 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/
50 </developerConnection>
51 <url>https://dev.e-taxonomy.eu/trac/browser/trunk/taxeditor/</url>
52 </scm>
53 <mailingLists>
54 <mailingList>
55 <name>EDIT Taxonomic Editor</name>
56 <subscribe>
57 edit-taxonomic-editor+subscribe@googlegroups.com
58 </subscribe>
59 <unsubscribe>
60 edit-taxonomic-editor+unsubscribe@googlegroups.com
61 </unsubscribe>
62 <post>edit-taxonomic-editor@googlegroups.com</post>
63 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
64 </archive>
65 </mailingList>
66 </mailingLists>
67 <licenses>
68 <license>
69 <name>Mozilla Public License Version 1.1</name>
70 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
71 <distribution>repo</distribution>
72 </license>
73 </licenses>
74 <developers>
75 <developer>
76 <!-- your SVN account id please! -->
77 <id>a.kohlbecker</id>
78 <name>
79 Andreas Kohlbecker
80 </name>
81 <email>a.kohlbecker [at] bgbm.org</email>
82 <organization>
83 Botanic Garden Botanical Museum Berlin
84 </organization>
85 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
86 <timezone>+1</timezone>
87 <roles>
88 <role>Java Developer</role>
89 <role>Architect</role>
90 </roles>
91 <url/>
92 </developer>
93 <developer>
94 <!-- your SVN account id please! -->
95 <id>a.mueller</id>
96 <name>
97 Andreas Müller
98 </name>
99 <email>a.mueller [at] bgbm.org</email>
100 <organization>
101 Botanic Garden Botanical Museum Berlin
102 </organization>
103 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
104 <timezone>+1</timezone>
105 <roles>
106 <role>Java Developer</role>
107 <role>Architect</role>
108 </roles>
109 <url/>
110 </developer>
111 </developers>
112 <issueManagement>
113 <system>Trac</system>
114 <url>http://dev.e-taxonomy.eu/trac/</url>
115 </issueManagement>
116 <ciManagement>
117 <system>Jenkins</system>
118 <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
119 </url>
120 </ciManagement>
121 <!-- **** REPOSITORIES **** -->
122 <profiles>
123 <profile>
124 <id>local-repository</id>
125 <activation>
126 <property>
127 <name>localrepo</name>
128 </property>
129 </activation>
130 <repositories>
131 <repository>
132 <id>EditLocalRepository</id>
133 <url>file://${localrepo}/eu/etaxonomy/</url>
134 <releases>
135 <enabled>false</enabled>
136 <updatePolicy>always</updatePolicy>
137 </releases>
138 <snapshots>
139 <enabled>true</enabled>
140 <updatePolicy>always</updatePolicy>
141 </snapshots>
142 </repository>
143 </repositories>
144 </profile>
145 </profiles>
146 <repositories>
147 <!-- the cdm internal repository -->
148 <repository>
149 <id>EditRepository</id>
150 <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
151 </repository>
152 <repository>
153 <id>eclipse-indigo</id>
154 <layout>p2</layout>
155 <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
156 </url>
157 </repository>
158 <!-- The nebula repository (retention period 2 years starting Q32014)
159 set here is an archived one so as to have a stable version of the jar when
160 building the editor . Refer to #4452 for details -->
161 <repository>
162 <id>eclipse-nebula</id>
163 <layout>p2</layout>
164 <url>http://archive.eclipse.org/nebula/Q32014/release/</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.7</source>
236 <target>1.7</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>