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