Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.framework / org.gvsig.andami / pom.xml @ 43913

History | View | Annotate | Download (17.3 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<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/xsd/maven-4.0.0.xsd">
4
    <modelVersion>4.0.0</modelVersion>
5
    <artifactId>org.gvsig.andami</artifactId>
6
    <packaging>jar</packaging>
7
    <name>${project.artifactId}</name>
8
    <description>Plugins management framework</description>
9
    <parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.desktop.framework</artifactId>
12
        <version>2.0.228-SNAPSHOT</version>
13
    </parent>
14

    
15
    <dependencies>
16

    
17
        <dependency>
18
            <groupId>org.slf4j</groupId>
19
            <artifactId>slf4j-api</artifactId>
20
            <scope>compile</scope>
21
        </dependency>
22
        <dependency>
23
            <groupId>commons-configuration</groupId>
24
            <artifactId>commons-configuration</artifactId>
25
            <scope>compile</scope>
26
        </dependency>
27
        <dependency>
28
            <groupId>commons-io</groupId>
29
            <artifactId>commons-io</artifactId>
30
            <scope>compile</scope>
31
        </dependency>
32
        <dependency>
33
            <groupId>org.apache.commons</groupId>
34
            <artifactId>commons-math</artifactId>
35
            <scope>runtime</scope>
36
        </dependency>                
37
        <dependency>
38
            <groupId>org.gvsig</groupId>
39
            <artifactId>org.gvsig.tools.lib</artifactId>
40
            <scope>compile</scope>
41
        </dependency>
42
        <dependency>
43
            <groupId>org.gvsig</groupId>
44
            <artifactId>org.gvsig.tools.dynform.api</artifactId>
45
            <scope>compile</scope>
46
        </dependency>
47
        <dependency>
48
            <groupId>org.gvsig</groupId>
49
            <artifactId>org.gvsig.tools.dynform.spi</artifactId>
50
            <scope>compile</scope>
51
        </dependency>
52
        <dependency>
53
            <groupId>org.gvsig</groupId>
54
            <artifactId>org.gvsig.tools.dynform.services</artifactId>
55
            <scope>compile</scope>
56
        </dependency>
57
        <dependency>
58
            <groupId>org.gvsig</groupId>
59
            <artifactId>org.gvsig.tools.util.api</artifactId>
60
            <scope>compile</scope>
61
        </dependency>
62
        <dependency>
63
            <groupId>org.gvsig</groupId>
64
            <artifactId>org.gvsig.tools.util.impl</artifactId>
65
            <scope>compile</scope>
66
        </dependency>
67
        <dependency>
68
            <groupId>org.gvsig</groupId>
69
            <artifactId>org.gvsig.tools.dynform.impl</artifactId>
70
            <scope>runtime</scope>
71
        </dependency>
72
        <dependency>
73
            <groupId>org.gvsig</groupId>
74
            <artifactId>org.gvsig.i18n</artifactId>
75
            <scope>compile</scope>
76
        </dependency>
77
        <dependency>
78
            <groupId>org.gvsig</groupId>
79
            <artifactId>org.gvsig.tools.swing.api</artifactId>
80
            <scope>compile</scope>
81
        </dependency>
82
        <dependency>
83
            <groupId>org.gvsig</groupId>
84
            <artifactId>org.gvsig.tools.swing.impl</artifactId>
85
            <scope>compile</scope>
86
        </dependency>
87
        <dependency>
88
            <groupId>org.gvsig</groupId>
89
            <artifactId>org.gvsig.utils</artifactId>
90
            <scope>compile</scope>
91
        </dependency>
92
        <dependency>
93
            <groupId>org.gvsig</groupId>
94
            <artifactId>org.gvsig.ui</artifactId>
95
            <scope>compile</scope>
96
        </dependency>
97
        <dependency>
98
            <groupId>org.gvsig</groupId>
99
            <artifactId>org.gvsig.installer.lib.api</artifactId>
100
            <scope>compile</scope>
101
        </dependency>
102
        <dependency>
103
            <groupId>org.gvsig</groupId>
104
            <artifactId>org.gvsig.installer.swing.api</artifactId>
105
            <scope>compile</scope>
106
        </dependency>
107
        <dependency>
108
            <groupId>javax.help</groupId>
109
            <artifactId>javahelp</artifactId>
110
            <scope>compile</scope>
111
        </dependency>
112
        <dependency>
113
            <groupId>com.jgoodies</groupId>
114
            <artifactId>looks</artifactId>
115
        </dependency>
116
        <dependency>
117
            <groupId>castor</groupId>
118
            <artifactId>castor</artifactId>
119
            <scope>compile</scope>
120
        </dependency>
121
        <dependency>
122
            <groupId>log4j</groupId>
123
            <artifactId>log4j</artifactId>
124
            <scope>compile</scope>
125
        </dependency>
126
        <dependency>
127
            <groupId>commons-cli</groupId>
128
            <artifactId>commons-cli</artifactId>
129
            <scope>compile</scope>
130
        </dependency>
131
        <dependency>
132
            <groupId>commons-collections</groupId>
133
            <artifactId>commons-collections</artifactId>
134
            <scope>compile</scope>
135
        </dependency>
136
        <dependency>
137
            <groupId>org.apache.commons</groupId>
138
            <artifactId>commons-collections4</artifactId>
139
            <scope>compile</scope>
140
        </dependency>
141
        <dependency>
142
            <groupId>org.gnu</groupId>
143
            <artifactId>jel</artifactId>
144
            <scope>compile</scope>
145
        </dependency>
146
        <dependency>
147
            <groupId>jwizardcomponent</groupId>
148
            <artifactId>jwizardcomponent</artifactId>
149
            <scope>compile</scope>
150
        </dependency>
151
        <dependency>
152
            <groupId>jwizardcomponent</groupId>
153
            <artifactId>jwizardcomponent-0i18n</artifactId>
154
            <scope>compile</scope>
155
        </dependency>
156
        <dependency>
157
            <groupId>net.sf.kxml</groupId>
158
            <artifactId>kxml2</artifactId>
159
            <scope>compile</scope>
160
        </dependency>
161

    
162
        <dependency>
163
            <groupId>org.gvsig</groupId>
164
            <artifactId>org.gvsig.about.api</artifactId>
165
            <scope>runtime</scope>
166
        </dependency>
167
        <dependency>
168
            <groupId>org.gvsig</groupId>
169
            <artifactId>org.gvsig.about.impl</artifactId>
170
            <scope>runtime</scope>
171
        </dependency>
172
        <dependency>
173
            <groupId>org.gvsig</groupId>
174
            <artifactId>org.gvsig.jdk.v1_6</artifactId>
175
            <scope>runtime</scope>
176
        </dependency>
177
        <dependency>
178
            <groupId>org.gvsig</groupId>
179
            <artifactId>org.gvsig.compat.api</artifactId>
180
            <scope>runtime</scope>
181
        </dependency>
182
        <dependency>
183
            <groupId>org.gvsig</groupId>
184
            <artifactId>org.gvsig.compat.se</artifactId>
185
            <scope>runtime</scope>
186
        </dependency>
187
        <dependency>
188
            <groupId>xerces</groupId>
189
            <artifactId>xercesImpl</artifactId>
190
            <scope>runtime</scope>
191
        </dependency>
192
        <dependency>
193
            <groupId>org.slf4j</groupId>
194
            <artifactId>slf4j-log4j12</artifactId>
195
            <scope>runtime</scope>
196
        </dependency>
197
        <dependency>
198
            <groupId>org.gvsig</groupId>
199
            <artifactId>org.gvsig.installer.lib.impl</artifactId>
200
            <scope>runtime</scope>
201
        </dependency>
202
        <dependency>
203
            <groupId>org.gvsig</groupId>
204
            <artifactId>org.gvsig.installer.lib.spi</artifactId>
205
            <scope>compile</scope>
206
        </dependency>
207
        <dependency>
208
            <groupId>org.gvsig</groupId>
209
            <artifactId>org.gvsig.installer.prov.plugin</artifactId>
210
            <scope>runtime</scope>
211
        </dependency>
212
        <dependency>
213
            <groupId>org.gvsig</groupId>
214
            <artifactId>org.gvsig.installer.swing.impl</artifactId>
215
            <scope>runtime</scope>
216
        </dependency>
217
        <dependency>
218
            <groupId>com.sardak</groupId>
219
            <artifactId>antform</artifactId>
220
            <scope>runtime</scope>
221
        </dependency>
222
        <dependency>
223
            <groupId>ant-contrib</groupId>
224
            <artifactId>ant-contrib</artifactId>
225
            <scope>runtime</scope>
226
        </dependency>
227
        <dependency>
228
            <groupId>org.apache.commons</groupId>
229
            <artifactId>commons-lang3</artifactId>
230
            <scope>compile</scope>
231
        </dependency>
232
        <dependency>
233
            <groupId>org.swinglabs</groupId>
234
            <artifactId>swing-layout</artifactId>
235
            <scope>compile</scope>
236
        </dependency>
237
        <dependency>
238
            <!-- lo requieren los maneles de timesupport -->
239
            <groupId>com.toedter</groupId>
240
            <artifactId>jcalendar</artifactId>                                 
241
            <scope>runtime</scope>
242
        </dependency>        
243
        <dependency>
244
            <groupId>xml-apis</groupId>
245
            <artifactId>xml-apis</artifactId>
246
            <scope>runtime</scope>
247
        </dependency>
248
        <dependency>
249
            <groupId>com.fifesoft</groupId>
250
            <artifactId>rsyntaxtextarea</artifactId>
251
            <scope>runtime</scope>
252
        </dependency>
253
        <dependency>
254
            <groupId>com.fifesoft</groupId>
255
            <artifactId>rstaui</artifactId>
256
            <scope>runtime</scope>
257
        </dependency>
258
        <dependency>
259
            <groupId>com.fifesoft</groupId>
260
            <artifactId>autocomplete</artifactId>
261
            <scope>runtime</scope>
262
        </dependency>
263
        <dependency>
264
            <groupId>org.json</groupId>
265
            <artifactId>json</artifactId>
266
            <scope>runtime</scope>
267
        </dependency>
268
        <dependency>
269
            <groupId>org.apache.xmlgraphics</groupId>
270
            <artifactId>batik-awt-util</artifactId>
271
            <scope>runtime</scope>
272
        </dependency>
273
        <dependency>
274
            <groupId>org.apache.xmlgraphics</groupId>
275
            <artifactId>batik-bridge</artifactId>
276
            <scope>runtime</scope>
277
        </dependency>
278
        <dependency>
279
            <groupId>org.apache.xmlgraphics</groupId>
280
            <artifactId>batik-ext</artifactId>
281
            <scope>runtime</scope>
282
        </dependency>
283
        <dependency>
284
            <groupId>org.apache.xmlgraphics</groupId>
285
            <artifactId>batik-gui-util</artifactId>
286
            <scope>runtime</scope>
287
        </dependency>
288
        <dependency>
289
            <groupId>org.apache.xmlgraphics</groupId>
290
            <artifactId>batik-gvt</artifactId>
291
            <scope>runtime</scope>
292
        </dependency>
293
        <dependency>
294
            <groupId>org.apache.xmlgraphics</groupId>
295
            <artifactId>batik-script</artifactId>
296
            <scope>runtime</scope>
297
        </dependency>
298
        <dependency>
299
            <groupId>org.apache.xmlgraphics</groupId>
300
            <artifactId>batik-xml</artifactId>
301
            <scope>runtime</scope>
302
        </dependency>
303
        <dependency>
304
            <groupId>org.apache.xmlgraphics</groupId>
305
            <artifactId>batik-anim</artifactId>
306
            <scope>runtime</scope>
307
        </dependency>
308
        <dependency>
309
            <groupId>org.apache.xmlgraphics</groupId>
310
            <artifactId>batik-css</artifactId>
311
            <scope>runtime</scope>
312
        </dependency>
313
        <dependency>
314
            <groupId>org.apache.xmlgraphics</groupId>
315
            <artifactId>batik-dom</artifactId>
316
            <scope>runtime</scope>
317
        </dependency>
318
        <dependency>
319
            <groupId>org.apache.xmlgraphics</groupId>
320
            <artifactId>batik-js</artifactId>
321
            <scope>runtime</scope>
322
        </dependency>
323
        <dependency>
324
            <groupId>org.apache.xmlgraphics</groupId>
325
            <artifactId>batik-parser</artifactId>
326
            <scope>runtime</scope>
327
        </dependency>
328
        <dependency>
329
            <groupId>org.apache.xmlgraphics</groupId>
330
            <artifactId>batik-svg-dom</artifactId>
331
            <scope>runtime</scope>
332
        </dependency>
333
        <dependency>
334
            <groupId>xml-apis</groupId>
335
            <artifactId>xml-apis-ext</artifactId>
336
            <scope>runtime</scope>
337
        </dependency>
338
        <dependency>
339
            <groupId>com.github.lespaul361</groupId>
340
            <artifactId>JCommunique</artifactId>
341
            <scope>runtime</scope>
342
        </dependency>        
343
        <dependency>
344
            <groupId>com.jtattoo</groupId>
345
            <artifactId>JTattoo</artifactId>
346
            <scope>runtime</scope>
347
            <version>1.6.11</version>
348
        </dependency>
349
        <dependency>
350
            <groupId>com.seaglasslookandfeel</groupId>
351
            <artifactId>seaglasslookandfeel</artifactId>
352
            <scope>runtime</scope>
353
            <version>0.2.1</version>
354
        </dependency>   
355
        <dependency>
356
            <groupId>org.devzendo</groupId>
357
            <artifactId>quaqua</artifactId>
358
            <scope>runtime</scope>
359
            <version>9.1</version>
360
        </dependency>
361
<!--        Substance da errores en la carga de gvSIG y el L&F no funciona
362
        <dependency>
363
            <groupId>com.github.insubstantial</groupId>
364
            <artifactId>substance</artifactId>
365
            <scope>runtime</scope>
366
            <version>7.3</version>
367
        </dependency>       -->
368
        <dependency>
369
            <groupId>com.weblookandfeel</groupId>
370
            <artifactId>weblaf-ui</artifactId>
371
            <scope>runtime</scope>
372
            <version>1.2.8</version>
373
        </dependency>
374
        
375
    </dependencies>
376

    
377

    
378
    <build>
379
        <plugins>
380

    
381
            <plugin>
382
                <groupId>org.codehaus.mojo</groupId>
383
                <artifactId>exec-maven-plugin</artifactId>
384
                <executions>
385
                    <execution>
386
                        <goals>
387
                            <goal>exec</goal>
388
                        </goals>
389
                    </execution>
390
                </executions>
391
                <configuration>
392
                    <executable>java</executable>
393
                    <arguments>
394
                        <argument>-classpath</argument>
395
                        <!-- automatically creates the classpath using all project
396
                        dependencies, also adding the project build directory -->
397
                        <classpath />
398
                        <argument>org.gvsig.andami.Launcher</argument>
399
                        <argument>gvSIG</argument>
400
                        <argument>${gvsig.install.dir}/gvSIG/extensiones</argument>
401
                    </arguments>
402
                    <environmentVariables>
403
                        <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
404
                        <PROJ_LIB>gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
405
                        <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
406
                        <PATH>${user.home}/.depman/bin</PATH>
407
                    </environmentVariables>
408
                </configuration>
409
            </plugin>
410

    
411
            <plugin>
412
                <artifactId>maven-assembly-plugin</artifactId>
413
                <configuration>
414
                    <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
415
                    <appendAssemblyId>false</appendAssemblyId>
416
                </configuration>
417
                <executions>
418
                    <execution>
419
                        <id>gvsig-plugin-package</id>
420
                        <phase>package</phase>
421
                        <goals>
422
                            <goal>single</goal>
423
                        </goals>
424
                        <configuration>
425
                            <finalName>${project.artifactId}-${project.version}-root-folder</finalName>
426
                            <descriptors>
427
                                <descriptor>src/main/assembly/gvsig-andami-package.xml</descriptor>
428
                            </descriptors>
429
                        </configuration>
430
                    </execution>
431
                </executions>
432
            </plugin>
433

    
434
            <plugin>
435
                <groupId>org.codehaus.gmaven</groupId>
436
                <artifactId>gmaven-plugin</artifactId>
437
                <executions>
438
                    <execution>
439
                        <id>install-plugin</id>
440
                        <phase>install</phase>
441
                        <goals>
442
                            <goal>execute</goal>
443
                        </goals>
444
                        <configuration>
445
                            <source><![CDATA[
446
                  ant = new AntBuilder()
447
                  source = project.basedir.getAbsolutePath() +
448
                    "/target/" +
449
                    project.artifactId + "-" +
450
                    project.version + "-" +
451
                    "root-folder.zip"
452
                  target = project.properties["gvsig.product.folder.path"]
453
                  ant.unzip(src: source, dest: target)
454
                  ant.chmod(file:target+"/gvSIG.sh", perm:"a+rx")
455
                ]]></source>
456
                        </configuration>
457
                    </execution>
458
                </executions>
459
            </plugin>
460

    
461
            <plugin>
462
                <artifactId>maven-clean-plugin</artifactId>
463
                <configuration>
464
                    <skip>false</skip>
465
                    <failOnError>true</failOnError>
466
                    <filesets>
467
                        <fileset>
468
                            <directory>${gvsig.product.folder.path}/lib</directory>
469
                        </fileset>
470
                    </filesets>
471
                </configuration>
472
                <executions>
473
                    <execution>
474
                        <id>default-clean</id>
475
                        <phase>clean</phase>
476
                    </execution>
477
                </executions>
478
            </plugin>
479
        </plugins>
480
    </build>
481

    
482
</project>