Statistics
| Revision:

root / trunk / applications / appgvSIG / pom.xml @ 20903

History | View | Annotate | Download (10.1 KB)

1 20818 jcampos
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
        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
        <groupId>org.gvsig</groupId>
6
        <artifactId>appgvsig</artifactId>
7
        <packaging>jar</packaging>
8
        <version>1.0-SNAPSHOT</version>
9
        <name>appgvsig</name>
10
        <url>http://gvsig.org</url>
11
        <description>
12
                This is the extension that contains all the GUI part for the 3D
13
                extension of GvSIG
14
        </description>
15
        <parent>
16
                <groupId>org.gvsig</groupId>
17
                <artifactId>gvsig-extension-base-pom</artifactId>
18
                <version>1.0-SNAPSHOT</version>
19
        </parent>
20
        <dependencies>
21
                <dependency>
22
                        <groupId>JimiProClasses</groupId>
23
                        <artifactId>JimiProClasses</artifactId>
24
                        <version>1.0</version>
25
                </dependency>
26
                <dependency>
27
                        <groupId>org.geotools</groupId>
28
                        <artifactId>gt2-main</artifactId>
29
                        <version>2.2.0</version>
30
                </dependency>
31
                <dependency>
32
                        <groupId>org.geotools</groupId>
33
                        <artifactId>gt2-postgis</artifactId>
34
                        <version>2.2.0</version>
35
                </dependency>
36
                <dependency>
37
                        <groupId>org.geotools</groupId>
38
                        <artifactId>gt2-legacy</artifactId>
39
                        <version>2.5-SNAPSHOT</version>
40
                </dependency>
41
                <dependency>
42
                        <groupId>org.gvsig</groupId>
43
                        <artifactId>gdbms-0.8-SNAPSHOT</artifactId>
44
                        <version>1.0</version>
45
                </dependency>
46
                <dependency>
47
                        <groupId>castor</groupId>
48
                        <artifactId>castor</artifactId>
49
                        <version>0.9.5.3</version>
50
                </dependency>
51
                <dependency>
52
                        <groupId>org.gvsig</groupId>
53
                        <artifactId>libIverUtiles</artifactId>
54
                        <version>1.0-SNAPSHOT</version>
55
                </dependency>
56
                <dependency>
57
                        <groupId>org.gvsig</groupId>
58
                        <artifactId>libRemoteServices</artifactId>
59
                        <version>1.0-SNAPSHOT</version>
60
                </dependency>
61
                <dependency>
62
                        <groupId>org.gvsig</groupId>
63
                        <artifactId>libDriverManager</artifactId>
64
                        <version>1.0-SNAPSHOT</version>
65
                </dependency>
66
                <dependency>
67
                        <groupId>itext</groupId>
68
                        <artifactId>itext</artifactId>
69
                        <version>1.4.2</version>
70
                </dependency>
71
                <dependency>
72
                        <groupId>zql</groupId>
73
                        <artifactId>zql</artifactId>
74
                        <version>1.0</version>
75
                </dependency>
76
                <dependency>
77
                        <groupId>org.gvsig.drivers</groupId>
78
                        <artifactId>csvstring</artifactId>
79
                        <version>1.0</version>
80
                </dependency>
81
                <dependency>
82
                        <groupId>org.gvsig</groupId>
83
                        <artifactId>libRaster</artifactId>
84
                        <version>1.0-SNAPSHOT</version>
85
                </dependency>
86
                <dependency>
87
                        <groupId>org.gvsig</groupId>
88
                        <artifactId>libProjection</artifactId>
89
                        <version>1.0-SNAPSHOT</version>
90
                </dependency>
91
                <dependency>
92
                        <groupId>jwizardComponent</groupId>
93
                        <artifactId>jwizardComponent</artifactId>
94
                        <version>1.0</version>
95
                </dependency>
96
                <dependency>
97
                        <groupId>org.gvsig</groupId>
98
                        <artifactId>libUIComponent</artifactId>
99
                        <version>1.0-SNAPSHOT</version>
100
                </dependency>
101
                <dependency>
102
                        <groupId>jpedalSTD</groupId>
103
                        <artifactId>jpedalSTD</artifactId>
104
                        <version>1.0</version>
105
                </dependency>
106
                <dependency>
107
                        <groupId>com.vividsolutions</groupId>
108
                        <artifactId>jts</artifactId>
109
                        <version>1.8</version>
110
                </dependency>
111
                <dependency>
112
                        <groupId>org.gvsig</groupId>
113
                        <artifactId>libExceptions</artifactId>
114
                        <version>1.0-SNAPSHOT</version>
115
                </dependency>
116
                <dependency>
117
                        <groupId>org.apache.xmlgraphics</groupId>
118
                        <artifactId>batik-bridge</artifactId>
119
                        <version>1.7</version>
120
                </dependency>
121
                <dependency>
122
                        <groupId>org.apache.xmlgraphics</groupId>
123
                        <artifactId>batik-gvt</artifactId>
124
                        <version>1.7</version>
125
                </dependency>
126
                <dependency>
127
                        <groupId>org.apache.xmlgraphics</groupId>
128
                        <artifactId>batik-script</artifactId>
129
                        <version>1.7</version>
130
                </dependency>
131
                <dependency>
132
                        <groupId>org.apache.xmlgraphics</groupId>
133
                        <artifactId>batik-util</artifactId>
134
                        <version>1.7</version>
135
                </dependency>
136
                <dependency>
137
                        <groupId>xml-apis</groupId>
138
                        <artifactId>xml-apis-ext</artifactId>
139
                        <version>1.3.04</version>
140
                </dependency>
141
                <dependency>
142
                        <groupId>org.gvsig</groupId>
143
                        <artifactId>fmap</artifactId>
144
                        <version>1.0</version>
145
                </dependency>
146
                <dependency>
147
                        <groupId>org.gvsig</groupId>
148
                        <artifactId>_fwAndami</artifactId>
149
                        <version>1.0-SNAPSHOT</version>
150
                </dependency>
151
152
153
154
        </dependencies>
155
        <properties>
156
                <extension-appgvsig-lib-dir>
157
                        ${extension-dir}/com.iver.cit.gvsig/lib/
158
                </extension-appgvsig-lib-dir>
159
                <build-dir>${basedir}/../build</build-dir>
160
        </properties>
161
        <build>
162
                <sourceDirectory>src</sourceDirectory>
163
                <testSourceDirectory>test</testSourceDirectory>
164
                <plugins>
165
                        <plugin>
166
                                <groupId>org.apache.maven.plugins</groupId>
167
                                <artifactId>maven-dependency-plugin</artifactId>
168
                                <executions>
169
                                        <execution>
170
                                                <id>copy-osgVP</id>
171
                                                <phase>install</phase>
172
                                                <goals>
173
                                                        <goal>copy</goal>
174
                                                </goals>
175
                                                <configuration>
176
                                                        <artifactItems>
177
                                                                <artifactItem>
178
                                                                        <groupId>jogl</groupId>
179
                                                                        <artifactId>jogl</artifactId>
180
                                                                        <version>1.1.0</version>
181
                                                                        <type>jar</type>
182
                                                                        <overWrite>true</overWrite>
183
                                                                </artifactItem>
184
                                                                <artifactItem>
185
                                                                        <groupId>jogl</groupId>
186
                                                                        <artifactId>gluegen-rt</artifactId>
187
                                                                        <version>1.1.1</version>
188
                                                                        <type>jar</type>
189
                                                                        <overWrite>true</overWrite>
190
                                                                </artifactItem>
191
                                                                <artifactItem>
192
                                                                        <groupId>ai2</groupId>
193
                                                                        <artifactId>libNative</artifactId>
194
                                                                        <version>1.0</version>
195
                                                                        <type>jar</type>
196
                                                                        <overWrite>true</overWrite>
197
                                                                </artifactItem>
198
                                                                <artifactItem>
199
                                                                        <groupId>ai2.osgvp</groupId>
200
                                                                        <artifactId>
201
                                                                                libosgvp-core
202
                                                                        </artifactId>
203
                                                                        <version>2.0.4</version>
204
                                                                        <type>jar</type>
205
                                                                        <overWrite>true</overWrite>
206
                                                                </artifactItem>
207
                                                                <artifactItem>
208
                                                                        <groupId>ai2.osgvp</groupId>
209
                                                                        <artifactId>
210
                                                                                libosgvp-ephemeris
211
                                                                        </artifactId>
212
                                                                        <version>2.0.4</version>
213
                                                                        <type>jar</type>
214
                                                                        <overWrite>true</overWrite>
215
                                                                </artifactItem>
216
                                                                <artifactItem>
217
                                                                        <groupId>ai2.osgvp</groupId>
218
                                                                        <artifactId>
219
                                                                                libosgvp-features
220
                                                                        </artifactId>
221
                                                                        <version>2.0.4</version>
222
                                                                        <type>jar</type>
223
                                                                        <overWrite>true</overWrite>
224
                                                                </artifactItem>
225
                                                                <artifactItem>
226
                                                                        <groupId>ai2.osgvp</groupId>
227
                                                                        <artifactId>
228
                                                                                libosgvp-manipulator
229
                                                                        </artifactId>
230
                                                                        <version>2.0.4</version>
231
                                                                        <type>jar</type>
232
                                                                        <overWrite>true</overWrite>
233
                                                                </artifactItem>
234
                                                                <artifactItem>
235
                                                                        <groupId>ai2.osgvp</groupId>
236
                                                                        <artifactId>
237
                                                                                libosgvp-planets
238
                                                                        </artifactId>
239
                                                                        <version>2.0.4</version>
240
                                                                        <type>jar</type>
241
                                                                        <overWrite>true</overWrite>
242
                                                                </artifactItem>
243
                                                                <artifactItem>
244
                                                                        <groupId>ai2.osgvp</groupId>
245
                                                                        <artifactId>
246
                                                                                libosgvp-viewer
247
                                                                        </artifactId>
248
                                                                        <version>2.0.4</version>
249
                                                                        <type>jar</type>
250
                                                                        <overWrite>true</overWrite>
251
                                                                </artifactItem>
252
                                                                <artifactItem>
253
                                                                        <groupId>org.gvsig</groupId>
254
                                                                        <artifactId>
255
                                                                                libCacheService
256
                                                                        </artifactId>
257
                                                                        <version>1.0-SNAPSHOT</version>
258
                                                                        <type>jar</type>
259
                                                                        <overWrite>true</overWrite>
260
                                                                </artifactItem>
261
                                                        </artifactItems>
262
                                                        <outputDirectory>
263
                                                                ${gvsig-lib-dir}
264
                                                        </outputDirectory>
265
                                                        <overWriteReleases>false</overWriteReleases>
266
                                                        <overWriteSnapshots>
267
                                                                true
268
                                                        </overWriteSnapshots>
269
                                                        <excludeTransitive>false</excludeTransitive>
270
                                                </configuration>
271
                                        </execution>
272
                                        <execution>
273
                                                <id>copy-lib3DMap</id>
274
                                                <phase>install</phase>
275
                                                <goals>
276
                                                        <goal>copy</goal>
277
                                                </goals>
278
                                                <configuration>
279
                                                        <artifactItems>
280
                                                                <artifactItem>
281
                                                                        <groupId>org.gvsig</groupId>
282
                                                                        <artifactId>lib3DMap</artifactId>
283
                                                                        <version>1.0-SNAPSHOT</version>
284
                                                                        <type>jar</type>
285
                                                                        <overWrite>true</overWrite>
286
                                                                </artifactItem>
287
                                                        </artifactItems>
288
                                                        <outputDirectory>
289
                                                                ${extension-lib-dir}
290
                                                        </outputDirectory>
291
                                                        <overWriteReleases>false</overWriteReleases>
292
                                                        <overWriteSnapshots>
293
                                                                true
294
                                                        </overWriteSnapshots>
295
                                                        <excludeTransitive>false</excludeTransitive>
296
                                                </configuration>
297
                                        </execution>
298
                                        <execution>
299
                                                <id>copy-extension</id>
300
                                                <phase>install</phase>
301
                                                <goals>
302
                                                        <goal>copy</goal>
303
                                                </goals>
304
                                                <configuration>
305
                                                        <artifactItems>
306
                                                                <artifactItem>
307
                                                                        <groupId>org.gvsig</groupId>
308
                                                                        <artifactId>
309
                                                                                lib3DMap-share
310
                                                                        </artifactId>
311
                                                                        <version>1.0-SNAPSHOT</version>
312
                                                                        <type>jar</type>
313
                                                                        <overWrite>true</overWrite>
314
                                                                </artifactItem>
315
                                                        </artifactItems>
316
                                                        <outputDirectory>
317
                                                                ${extension-appgvsig-lib-dir}
318
                                                        </outputDirectory>
319
                                                        <overWriteReleases>false</overWriteReleases>
320
                                                        <overWriteSnapshots>
321
                                                                true
322
                                                        </overWriteSnapshots>
323
                                                        <excludeTransitive>false</excludeTransitive>
324
                                                </configuration>
325
                                        </execution>
326
                                </executions>
327
                        </plugin>
328
                </plugins>
329
        </build>
330
        <profiles>
331
                <profile>
332
                        <id>install-binaries</id>
333
                        <activation>
334
                                <property>
335
                                        <name>install-binaries-dir</name>
336
                                </property>
337
                        </activation>
338
                        <build>
339
                                <plugins>
340
                                        <plugin>
341
                                                <artifactId>maven-antrun-plugin</artifactId>
342
                                                <executions>
343
                                                        <execution>
344
                                                                <id>copy-native-3D</id>
345
                                                                <phase>install</phase>
346
                                                                <configuration>
347
                                                                        <tasks name="install binaries">
348
                                                                                <property
349
                                                                                        name="install-binaries-dir" value="${install-binaries-dir}" />
350
                                                                                <ant
351
                                                                                        antfile="${basedir}/maven-build.xml" inheritRefs="true" />
352
                                                                        </tasks>
353
                                                                </configuration>
354
                                                                <goals>
355
                                                                        <goal>run</goal>
356
                                                                </goals>
357
                                                        </execution>
358
                                                </executions>
359
                                        </plugin>
360
                                </plugins>
361
                        </build>
362
                </profile>
363
        </profiles>
364
</project>