Strabon

view pom.xml @ 1391:a1137629f208

removed EPSG:4326 URI from the bounding box of the zoomed map in query.jsp
author Babis Nikolaou <charnik@di.uoa.gr>
date Thu Sep 18 14:36:16 2014 +0300 (2014-09-18)
parents 8d50279a662c
children e453684f594f
line source
1 <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>
5 <groupId>eu.earthobservatory</groupId>
6 <artifactId>strabon</artifactId>
7 <version>3.2.10-SNAPSHOT</version>
8 <packaging>pom</packaging>
10 <parent>
11 <groupId>org.openrdf</groupId>
12 <artifactId>openrdf-root-pom</artifactId>
13 <version>5</version>
14 </parent>
16 <name>Strabon</name>
17 <description>Strabon is a storage and query evaluation module for stRDF/stSPARQL.</description>
18 <url>http://www.strabon.di.uoa.gr/</url>
19 <inceptionYear>2008</inceptionYear>
21 <organization>
22 <name>Strabon Team - Team Pyravlos</name>
23 <url>http://www.strabon.di.uoa.gr/</url>
24 </organization>
26 <licenses>
27 <license>
28 <name>Mozilla Public License, v. 2.0</name>
29 <url>http://www.strabon.di.uoa.gr/license</url>
30 <distribution>repo</distribution>
31 </license>
32 </licenses>
34 <developers>
35 <developer>
36 <id>manolee</id>
37 <name>Manos Karpathiotakis</name>
38 <email>manos.karpathiotakis@epfl.ch</email>
39 <url>http://people.epfl.ch/manos.karpathiotakis</url>
40 <organization>Data-Intensive Applications and Systems Laboratory, Institute of Core Computing Science, School of Computer and Communication Sciences, Ecole polytechnique fédérale de Lausanne
41 </organization>
42 <organizationUrl>http://search.epfl.ch/ubrowse.action?acro=DIAS</organizationUrl>
43 <timezone>+1</timezone>
44 <properties>
45 <picUrl>http://people.epfl.ch/cgi-bin/people/getPhoto?id=222383</picUrl>
46 </properties>
47 </developer>
48 <developer>
49 <id>kk</id>
50 <name>Kostis Kyzirakos</name>
51 <email>kk@di.uoa.gr</email>
52 <url>http://www.di.uoa.gr/~kkyzir</url>
53 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
54 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
55 <timezone>+2</timezone>
56 <properties>
57 <picUrl>http://cgi.di.uoa.gr/~kkyzir/images/me.jpg</picUrl>
58 </properties>
59 </developer>
60 <developer>
61 <id>charnik</id>
62 <name>Charalampos Nikolaou</name>
63 <email>charnik@di.uoa.gr</email>
64 <url>http://www.di.uoa.gr/~charnik</url>
65 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
66 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
67 <timezone>+2</timezone>
68 <properties>
69 <picUrl>http://www.madgik.di.uoa.gr/sites/default/files/imagecache/profile_image/madgik-photo-charnik_0.jpg</picUrl>
70 </properties>
71 </developer>
72 <developer>
73 <id>ggarbis</id>
74 <name>Giorgos Garbis</name>
75 <email>ggarbis@di.uoa.gr</email>
76 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
77 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
78 <timezone>+2</timezone>
79 </developer>
80 <developer>
81 <id>kbereta</id>
82 <name>Konstantina Bereta</name>
83 <email>konstantina.bereta@di.uoa.gr</email>
84 <url>http://cgi.di.uoa.gr/~grad1110/</url>
85 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
86 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
87 <timezone>+2</timezone>
88 </developer>
89 <developer>
90 <id>sgian</id>
91 <name>Stella Gianakopoulou</name>
92 <email>sgian@di.uoa.gr</email>
93 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
94 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
95 <timezone>+2</timezone>
96 </developer>
97 <developer>
98 <id>psmeros</id>
99 <name>Panayiotis Smeros</name>
100 <email>psmeros@di.uoa.gr</email>
101 <url>http://users.uoa.gr/~psmeros/</url>
102 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
103 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
104 <timezone>+2</timezone>
105 <properties>
106 <picUrl>http://users.uoa.gr/~psmeros/images/psmeros.jpg</picUrl>
107 </properties>
108 </developer>
109 <developer>
110 <id>roi</id>
111 <name>Kallirroi Dogani</name>
112 <email>kallirroi@di.uoa.gr</email><url>http://www.di.uoa.gr/~charnik</url>
113 <organization>Management of Data, Information and Knowledge Group, Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
114 <organizationUrl>http://www.madgik.di.uoa.gr/</organizationUrl>
115 <timezone>+2</timezone>
116 </developer>
117 <developer>
118 <id>koubarak</id>
119 <name>Manolis Koubarakis</name>
120 <email>koubarak@di.uoa.gr</email>
121 <url>http://www.di.uoa.gr/~koubarak</url>
122 <organization>Dept. of Informatics and Telecommunications, School of Sciences, National and Kapodistrian University of Athens</organization>
123 <organizationUrl>http://www.di.uoa.gr/</organizationUrl>
124 <timezone>+2</timezone>
125 </developer>
126 </developers>
128 <modules>
129 <module>evaluation</module>
130 <module>runtime</module>
131 <module>postgis</module>
132 <module>monetdb</module>
133 <module>generaldb</module>
134 <module>resultio-spatial</module>
135 <module>endpoint</module>
136 <module>endpoint-client</module>
137 <module>endpoint-exec</module>
138 <module>testsuite</module>
139 <module>vocab</module>
140 </modules>
142 <properties>
143 <eu.earthobservatory.version>3.2.10-SNAPSHOT</eu.earthobservatory.version>
144 <sesame.version>2.6.3</sesame.version>
145 <aduna.appbase.version>3.5.0</aduna.appbase.version>
146 <!--slf4j.version>1.5.8</slf4j.version-->
147 <slf4j.version>1.6.4</slf4j.version>
148 <spring.version>2.5.6</spring.version>
149 <jts.version>1.11</jts.version>
150 <geotools.version>2.7.4</geotools.version>
151 <ogc.tools.gml.version>3.1.1</ogc.tools.gml.version>
152 <xml.bind.version>2.1.7</xml.bind.version>
153 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
154 <project.build.targetEncoding>UTF-8</project.build.targetEncoding>
155 <skipTests>true</skipTests>
156 </properties>
158 <dependencyManagement>
159 <dependencies>
160 <!-- Strabon dependencies -->
161 <dependency>
162 <groupId>org.openrdf.sesame</groupId>
163 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId>
164 <version>${eu.earthobservatory.version}</version>
165 </dependency>
168 <!-- queryresultio-spatial dependencies-->
169 <dependency>
170 <groupId>org.openrdf.sesame</groupId>
171 <artifactId>sesame-queryresultio-spatial-api</artifactId>
172 <version>${eu.earthobservatory.version}</version>
173 </dependency>
174 <dependency>
175 <groupId>org.openrdf.sesame</groupId>
176 <artifactId>sesame-queryresultio-spatial-sparqlgeojson</artifactId>
177 <version>${eu.earthobservatory.version}</version>
178 </dependency>
179 <dependency>
180 <groupId>org.openrdf.sesame</groupId>
181 <artifactId>sesame-queryresultio-spatial-sparqlhtml</artifactId>
182 <version>${eu.earthobservatory.version}</version>
183 </dependency>
184 <dependency>
185 <groupId>org.openrdf.sesame</groupId>
186 <artifactId>sesame-queryresultio-spatial-sparqlkml</artifactId>
187 <version>${eu.earthobservatory.version}</version>
188 </dependency>
189 <dependency>
190 <groupId>org.openrdf.sesame</groupId>
191 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId>
192 <version>${eu.earthobservatory.version}</version>
193 </dependency>
194 <dependency>
195 <groupId>org.openrdf.sesame</groupId>
196 <artifactId>sesame-queryresultio-spatial-text</artifactId>
197 <version>${eu.earthobservatory.version}</version>
198 </dependency>
199 <!-- queryresultio-spatial dependencies-->
201 <!-- sesame queryresultio dependencies -->
202 <dependency>
203 <groupId>org.openrdf.sesame</groupId>
204 <artifactId>sesame-queryresultio-api</artifactId>
205 <version>${sesame.version}</version>
206 </dependency>
207 <dependency>
208 <groupId>org.openrdf.sesame</groupId>
209 <artifactId>sesame-queryresultio-sparqlxml</artifactId>
210 <version>${sesame.version}</version>
211 </dependency>
212 <dependency>
213 <groupId>org.openrdf.sesame</groupId>
214 <artifactId>sesame-queryresultio-text</artifactId>
215 <version>${sesame.version}</version>
216 </dependency>
217 <dependency>
218 <groupId>org.openrdf.sesame</groupId>
219 <artifactId>sesame-queryresultio-binary</artifactId>
220 <version>${sesame.version}</version>
221 </dependency>
222 <dependency>
223 <groupId>org.openrdf.sesame</groupId>
224 <artifactId>sesame-queryresultio-sparqljson</artifactId>
225 <version>${sesame.version}</version>
226 </dependency>
227 <!-- sesame queryresultio dependencies -->
229 <dependency>
230 <groupId>org.openrdf.sesame</groupId>
231 <artifactId>sesame-sail-generaldb</artifactId>
232 <version>${eu.earthobservatory.version}</version>
233 </dependency>
235 <dependency>
236 <groupId>org.openrdf.sesame</groupId>
237 <artifactId>sesame-sail-monetdb</artifactId>
238 <version>${eu.earthobservatory.version}</version>
239 </dependency>
241 <dependency>
242 <groupId>org.openrdf.sesame</groupId>
243 <artifactId>strabon-runtime</artifactId>
244 <version>${eu.earthobservatory.version}</version>
245 </dependency>
247 <dependency>
248 <groupId>org.openrdf.sesame</groupId>
249 <artifactId>strabon-endpoint</artifactId>
250 <version>${eu.earthobservatory.version}</version>
251 </dependency>
253 <dependency>
254 <groupId>eu.earthobservatory</groupId>
255 <artifactId>strabon-vocabulary</artifactId>
256 <version>${eu.earthobservatory.version}</version>
257 </dependency>
259 <dependency>
260 <groupId>org.openrdf.sesame</groupId>
261 <artifactId>sesame-sail-postgis</artifactId>
262 <version>${eu.earthobservatory.version}</version>
263 </dependency>
265 <!-- Sesame dependencies -->
266 <dependency>
267 <groupId>org.openrdf.sesame</groupId>
268 <artifactId>sesame-sail-memory</artifactId>
269 <version>${sesame.version}</version>
270 </dependency>
272 <dependency>
273 <groupId>org.openrdf.sesame</groupId>
274 <artifactId>sesame-repository-sail</artifactId>
275 <version>${sesame.version}</version>
276 </dependency>
278 <dependency>
279 <groupId>eu.earthobservatory</groupId>
280 <artifactId>strabon-runtime</artifactId>
281 <version>${eu.earthobservatory.version}</version>
282 </dependency>
284 <dependency>
285 <groupId>org.openrdf.sesame</groupId>
286 <artifactId>sesame-queryalgebra</artifactId>
287 <version>${sesame.version}</version>
288 </dependency>
290 <dependency>
291 <groupId>org.openrdf.sesame</groupId>
292 <artifactId>sesame-queryalgebra-evaluation</artifactId>
293 <version>${sesame.version}</version>
294 </dependency>
296 <dependency>
297 <groupId>org.openrdf.sesame</groupId>
298 <artifactId>sesame-queryalgebra-model</artifactId>
299 <version>${sesame.version}</version>
300 </dependency>
302 <dependency>
303 <groupId>org.openrdf.sesame</groupId>
304 <artifactId>sesame-queryparser-api</artifactId>
305 <version>${sesame.version}</version>
306 </dependency>
308 <dependency>
309 <groupId>org.openrdf.sesame</groupId>
310 <artifactId>sesame-queryparser-sparql</artifactId>
311 <version>${sesame.version}</version>
312 </dependency>
314 <dependency>
315 <groupId>org.openrdf.sesame</groupId>
316 <artifactId>sesame-model</artifactId>
317 <version>${sesame.version}</version>
318 </dependency>
320 <dependency>
321 <groupId>org.openrdf.sesame</groupId>
322 <artifactId>sesame-sail-api</artifactId>
323 <version>${sesame.version}</version>
324 </dependency>
326 <dependency>
327 <groupId>org.openrdf.sesame</groupId>
328 <artifactId>sesame-query</artifactId>
329 <version>${sesame.version}</version>
330 </dependency>
332 <dependency>
333 <groupId>org.openrdf.sesame</groupId>
334 <artifactId>sesame-sail-rdbms</artifactId>
335 <version>${sesame.version}</version>
336 </dependency>
338 <dependency>
339 <groupId>org.openrdf.sesame</groupId>
340 <artifactId>sesame-repository-sparql</artifactId>
341 <version>${sesame.version}</version>
342 </dependency>
344 <!-- Aduna Commons -->
345 <dependency>
346 <groupId>info.aduna.appbase</groupId>
347 <artifactId>aduna-appbase</artifactId>
348 <version>${aduna.appbase.version}</version>
349 <type>pom</type>
350 </dependency>
352 <dependency>
353 <groupId>info.aduna.commons</groupId>
354 <artifactId>aduna-commons-collections</artifactId>
355 <version>2.8.0</version>
356 </dependency>
358 <dependency>
359 <groupId>info.aduna.commons</groupId>
360 <artifactId>aduna-commons-concurrent</artifactId>
361 <version>2.7.0</version>
362 </dependency>
364 <dependency>
365 <groupId>info.aduna.commons</groupId>
366 <artifactId>aduna-commons-i18n</artifactId>
367 <version>1.4.0</version>
368 </dependency>
370 <dependency>
371 <groupId>info.aduna.commons</groupId>
372 <artifactId>aduna-commons-iteration</artifactId>
373 <version>2.10.0</version>
374 </dependency>
376 <dependency>
377 <groupId>info.aduna.commons</groupId>
378 <artifactId>aduna-commons-net-http-server-embedded</artifactId>
379 <version>2.5.0</version>
380 </dependency>
382 <!-- RIO -->
383 <dependency>
384 <groupId>org.openrdf.sesame</groupId>
385 <artifactId>sesame-rio-api</artifactId>
386 <version>${sesame.version}</version>
387 </dependency>
388 <dependency>
389 <groupId>org.openrdf.sesame</groupId>
390 <artifactId>sesame-rio-rdfxml</artifactId>
391 <version>${sesame.version}</version>
392 </dependency>
394 <dependency>
395 <groupId>org.openrdf.sesame</groupId>
396 <artifactId>sesame-rio-ntriples</artifactId>
397 <version>${sesame.version}</version>
398 </dependency>
400 <dependency>
401 <groupId>org.openrdf.sesame</groupId>
402 <artifactId>sesame-rio-turtle</artifactId>
403 <version>${sesame.version}</version>
404 </dependency>
406 <dependency>
407 <groupId>org.openrdf.sesame</groupId>
408 <artifactId>sesame-rio-trig</artifactId>
409 <version>${sesame.version}</version>
410 </dependency>
412 <dependency>
413 <groupId>org.openrdf.sesame</groupId>
414 <artifactId>sesame-rio-trix</artifactId>
415 <version>${sesame.version}</version>
416 </dependency>
418 <dependency>
419 <groupId>org.openrdf.sesame</groupId>
420 <artifactId>sesame-rio-n3</artifactId>
421 <version>${sesame.version}</version>
422 </dependency>
424 <dependency>
425 <groupId>org.openrdf.sesame</groupId>
426 <artifactId>sesame-rio-binary</artifactId>
427 <version>${sesame.version}</version>
428 </dependency>
430 <!-- GeoTools -->
431 <dependency>
432 <groupId>org.geotools</groupId>
433 <artifactId>gt-geojson</artifactId>
434 <version>${geotools.version}</version>
435 </dependency>
437 <dependency>
438 <groupId>org.geotools.xsd</groupId>
439 <artifactId>gt-xsd-kml</artifactId>
440 <version>${geotools.version}</version>
441 </dependency>
443 <dependency>
444 <groupId>org.geotools</groupId>
445 <artifactId>gt-xml</artifactId>
446 <version>${geotools.version}</version>
447 </dependency>
449 <dependency>
450 <groupId>org.geotools</groupId>
451 <artifactId>gt-epsg-hsql</artifactId>
452 <version>${geotools.version}</version>
453 </dependency>
454 <dependency>
455 <groupId>org.geotools</groupId>
456 <artifactId>gt-shapefile</artifactId>
457 <version>${geotools.version}</version>
458 </dependency>
460 <dependency>
461 <groupId>org.geotools</groupId>
462 <artifactId>gt-referencing</artifactId>
463 <version>${geotools.version}</version>
464 </dependency>
466 <dependency>
467 <groupId>org.geotools</groupId>
468 <artifactId>gt-jts-wrapper</artifactId>
469 <version>${geotools.version}</version>
470 </dependency>
472 <dependency>
473 <groupId>org.geotools</groupId>
474 <artifactId>gt-opengis</artifactId>
475 <version>${geotools.version}</version>
476 </dependency>
478 <!--
479 One epsg jar file suffices. Read this: http://docs.geotools.org/latest/userguide/faq.html#q-how-to-choose-an-epsg-authority
480 <dependency>
481 <groupId>org.geotools</groupId>
482 <artifactId>gt-epsg-wkt</artifactId>
483 <version>${geotools.version}</version>
484 </dependency>
485 -->
487 <dependency>
488 <groupId>org.geotools</groupId>
489 <artifactId>gt-geometry</artifactId>
490 <version>${geotools.version}</version>
491 </dependency>
493 <dependency>
494 <groupId>org.geotools</groupId>
495 <artifactId>gt-data</artifactId>
496 <version>${geotools.version}</version>
497 </dependency>
499 <dependency>
500 <groupId>org.geotools</groupId>
501 <artifactId>gt-swing</artifactId>
502 <version>${geotools.version}</version>
503 </dependency>
505 <dependency>
506 <groupId>org.opengis</groupId>
507 <artifactId>geoapi-pending</artifactId>
508 <version>2.3-M1</version>
509 </dependency>
511 <!-- JTS -->
512 <dependency>
513 <groupId>com.vividsolutions</groupId>
514 <artifactId>jts</artifactId>
515 <version>${jts.version}</version>
516 <type>jar</type>
517 </dependency>
519 <!-- JDBC Drivers -->
520 <dependency>
521 <groupId>monetdb</groupId>
522 <artifactId>jdbcclient</artifactId>
523 <version>3.4.0</version>
524 </dependency>
526 <dependency>
527 <groupId>postgresql</groupId>
528 <artifactId>postgresql</artifactId>
529 <version>9.0-801.jdbc4</version>
530 </dependency>
532 <dependency>
533 <groupId>mysql</groupId>
534 <artifactId>mysql-connector-java</artifactId>
535 <version>5.1.15</version>
536 </dependency>
538 <!--
539 <dependency>
540 <groupId>net.sf</groupId>
541 <artifactId>log4jdbc4</artifactId>
542 <version>1.2</version>
543 </dependency>
544 -->
546 <!-- LOG4J -->
547 <dependency>
548 <groupId>org.slf4j</groupId>
549 <artifactId>slf4j-log4j12</artifactId>
550 <version>${slf4j.version}</version>
551 </dependency>
553 <!-- Apache Commons -->
554 <dependency>
555 <groupId>commons-cli</groupId>
556 <artifactId>commons-cli</artifactId>
557 <version>1.2</version>
558 </dependency>
560 <dependency>
561 <groupId>commons-dbcp</groupId>
562 <artifactId>commons-dbcp</artifactId>
563 <version>1.3</version>
564 </dependency>
566 <dependency>
567 <groupId>commons-fileupload</groupId>
568 <artifactId>commons-fileupload</artifactId>
569 <version>1.2.1</version>
570 </dependency>
572 <dependency>
573 <groupId>commons-io</groupId>
574 <artifactId>commons-io</artifactId>
576 <version>1.3.2</version>
577 </dependency>
579 <dependency>
580 <groupId>commons-httpclient</groupId>
581 <artifactId>commons-httpclient</artifactId>
582 <version>3.1</version>
583 <exclusions>
584 <exclusion>
585 <groupId>commons-logging</groupId>
586 <artifactId>commons-logging</artifactId>
587 </exclusion>
588 <exclusion>
589 <!-- httpclient includes older codec -->
590 <groupId>commons-codec</groupId>
591 <artifactId>commons-codec</artifactId>
592 </exclusion>
593 </exclusions>
594 </dependency>
596 <dependency>
597 <groupId>commons-codec</groupId>
598 <artifactId>commons-codec</artifactId>
599 <version>1.4</version>
600 </dependency>
602 <dependency>
603 <groupId>commons-validator</groupId>
604 <artifactId>commons-validator</artifactId>
605 <version>1.3.1</version>
606 </dependency>
608 <!-- Spring framework -->
609 <dependency>
610 <groupId>org.springframework</groupId>
611 <artifactId>spring-aop</artifactId>
612 <version>${spring.version}</version>
613 <exclusions>
614 <exclusion>
615 <groupId>commons-logging</groupId>
616 <artifactId>commons-logging</artifactId>
617 </exclusion>
618 </exclusions>
619 </dependency>
621 <dependency>
622 <groupId>org.springframework</groupId>
623 <artifactId>spring-webmvc</artifactId>
624 <version>${spring.version}</version>
625 <exclusions>
626 <exclusion>
627 <groupId>commons-logging</groupId>
628 <artifactId>commons-logging</artifactId>
629 </exclusion>
630 </exclusions>
631 </dependency>
633 <!-- Apache CXF framework -->
634 <!--
635 <dependency>
636 <groupId>org.apache.cxf</groupId>
637 <artifactId>cxf-rt-frontend-jaxws</artifactId>
638 <version>2.2.5</version>
639 </dependency>
641 <dependency>
642 <groupId>org.apache.cxf</groupId>
643 <artifactId>cxf-rt-transports-http</artifactId>
644 <version>2.2.5</version>
645 </dependency>
647 <dependency>
648 <groupId>org.apache.cxf</groupId>
649 <artifactId>cxf-rt-transports-http-jetty</artifactId>
650 <version>2.2.5</version>
651 </dependency>
652 -->
653 <!-- Compliance tests -->
654 <dependency>
655 <groupId>edu.lehigh.swat.bench</groupId>
656 <artifactId>uba</artifactId>
657 <version>1.7</version>
658 </dependency>
660 <dependency>
661 <groupId>edu.lehigh.swat.bench</groupId>
662 <artifactId>ubt</artifactId>
663 <version>1.1</version>
664 </dependency>
666 <!-- Testing: JUnit -->
667 <dependency>
668 <groupId>junit</groupId>
669 <artifactId>junit</artifactId>
670 <version>4.7</version>
671 <scope>test</scope>
672 </dependency>
674 <!-- Various -->
675 <dependency>
676 <groupId>cglib</groupId>
677 <artifactId>cglib</artifactId>
678 <version>2.2</version>
679 </dependency>
681 <dependency>
682 <groupId>org.jvnet.ogc</groupId>
683 <artifactId>ogc-tools-gml-jts</artifactId>
684 <version>1.0.2</version>
685 </dependency>
686 <dependency>
687 <groupId>com.sun.xml.bind</groupId>
688 <artifactId>jaxb-impl</artifactId>
689 <version>2.1.1</version>
690 </dependency>
692 <dependency>
693 <groupId>javax</groupId>
694 <artifactId>javaee-web-api</artifactId>
695 <version>6.0</version>
696 <scope>provided</scope>
697 </dependency>
698 </dependencies>
699 </dependencyManagement>
701 <build>
702 <pluginManagement>
703 <plugins>
704 <plugin>
705 <groupId>org.apache.maven.plugins</groupId>
706 <artifactId>maven-assembly-plugin</artifactId>
707 <version>2.3</version>
708 </plugin>
710 <!-- The following plugin is for being able to run tomcat6/7:run -->
711 <plugin>
712 <groupId>org.apache.tomcat.maven</groupId>
713 <artifactId>tomcat7-maven-plugin</artifactId>
714 <version>2.0</version>
715 </plugin>
716 </plugins>
717 </pluginManagement>
719 <plugins>
720 <plugin>
721 <groupId>org.apache.maven.plugins</groupId>
722 <artifactId>maven-compiler-plugin</artifactId>
723 <version>2.3.2</version>
724 <configuration>
725 <source>1.6</source>
726 <target>1.6</target>
727 <encoding>utf8</encoding>
728 </configuration>
729 </plugin>
730 <!-- <plugin> <groupId>ch.elca.el4j.maven.plugins</groupId> <artifactId>maven-depgraph-plugin</artifactId>
731 <configuration> <outDir>target/site/images</outDir> <dotFile>${pom.artifactId}.dot</dotFile>
732 <outFile>${pom.artifactId}.png</outFile> <filterEmptyArtifacts>true</filterEmptyArtifacts>
733 </configuration> </plugin> -->
734 <plugin>
735 <artifactId>maven-release-plugin</artifactId>
736 <version>2.2.2</version>
737 <configuration>
738 <tagNameFormat>v@{project.version}</tagNameFormat>
739 <autoVersionSubmodules>true</autoVersionSubmodules>
740 </configuration>
741 </plugin>
742 <!-- The following plugin is to enable skipTest (see also properties) -->
743 <plugin>
744 <groupId>org.apache.maven.plugins</groupId>
745 <artifactId>maven-surefire-plugin</artifactId>
746 <version>2.14</version>
747 <configuration>
748 <skipTests>${skipTests}</skipTests>
749 </configuration>
750 </plugin>
752 <!-- <plugin>
753 <artifactId>jdeb</artifactId>
754 <groupId>org.vafer</groupId>
755 <version>1.3</version>
756 <executions>
757 <execution>
758 <phase>package</phase>
759 <goals>
760 <goal>jdeb</goal>
761 </goals>
762 <configuration>
763 <dataSet>
764 <data>
765 <src>${project.build.directory}/${project.build.finalName}.jar</src>
766 <type>file</type>
767 <mapper>
768 <type>perm</type>
769 <prefix>/usr/share/jdeb/lib</prefix>
770 </mapper>
771 </data>
772 <data>
773 <src>${project.build.directory}/strabon-endpoint</src>
774 <type>file</type>
775 <mapper>
776 <type>perm</type>
777 <prefix>/usr/local/bin</prefix>
778 <user>root</user>
779 <group>root</group>
780 <filemode>755</filemode>
781 </mapper>
782 </data>
783 </dataSet>
784 </configuration>
785 </execution>
786 </executions>
787 </plugin>
788 -->
789 </plugins>
790 </build>
792 <reporting>
793 <plugins>
794 <plugin>
795 <groupId>org.apache.maven.plugins</groupId>
796 <artifactId>maven-javadoc-plugin</artifactId>
797 <version>2.8.1</version>
798 <configuration>
799 <source>1.6</source>
800 <encoding>utf8</encoding>
801 </configuration>
802 </plugin>
804 <!--
805 <plugin>
806 <groupId>org.apache.maven.plugins</groupId>
807 <artifactId>maven-javadoc-plugin</artifactId>
808 <reportSets>
809 <reportSet>
810 <id>uml</id>
811 <configuration>
812 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
813 <docletArtifact>
814 <groupId>org.umlgraph</groupId>
815 <artifactId>doclet</artifactId>
816 <version>5.1</version>
817 </docletArtifact>
818 <additionalparam>-views</additionalparam>
819 <destDir>target/uml</destDir>
820 <show>private</show>
821 </configuration>
822 <reports>
823 <report>javadoc</report>
824 </reports>
825 </reportSet>
826 </reportSets>
827 </plugin>
828 -->
829 </plugins>
830 </reporting>
833 <!-- <pluginRepositories> <pluginRepository> <id>elca-services</id> <url>http://el4.elca-services.ch/el4j/maven2repository</url>
834 <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> -->
836 <pluginRepositories>
837 <!-- The following repository is for being able to run tomcat7:run -->
838 <pluginRepository>
839 <id>apache.snapshots</id>
840 <name>Apache Snapshots</name>
841 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
842 <releases>
843 <enabled>false</enabled>
844 </releases>
845 <snapshots>
846 <enabled>true</enabled>
847 </snapshots>
848 </pluginRepository>
849 </pluginRepositories>
851 <scm>
852 <connection>scm:hg:http://hg.strabon.di.uoa.gr/Strabon/</connection>
853 <developerConnection>scm:hg:ssh://hg.strabon.di.uoa.gr//opt/hg/Strabon/</developerConnection>
854 <url>http://hg.strabon.di.uoa.gr/Strabon/</url>
855 </scm>
857 <issueManagement>
858 <system>Trac</system>
859 <url>http://bug.strabon.di.uoa.gr/</url>
860 </issueManagement>
862 <ciManagement>
863 <system>Jekins - Continuous Integration System</system>
864 <url>http://test.strabon.di.uoa.gr/cis</url>
865 </ciManagement>
867 <mailingLists>
868 <mailingList>
869 <name>User List</name>
870 <subscribe>strabon-users-request@di.uoa.gr</subscribe>
871 <unsubscribe>strabon-users-request@di.uoa.gr</unsubscribe>
872 <post>strabon-users@di.uoa.gr</post>
873 <archive>http://cgi.di.uoa.gr/~mailman/pipermail/strabon-users/</archive>
874 </mailingList>
875 <mailingList>
876 <name>Developers List</name>
877 <subscribe>strabon-devel-request@di.uoa.gr</subscribe>
878 <unsubscribe>strabon-devel-request@di.uoa.gr</unsubscribe>
879 <post>strabon-devel@di.uoa.gr</post>
880 <archive>http://cgi.di.uoa.gr/~mailman/pipermail/strabon-devel/</archive>
881 </mailingList>
882 </mailingLists>
884 <repositories>
885 <!--
886 <repository>
887 <releases>
888 <enabled>true</enabled>
889 </releases>
890 <snapshots>
891 <enabled>false</enabled>
892 </snapshots>
893 <id>strabon.testing</id>
894 <name>Strabon - maven repository</name>
895 <url>http://maven.strabon.di.uoa.gr/content/repositories/testing</url>
896 </repository>
897 -->
898 <repository>
899 <releases>
900 <enabled>true</enabled>
901 </releases>
902 <snapshots>
903 <enabled>false</enabled>
904 </snapshots>
905 <id>strabon</id>
906 <name>Strabon - maven repository</name>
907 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
908 </repository>
909 <repository>
910 <releases>
911 <enabled>false</enabled>
912 </releases>
913 <snapshots>
914 <enabled>true</enabled>
915 </snapshots>
916 <id>strabon.snapshot</id>
917 <name>Strabon - maven repository - snapshots</name>
918 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
919 </repository>
920 <repository>
921 <releases>
922 <enabled>true</enabled>
923 </releases>
924 <snapshots>
925 <enabled>false</enabled>
926 </snapshots>
927 <id>strabon.sesame</id>
928 <name>Strabon - maven repository - sesame artifacts (temporary)</name>
929 <url>http://maven.strabon.di.uoa.gr/content/repositories/strabon.sesame/</url>
930 </repository>
931 <repository>
932 <releases>
933 <enabled>false</enabled>
934 </releases>
935 <snapshots>
936 <enabled>false</enabled>
937 </snapshots>
938 <id>aduna-opensource.releases</id>
939 <name>Aduna Open Source - Maven releases</name>
940 <url>http://repo.aduna-software.org/maven2/releases</url>
941 </repository>
942 <repository>
943 <releases>
944 <enabled>false</enabled>
945 </releases>
946 <snapshots>
947 <enabled>false</enabled>
948 </snapshots>
949 <id>aduna-opensource.snapshots</id>
950 <name>Aduna Open Source - Maven snapshots</name>
951 <url>http://repo.aduna-software.org/maven2/snapshots</url>
952 </repository>
953 <repository>
954 <snapshots>
955 <enabled>true</enabled>
956 </snapshots>
957 <id>opengeo</id>
958 <name>OpenGeo Maven Repository</name>
959 <url>http://download.osgeo.org/webdav/geotools/</url>
960 </repository>
961 <!--
962 <repository>
963 <snapshots>
964 <enabled>false</enabled>
965 </snapshots>
966 <id>umlgraph</id>
967 <name>UMLGraph binaries provider</name>
968 <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
969 </repository>
970 -->
971 <repository>
972 <releases>
973 <enabled>true</enabled>
974 </releases>
975 <snapshots>
976 <enabled>false</enabled>
977 </snapshots>
978 <id>aduna-mirror-ontotext</id>
979 <name>Aduna Maven Repository - Ontotext Mirror</name>
980 <url>http://maven.ontotext.com/content/repositories/aduna/</url>
981 </repository>
982 </repositories>
984 <distributionManagement>
985 <repository>
986 <id>strabon</id>
987 <name>Strabon maven repo</name>
988 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
989 </repository>
990 <snapshotRepository>
991 <id>strabon.snapshot</id>
992 <name>Strabon maven repo</name>
993 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
994 </snapshotRepository>
995 </distributionManagement>
996 </project>