maesenka
|
9
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
maesenka
|
10
|
2
|
|
maesenka
|
9
|
3
|
<project>
|
|
4
|
<modelVersion>4.0.0</modelVersion>
|
maesenka
|
55
|
5
|
<groupId>org.hibernatespatial</groupId>
|
pieterdg
|
34
|
6
|
<artifactId>hibernate-spatial-maven</artifactId>
|
maesenka
|
23
|
7
|
<version>1.0-SNAPSHOT</version>
|
maesenka
|
55
|
8
|
<name>Hibernate Spatial</name>
|
maesenka
|
10
|
9
|
<description>
|
|
10
|
This is the Maven parent project for all Hibernate Spatial
|
|
11
|
Extension Modules. The main module is Hibernate Spatial, which
|
|
12
|
provides the core extension classes. The other modules are the
|
|
13
|
dialect providers for the Oracle 10g and Postgresql geographic
|
|
14
|
data support. For more information on how to use Spatial
|
|
15
|
Hibernate, go to the Hibernate Spatial site.
|
|
16
|
</description>
|
maesenka
|
39
|
17
|
<url>http://www.hibernatespatial.org/maven</url>
|
maesenka
|
9
|
18
|
<packaging>pom</packaging>
|
|
19
|
<modules>
|
|
20
|
<module>../hibernate-spatial</module>
|
|
21
|
<module>../hibernate-spatial-postgis</module>
|
|
22
|
<module>../hibernate-spatial-oracle</module>
|
maesenka
|
55
|
23
|
<module>../hibernate-spatial-mysql</module>
|
maesenka
|
9
|
24
|
</modules>
|
maesenka
|
93
|
25
|
<repositories>
|
|
26
|
<repository>
|
|
27
|
<id>GeoTools repo</id>
|
|
28
|
<url>http://maven.geotools.fr/repository</url>
|
|
29
|
</repository>
|
|
30
|
</repositories>
|
maesenka
|
10
|
31
|
<build>
|
|
32
|
<plugins>
|
maesenka
|
23
|
33
|
<plugin>
|
|
34
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
35
|
<configuration>
|
|
36
|
<source>1.5</source>
|
|
37
|
<target>1.5</target>
|
|
38
|
</configuration>
|
|
39
|
</plugin>
|
|
40
|
|
maesenka
|
10
|
41
|
|
|
42
|
|
|
43
|
|
|
44
|
<plugin>
|
|
45
|
<groupId>org.apache.maven.plugins</groupId>
|
|
46
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
47
|
<configuration>
|
|
48
|
<skip>true</skip>
|
|
49
|
</configuration>
|
|
50
|
</plugin>
|
maesenka
|
70
|
51
|
|
maesenka
|
10
|
52
|
|
|
53
|
|
|
54
|
|
|
55
|
|
|
56
|
|
|
57
|
|
pieterdg
|
34
|
58
|
|
maesenka
|
10
|
59
|
|
maesenka
|
70
|
60
|
|
maesenka
|
10
|
61
|
</plugins>
|
|
62
|
</build>
|
maesenka
|
9
|
63
|
<scm>
|
maesenka
|
10
|
64
|
<connection>
|
maesenka
|
40
|
65
|
scm:svn:http://www.hibernatespatial.org/svn/hibernate-spatial/trunk/hibernate-spatial-maven
|
maesenka
|
10
|
66
|
</connection>
|
|
67
|
<developerConnection>
|
maesenka
|
39
|
68
|
scm:svn:https://intra.geovise.com/svn/hibernate-spatial/trunk/hibernate-spatial-maven
|
maesenka
|
10
|
69
|
</developerConnection>
|
maesenka
|
55
|
70
|
<url>
|
|
71
|
<![CDATA[ http://www.hibernatespatial.org/websvn/listing.php?repname=hibernate-spatial&path=/trunk/${project.artifactId}/rev=0&sc=0]]>
|
|
72
|
</url>
|
maesenka
|
9
|
73
|
</scm>
|
maesenka
|
10
|
74
|
<mailingLists>
|
maesenka
|
40
|
75
|
|
maesenka
|
10
|
76
|
<mailingList>
|
maesenka
|
39
|
77
|
<name>hibernatespatial-dev</name>
|
|
78
|
<subscribe>
|
|
79
|
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-dev
|
|
80
|
</subscribe>
|
|
81
|
<unsubscribe>
|
|
82
|
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-dev
|
|
83
|
</unsubscribe>
|
|
84
|
<archive>
|
|
85
|
http://www.hibernatespatial.org/pipermail/hibernatespatial-dev/
|
|
86
|
</archive>
|
|
87
|
</mailingList>
|
maesenka
|
40
|
88
|
|
maesenka
|
39
|
89
|
<mailingList>
|
|
90
|
<name>hibernatespatial-users</name>
|
maesenka
|
10
|
91
|
<subscribe>
|
maesenka
|
39
|
92
|
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
|
maesenka
|
10
|
93
|
</subscribe>
|
|
94
|
<unsubscribe>
|
maesenka
|
39
|
95
|
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
|
maesenka
|
10
|
96
|
</unsubscribe>
|
|
97
|
|
|
98
|
<archive>
|
maesenka
|
39
|
99
|
http://www.hibernatespatial.org/pipermail/hibernatespatial-users/
|
|
100
|
</archive>
|
|
101
|
</mailingList>
|
maesenka
|
40
|
102
|
|
maesenka
|
39
|
103
|
<mailingList>
|
|
104
|
<name>hibernatespatial-announce</name>
|
|
105
|
<subscribe>
|
|
106
|
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-announce
|
|
107
|
</subscribe>
|
|
108
|
<unsubscribe>
|
|
109
|
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-announce
|
|
110
|
</unsubscribe>
|
|
111
|
|
|
112
|
<archive>
|
|
113
|
http://www.hibernatespatial.org/pipermail/hibernatespatial-announce
|
maesenka
|
10
|
114
|
</archive>
|
|
115
|
</mailingList>
|
|
116
|
</mailingLists>
|
maesenka
|
40
|
117
|
|
maesenka
|
9
|
118
|
<licenses>
|
|
119
|
<license>
|
maesenka
|
10
|
120
|
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name>
|
|
121
|
<url>http://www.gnu.org/licenses/lgpl.txt</url>
|
maesenka
|
9
|
122
|
<distribution>repo</distribution>
|
|
123
|
</license>
|
|
124
|
</licenses>
|
|
125
|
<organization>
|
maesenka
|
39
|
126
|
<name>hibernatespatial.org</name>
|
|
127
|
<url>http://www.hibernatespatial.org/</url>
|
maesenka
|
55
|
128
|
</organization>
|
|
129
|
<dependencies>
|
|
130
|
<dependency>
|
|
131
|
<groupId>org.hibernate</groupId>
|
|
132
|
<artifactId>hibernate</artifactId>
|
|
133
|
<version>3.2.2.ga</version>
|
|
134
|
</dependency>
|
|
135
|
<dependency>
|
|
136
|
<groupId>com.vividsolutions</groupId>
|
|
137
|
<artifactId>jts</artifactId>
|
|
138
|
<version>1.8</version>
|
maesenka
|
9
|
139
|
</dependency>
|
|
140
|
<dependency>
|
|
141
|
<groupId>junit</groupId>
|
|
142
|
<artifactId>junit</artifactId>
|
|
143
|
<version>4.1</version>
|
maesenka
|
10
|
144
|
<scope>test</scope>
|
|
145
|
</dependency>
|
|
146
|
<dependency>
|
maesenka
|
55
|
147
|
<groupId>log4j</groupId>
|
|
148
|
<artifactId>log4j</artifactId>
|
|
149
|
<version>1.2.14</version>
|
|
150
|
<scope>test</scope>
|
|
151
|
</dependency>
|
maesenka
|
91
|
152
|
<dependency>
|
|
153
|
<groupId>jboss</groupId>
|
|
154
|
<artifactId>javassist</artifactId>
|
|
155
|
<version>3.6.ga</version>
|
|
156
|
</dependency>
|
maesenka
|
55
|
157
|
|
maesenka
|
9
|
158
|
</dependencies>
|
maesenka
|
10
|
159
|
|
|
160
|
<reporting>
|
|
161
|
<plugins>
|
|
162
|
<plugin>
|
|
163
|
<groupId>org.apache.maven.plugins</groupId>
|
|
164
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
165
|
|
|
166
|
|
|
167
|
|
|
168
|
|
|
169
|
|
|
170
|
</plugin>
|
|
171
|
|
|
172
|
|
|
173
|
|
|
174
|
|
|
175
|
|
|
176
|
|
|
177
|
</plugins>
|
|
178
|
</reporting>
|
|
179
|
|
maesenka
|
9
|
180
|
<distributionManagement>
|
|
181
|
<site>
|
maesenka
|
40
|
182
|
<id>Hibernate Spatial site</id>
|
maesenka
|
9
|
183
|
<name>Hibernate Spatial</name>
|
maesenka
|
10
|
184
|
<url>
|
maesenka
|
39
|
185
|
scp://www.hibernatespatial.org/var/www/www.hibernatespatial.org/
|
maesenka
|
10
|
186
|
</url>
|
maesenka
|
9
|
187
|
</site>
|
maesenka
|
28
|
188
|
|
|
189
|
|
|
190
|
<repository>
|
maesenka
|
40
|
191
|
<id>hibernatespatial</id>
|
|
192
|
<name>Hibernate Spatial Maven Repo</name>
|
maesenka
|
28
|
193
|
<url>
|
maesenka
|
40
|
194
|
scp://www.hibernatespatial.org/var/maven/repository/
|
maesenka
|
28
|
195
|
</url>
|
|
196
|
</repository>
|
maesenka
|
40
|
197
|
|
maesenka
|
28
|
198
|
<snapshotRepository>
|
maesenka
|
40
|
199
|
<id>hibernatespatial</id>
|
|
200
|
<name>Hibernate Spatial Maven Repo</name>
|
maesenka
|
28
|
201
|
<url>
|
maesenka
|
40
|
202
|
scp://www.hibernatespatial.org/var/maven/repository/
|
maesenka
|
28
|
203
|
</url>
|
|
204
|
</snapshotRepository>
|
|
205
|
|
maesenka
|
9
|
206
|
</distributionManagement>
|
|
207
|
<developers>
|
|
208
|
<developer>
|
maesenka
|
10
|
209
|
<id>maesenka</id>
|
|
210
|
<name>Karel Maesen</name>
|
maesenka
|
39
|
211
|
<email>karel@geovise.com</email>
|
maesenka
|
9
|
212
|
<roles>
|
maesenka
|
39
|
213
|
<role>Project Lead</role>
|
|
214
|
<role>Committer</role>
|
maesenka
|
9
|
215
|
</roles>
|
|
216
|
</developer>
|
|
217
|
<developer>
|
maesenka
|
10
|
218
|
<id>jandm</id>
|
|
219
|
<name>Jan De Moerlose</name>
|
maesenka
|
39
|
220
|
<email>janDM@dfc.be</email>
|
maesenka
|
9
|
221
|
<roles>
|
maesenka
|
39
|
222
|
<role>Contributor</role>
|
maesenka
|
9
|
223
|
</roles>
|
|
224
|
</developer>
|
maesenka
|
10
|
225
|
<developer>
|
maesenka
|
9
|
226
|
<id>pieterdg</id>
|
|
227
|
<name>Pieter De Graef</name>
|
maesenka
|
39
|
228
|
<email>pieter@dfc.be</email>
|
maesenka
|
9
|
229
|
<roles>
|
maesenka
|
39
|
230
|
<role>Contributor</role>
|
maesenka
|
9
|
231
|
</roles>
|
|
232
|
</developer>
|
maesenka
|
55
|
233
|
<developer>
|
|
234
|
<id>AcreeTom</id>
|
|
235
|
<name>Tom Acree</name>
|
|
236
|
<email></email>
|
|
237
|
<roles>
|
|
238
|
<role>Contributor</role>
|
|
239
|
</roles>
|
|
240
|
</developer>
|
maesenka
|
10
|
241
|
</developers>
|
|
242
|
|
maesenka
|
28
|
243
|
|
maesenka
|
9
|
244
|
</project>
|