ref #6694 Remove moved feature node after drag and drop
[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.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>https://cybertaxonomy.eu/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.8.0-SNAPSHOT</cdmlib.version>
22 <!-- TODO can we use project.version ????? -->
23 <!-- Increasing tycho above 0.22.0 will fail for the macosx build because
24 for higher version numbers tycho needs to be build against Eclipse Mars or
25 higher -->
26 <tycho.version>1.0.0</tycho.version>
27 <taxeditor.version>4.8.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 <javadoc.opts>-Xdoclint:none</javadoc.opts>
32 </properties>
33 <modules>
34 <module>eu.etaxonomy.taxeditor.cdmlib</module>
35 <module>eu.etaxonomy.taxeditor.workbench</module>
36 <module>eu.etaxonomy.taxeditor.store</module>
37 <module>eu.etaxonomy.taxeditor.navigation</module>
38 <module>eu.etaxonomy.taxeditor.editor</module>
39 <module>eu.etaxonomy.taxeditor.bulkeditor</module>
40 <module>eu.etaxonomy.taxeditor.printpublisher</module>
41 <module>eu.etaxonomy.taxeditor.help</module>
42 <module>eu.etaxonomy.taxeditor.molecular</module>
43 <module>eu.etaxonomy.taxeditor.molecular.lib</module>
44 <module>eu.etaxonomy.taxeditor.webapp</module>
45 <module>eu.etaxonomy.taxeditor.application</module>
46 <module>eu.etaxonomy.taxeditor.feature.platform</module>
47 <module>eu.etaxonomy.taxeditor.feature</module>
48 <module>eu.etaxonomy.taxeditor</module>
49 <module>eu.etaxonomy.taxeditor.test</module>
50 </modules>
51 <scm>
52 <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
53 </connection>
54 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
55 </developerConnection>
56 <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree</url>
57 </scm>
58 <mailingLists>
59 <mailingList>
60 <name>EDIT Taxonomic Editor</name>
61 <subscribe>
62 edit-taxonomic-editor+subscribe@googlegroups.com
63 </subscribe>
64 <unsubscribe>
65 edit-taxonomic-editor+unsubscribe@googlegroups.com
66 </unsubscribe>
67 <post>edit-taxonomic-editor@googlegroups.com</post>
68 <archive>http://groups.google.com/group/edit-taxonomic-editor/topics
69 </archive>
70 </mailingList>
71 </mailingLists>
72 <licenses>
73 <license>
74 <name>Mozilla Public License Version 1.1</name>
75 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
76 <distribution>repo</distribution>
77 </license>
78 </licenses>
79 <developers>
80 <developer>
81 <!-- your SVN account id please! -->
82 <id>a.kohlbecker</id>
83 <name>
84 Andreas Kohlbecker
85 </name>
86 <email>a.kohlbecker [at] bgbm.org</email>
87 <organization>
88 Botanic Garden Botanical Museum Berlin
89 </organization>
90 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
91 <timezone>+1</timezone>
92 <roles>
93 <role>Java Developer</role>
94 <role>Architect</role>
95 </roles>
96 <url/>
97 </developer>
98 <developer>
99 <!-- your SVN account id please! -->
100 <id>a.mueller</id>
101 <name>
102 Andreas Müller
103 </name>
104 <email>a.mueller [at] bgbm.org</email>
105 <organization>
106 Botanic Garden Botanical Museum Berlin
107 </organization>
108 <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
109 <timezone>+1</timezone>
110 <roles>
111 <role>Java Developer</role>
112 <role>Architect</role>
113 </roles>
114 <url/>
115 </developer>
116 </developers>
117 <issueManagement>
118 <system>Redmine</system>
119 <url>https://dev.e-taxonomy.eu/redmine/projects/edit/</url>
120 </issueManagement>
121 <ciManagement>
122 <system>Jenkins</system>
123 <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
124 </url>
125 </ciManagement>
126 <!-- **** REPOSITORIES **** -->
127 <profiles>
128 <profile>
129 <id>local-repository</id>
130 <activation>
131 <property>
132 <name>localrepo</name>
133 </property>
134 </activation>
135 <repositories>
136 <repository>
137 <id>EditLocalRepository</id>
138 <url>file://${localrepo}/eu/etaxonomy/</url>
139 <releases>
140 <enabled>false</enabled>
141 <updatePolicy>always</updatePolicy>
142 </releases>
143 <snapshots>
144 <enabled>true</enabled>
145 <updatePolicy>always</updatePolicy>
146 </snapshots>
147 </repository>
148 </repositories>
149 </profile>
150 </profiles>
151 <repositories>
152 <!-- the cdm internal repository -->
153 <repository>
154 <id>EditRepository</id>
155 <url>http://cybertaxonomy.eu/mavenrepo/</url>
156 </repository>
157 <repository>
158 <id>eclipse-indigo</id>
159 <layout>p2</layout>
160 <url>http://download.eclipse.org/technology/swtbot/snapshots/</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://download.eclipse.org/nebula/releases/latest</url>
169 </repository>
170 <repository>
171 <id>eclipse-neon</id>
172 <layout>p2</layout>
173 <url>http://download.eclipse.org/releases/neon/</url>
174 </repository>
175 </repositories>
176 <pluginRepositories>
177 <pluginRepository>
178 <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
179 <id>EditRepository</id>
180 <url>http://cybertaxonomy.eu/mavenrepo/</url>
181 </pluginRepository>
182 </pluginRepositories>
183 <build>
184 <plugins>
185 <plugin>
186 <groupId>org.eclipse.tycho</groupId>
187 <artifactId>tycho-maven-plugin</artifactId>
188 <version>${tycho.version}</version>
189 <extensions>true</extensions>
190 </plugin>
191 <plugin>
192 <groupId>org.eclipse.tycho</groupId>
193 <artifactId>tycho-packaging-plugin</artifactId>
194 <version>${tycho.version}</version>
195 <configuration>
196 <strictVersions>true</strictVersions>
197 </configuration>
198 </plugin>
199 <plugin>
200 <groupId>org.eclipse.tycho</groupId>
201 <artifactId>tycho-p2-repository-plugin</artifactId>
202 <version>${tycho.version}</version>
203 <configuration>
204 <includeAllDependencies>true</includeAllDependencies>
205 </configuration>
206 </plugin>
207 <plugin>
208 <groupId>org.eclipse.tycho</groupId>
209 <artifactId>target-platform-configuration</artifactId>
210 <version>${tycho.version}</version>
211 <configuration>
212 <environments>
213 <environment>
214 <os>macosx</os>
215 <ws>cocoa</ws>
216 <arch>x86_64</arch>
217 </environment>
218 <environment>
219 <os>win32</os>
220 <ws>win32</ws>
221 <arch>x86</arch>
222 </environment>
223 <environment>
224 <os>win32</os>
225 <ws>win32</ws>
226 <arch>x86_64</arch>
227 </environment>
228 <environment>
229 <os>linux</os>
230 <ws>gtk</ws>
231 <arch>x86</arch>
232 </environment>
233 <environment>
234 <os>linux</os>
235 <ws>gtk</ws>
236 <arch>x86_64</arch>
237 </environment>
238 </environments>
239 </configuration>
240 </plugin>
241 <plugin>
242 <groupId>org.apache.maven.plugins</groupId>
243 <artifactId>maven-compiler-plugin</artifactId>
244 <version>3.6.1</version>
245 <configuration>
246 <source>${java.codelevel}</source>
247 <target>${java.codelevel}</target>
248 </configuration>
249 </plugin>
250 <plugin>
251 <groupId>org.codehaus.mojo</groupId>
252 <artifactId>wagon-maven-plugin</artifactId>
253 <version>1.0</version>
254 <configuration>
255 <url>scpexe://cybertaxonomy.eu</url>
256 <serverId>cybertaxonomy.eu</serverId>
257 </configuration>
258 <executions>
259 <execution>
260 <id>upload-reference-documentation</id>
261 <phase>site-deploy</phase>
262 <goals>
263 <goal>upload</goal>
264 </goals>
265 </execution>
266 </executions>
267 </plugin>
268 <plugin>
269 <groupId>org.apache.maven.plugins</groupId>
270 <artifactId>maven-surefire-plugin</artifactId>
271 <version>2.6</version>
272 <configuration>
273 <includes>
274 <include>**/*Test.java</include>
275 </includes>
276 <systemPropertyVariables>
277 <property>
278 <name>hibernate.connection.driver_class</name>
279 <value>${hibernate.connection.driver_class}</value>
280 </property>
281 <property>
282 <name>hibernate.connection.url</name>
283 <value>${hibernate.connection.url}</value>
284 </property>
285 <property>
286 <name>hibernate.connection.username</name>
287 <value>${hibernate.connection.username}</value>
288 </property>
289 <property>
290 <name>hibernate.connection.password</name>
291 <value>${hibernate.connection.password}</value>
292 </property>
293 </systemPropertyVariables>
294 </configuration>
295 </plugin>
296 <plugin>
297 <groupId>org.apache.maven.plugins</groupId>
298 <artifactId>maven-site-plugin</artifactId>
299 <version>3.3</version>
300 <configuration>
301 <locales>en</locales>
302 <outputEncoding>UTF-8</outputEncoding>
303 <!-- chmod: not not use chmod, rather adapt the umask of the user
304 at the server to which the site is deployed -->
305 <chmod>false</chmod>
306 </configuration>
307 </plugin>
308 <plugin>
309 <groupId>org.apache.maven.plugins</groupId>
310 <artifactId>maven-source-plugin</artifactId>
311 <version>3.0.1</version>
312 <executions>
313 <execution>
314 <id>attach-sources</id>
315 <phase>verify</phase>
316 <goals>
317 <goal>jar</goal>
318 </goals>
319 </execution>
320 </executions>
321 </plugin>
322 <plugin>
323 <groupId>org.apache.maven.plugins</groupId>
324 <artifactId>maven-javadoc-plugin</artifactId>
325 <version>2.7</version>
326 <configuration>
327 <stylesheet>maven</stylesheet>
328 <quiet>true</quiet>
329 <detectLinks>true</detectLinks>
330 <failOnError>false</failOnError>
331 <additionalparam>${javadoc.opts}</additionalparam>
332 </configuration>
333 <executions>
334 <execution>
335 <id>aggregate</id>
336 <goals>
337 <goal>aggregate</goal>
338 </goals>
339 <phase>site</phase>
340 </execution>
341 </executions>
342 </plugin>
343 <plugin>
344 <groupId>org.apache.maven.plugins</groupId>
345 <artifactId>maven-eclipse-plugin</artifactId>
346 <version>2.8</version>
347 <configuration>
348 <downloadSources>true</downloadSources>
349 <downloadJavadocs>true</downloadJavadocs>
350 <additionalProjectnatures>
351 <projectnature>org.eclipse.pde.PluginNature</projectnature>
352 </additionalProjectnatures>
353 </configuration>
354 </plugin>
355 <!-- ====== DEPLOY ====== -->
356 <plugin>
357 <groupId>org.apache.maven.plugins</groupId>
358 <artifactId>maven-release-plugin</artifactId>
359 <version>2.2.1</version>
360 <configuration>
361 <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
362 <autoVersionSubmodules>false</autoVersionSubmodules>
363 <!--preparationGoals>clean verify install</preparationGoals -->
364 <!--goals>deploy</goals -->
365 <!-- skipping site-deploy by explicitly configuring the goal here -->
366 <tagBase>http://dev.e-taxonomy.eu/svn/tags/taxeditor</tagBase>
367 </configuration>
368 </plugin>
369 <plugin>
370 <groupId>external.atlassian.jgitflow</groupId>
371 <artifactId>jgitflow-maven-plugin</artifactId>
372 <version>1.0-m6</version>
373 <configuration>
374 <pushHotfixes>true</pushHotfixes>
375 <pushReleases>true</pushReleases>
376 <enableSshAgent>true</enableSshAgent>
377 <allowSnapshots>true</allowSnapshots>
378 <allowUntracked>true</allowUntracked>
379 </configuration>
380 <dependencies>
381 <!-- upgrading dependency jsch.agent.version of jgit-flow plugin
382 to 0.1.53 in order have ssl key exchange algorithms compatible with openssh
383 6.7 -->
384 <dependency>
385 <groupId>com.jcraft</groupId>
386 <artifactId>jsch</artifactId>
387 <version>0.1.53</version>
388 </dependency>
389 </dependencies>
390 </plugin>
391 </plugins>
392 <extensions>
393 <extension>
394 <groupId>org.apache.maven.wagon</groupId>
395 <artifactId>wagon-scm</artifactId>
396 <version>1.0-beta-6</version>
397 </extension>
398 <extension>
399 <groupId>org.apache.maven.wagon</groupId>
400 <artifactId>wagon-ssh</artifactId>
401 <version>1.0-beta-6</version>
402 </extension>
403 <extension>
404 <groupId>org.apache.maven.wagon</groupId>
405 <artifactId>wagon-ssh-external</artifactId>
406 <version>1.0-beta-6</version>
407 </extension>
408 <extension>
409 <groupId>org.apache.maven.scm</groupId>
410 <artifactId>maven-scm-manager-plexus</artifactId>
411 <version>1.0</version>
412 </extension>
413 <extension>
414 <groupId>org.apache.maven.scm</groupId>
415 <artifactId>maven-scm-provider-svnexe</artifactId>
416 <version>1.0</version>
417 </extension>
418 <!-- WebDAV plugin to upload snapshots -->
419 <extension>
420 <groupId>org.apache.maven.wagon</groupId>
421 <artifactId>wagon-webdav</artifactId>
422 <version>1.0-beta-2</version>
423 </extension>
424 </extensions>
425 <pluginManagement>
426 <plugins>
427 <plugin>
428 <groupId>org.apache.maven.plugins</groupId>
429 <artifactId>maven-antrun-plugin</artifactId>
430 <version>1.7</version>
431 </plugin>
432 </plugins>
433 </pluginManagement>
434 </build>
435 <reporting>
436 <plugins>
437 <plugin>
438 <!-- you will want to start by publishing your classes' Javadocs -->
439 <groupId>org.apache.maven.plugins</groupId>
440 <artifactId>maven-javadoc-plugin</artifactId>
441 <version>2.7</version>
442 <configuration>
443 <detectLinks>true</detectLinks>
444 <additionalparam>${javadoc.opts}</additionalparam>
445 </configuration>
446 </plugin>
447 <plugin>
448 <!-- this will generate an indexed and cross-referenced HTML version
449 of your source code -->
450 <groupId>org.apache.maven.plugins</groupId>
451 <artifactId>maven-jxr-plugin</artifactId>
452 <version>2.2</version>
453 </plugin>
454 <plugin>
455 <groupId>org.apache.maven.plugins</groupId>
456 <artifactId>maven-changes-plugin</artifactId>
457 <version>2.3</version>
458 <configuration>
459 <issueLinkTemplatePerSystem>
460 <default>%URL%/ticket/%ISSUE%</default>
461 </issueLinkTemplatePerSystem>
462 </configuration>
463 <reportSets>
464 <reportSet>
465 <reports>
466 <report>changes-report</report>
467 </reports>
468 </reportSet>
469 </reportSets>
470 </plugin>
471 </plugins>
472 </reporting>
473 <!-- DISTRIBUTION MANAGEMENT -->
474 <distributionManagement>
475 <site>
476 <id>cybertaxonomy.eu</id>
477 <name>EDIT Taxonomic Editor</name>
478 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
479 </url>
480 </site>
481 <repository>
482 <uniqueVersion>false</uniqueVersion>
483 <id>cybertaxonomy.eu</id>
484 <name>Edit Maven Repository</name>
485 <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
486 </url>
487 </repository>
488 </distributionManagement>
489 <dependencyManagement>
490 <dependencies>
491 <dependency>
492 <groupId>com.itextpdf</groupId>
493 <artifactId>itextpdf</artifactId>
494 <version>5.5.8</version>
495 </dependency>
496 </dependencies>
497 </dependencyManagement>
498 </project>