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