Statistics
| Revision:

gvsig-tools / org.gvsig.maven.base / trunk / org.gvsig.maven.base / org.gvsig.maven.base.pom / pom.xml @ 652

History | View | Annotate | Download (61.6 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <modelVersion>4.0.0</modelVersion>
6
    <artifactId>org.gvsig.maven.base.pom</artifactId>
7
    <packaging>pom</packaging>
8
    <name>org.gvsig.maven.base.pom</name>
9
    <description>Base POM for all GvSIG projects</description>
10
    <url>http://www.gvsig.org/</url>
11
    <inceptionYear>2004</inceptionYear>
12
    <parent>
13
        <groupId>org.gvsig</groupId>
14
        <artifactId>org.gvsig.maven.base</artifactId>
15
        <version>1.0.8-SNAPSHOT</version>
16
    </parent>
17
    <issueManagement>
18
        <system>gforge</system>
19
        <url>http://forge.osor.eu/tracker/?group_id=89</url>
20
    </issueManagement>
21
    <ciManagement />
22
    <mailingLists>
23
        <mailingList>
24
            <name>User List</name>
25
            <subscribe>http://runas.cap.gva.es/mailman/listinfo/gvsig_usuarios</subscribe>
26
            <unsubscribe>http://runas.cap.gva.es/mailman/listinfo/gvsig_usuarios</unsubscribe>
27
            <post>gvsig_usuarios@runas.cap.gva.es</post>
28
            <archive>https://gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
29
            <otherArchives>
30
                <otherArchive>http://www.mail-archive.com/gvsig_usuarios@runas.cap.gva.es</otherArchive>
31
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
32
            </otherArchives>
33
        </mailingList>
34
        <mailingList>
35
            <name>Developer List</name>
36
            <subscribe>http://runas.cap.gva.es/mailman/listinfo/gvsig_desarrolladores</subscribe>
37
            <unsubscribe>http://runas.cap.gva.es/mailman/listinfo/gvsig_desarrolladores</unsubscribe>
38
            <post>gvsig_desarrolladores@runas.cap.gva.es</post>
39
            <archive>https://gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
40
            <otherArchives>
41
                <otherArchive>http://www.mail-archive.com/gvsig_desarrolladores@runas.cap.gva.es</otherArchive>
42
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
43
            </otherArchives>
44
        </mailingList>
45
        <mailingList>
46
            <name>International List</name>
47
            <subscribe>http://runas.cap.gva.es/mailman/listinfo/gvsig_internacional</subscribe>
48
            <unsubscribe>http://runas.cap.gva.es/mailman/listinfo/gvsig_internacional</unsubscribe>
49
            <post>gvsig_internacional@runas.cap.gva.es</post>
50
            <archive>https://gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
51
            <otherArchives>
52
                <otherArchive>http://www.mail-archive.com/gvsig_internacional@runas.cap.gva.es</otherArchive>
53
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
54
            </otherArchives>
55
        </mailingList>
56
    </mailingLists>
57
    <!-- Put here the global properties who use all the projects of GvSIG -->
58
    <properties>
59
        <localRepository>${user.home}/.m2/repository</localRepository>
60
        <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
61
        <site-repository>scp://shell.forge.osor.eu/home/groups/gvsig-desktop/www/downloads/pub/projects/gvSIG-desktop/docs/reference/${project.artifactId}/2.0.0</site-repository>
62
        <base.tools.path>${project.build.directory}/org.gvsig.maven.base.tools</base.tools.path>
63
        <eclipse.project.name>${project.artifactId}</eclipse.project.name>
64
    </properties>
65
    <dependencyManagement>
66
        <!-- NOTE: the list of dependencies is ordered alphabetically by 
67
            the artifactId. Please, if new dependencies are added, keep the order. -->
68
        <dependencies>
69
            <dependency>
70
                <groupId>org.n52</groupId>
71
                <artifactId>52n-wps-config</artifactId>
72
                <version>1.0.1</version>
73
                <scope>compile</scope>
74
            </dependency>
75
            <dependency>
76
                <groupId>net.opengis</groupId>
77
                <artifactId>52n-wps-xml</artifactId>
78
                <version>1.0.0</version>
79
                <scope>compile</scope>
80
            </dependency>
81
            <dependency>
82
                <groupId>org.jzkit</groupId>
83
                <artifactId>a2j-runtime</artifactId>
84
                <version>2.0.9</version>
85
                <scope>compile</scope>
86
            </dependency>
87
            <dependency>
88
                <groupId>org.jzkit</groupId>
89
                <artifactId>a2j</artifactId>
90
                <version>2.0.9</version>
91
                <scope>compile</scope>
92
            </dependency>
93
            <dependency>
94
                <groupId>net.swing</groupId>
95
                <artifactId>amic-util</artifactId>
96
                <version>unknown</version>
97
                <scope>compile</scope>
98
            </dependency>
99
            <dependency>
100
                <groupId>org.apache.ant</groupId>
101
                <artifactId>ant</artifactId>
102
                <version>1.8.1</version>
103
                <scope>compile</scope>
104
            </dependency>
105
            <dependency>
106
                <groupId>org.apache.ant</groupId>
107
                <artifactId>ant-apache-oro</artifactId>
108
                <version>1.8.1</version>
109
                <scope>compile</scope>
110
            </dependency>
111
            <dependency>
112
                <groupId>ant-contrib</groupId>
113
                <artifactId>ant-contrib</artifactId>
114
                <version>1.0b3</version>
115
                <scope>compile</scope>
116
                <exclusions>
117
                    <exclusion>
118
                        <groupId>ant</groupId>
119
                        <artifactId>ant</artifactId>
120
                    </exclusion>
121
                </exclusions>
122
            </dependency>
123
            <dependency>
124
                <groupId>org.apache.ant</groupId>
125
                <artifactId>ant-launcher</artifactId>
126
                <version>1.8.1</version>
127
                <scope>compile</scope>
128
            </dependency>
129
            <dependency>
130
                <groupId>org.apache.ant</groupId>
131
                <artifactId>ant-nodeps</artifactId>
132
                <version>1.8.1</version>
133
                <scope>compile</scope>
134
            </dependency>
135
            <dependency>
136
                <groupId>org.tigris.antelope</groupId>
137
                <artifactId>antelopetasks</artifactId>
138
                <version>3.2.10</version>
139
                <scope>compile</scope>
140
            </dependency>
141
            <dependency>
142
                <groupId>com.sardak</groupId>
143
                <artifactId>antform</artifactId>
144
                <version>2.0</version>
145
                <scope>compile</scope>
146
            </dependency>
147
            <dependency>
148
                <groupId>org.apache.xmlgraphics</groupId>
149
                <artifactId>batik-awt-util</artifactId>
150
                <version>1.7</version>
151
                <scope>compile</scope>
152
            </dependency>
153
            <dependency>
154
                <groupId>org.apache.xmlgraphics</groupId>
155
                <artifactId>batik-bridge</artifactId>
156
                <version>1.7</version>
157
                <scope>compile</scope>
158
            </dependency>
159
            <dependency>
160
                <groupId>org.gvsig</groupId>
161
                <artifactId>batik-ext-gvsig-custom</artifactId>
162
                <version>1.7.0</version>
163
                <scope>compile</scope>
164
            </dependency>
165
            <dependency>
166
                <groupId>org.apache.xmlgraphics</groupId>
167
                <artifactId>batik-gui-util</artifactId>
168
                <version>1.7</version>
169
                <scope>compile</scope>
170
            </dependency>
171
            <dependency>
172
                <groupId>org.apache.xmlgraphics</groupId>
173
                <artifactId>batik-gvt</artifactId>
174
                <version>1.7</version>
175
                <scope>compile</scope>
176
            </dependency>
177
            <dependency>
178
                <groupId>org.apache.xmlgraphics</groupId>
179
                <artifactId>batik-script</artifactId>
180
                <version>1.7</version>
181
                <scope>compile</scope>
182
            </dependency>
183
            <dependency>
184
                <groupId>org.apache.xmlgraphics</groupId>
185
                <artifactId>batik-xml</artifactId>
186
                <version>1.7</version>
187
                <scope>compile</scope>
188
            </dependency>
189
            <dependency>
190
                <groupId>bsf</groupId>
191
                <artifactId>bsf</artifactId>
192
                <version>2.3.0-rc1</version>
193
                <scope>compile</scope>
194
            </dependency>
195
            <dependency>
196
                <groupId>org.apache.bsf</groupId>
197
                <artifactId>bsf-api</artifactId>
198
                <version>3.1</version>
199
                <scope>compile</scope>
200
            </dependency>
201
            <dependency>
202
                <groupId>org.apache.bsf</groupId>
203
                <artifactId>bsf-utils</artifactId>
204
                <version>3.1</version>
205
                <scope>compile</scope>
206
            </dependency>
207
            <dependency>
208
                <groupId>bsh</groupId>
209
                <artifactId>bsh</artifactId>
210
                <version>2.0b4</version>
211
                <scope>compile</scope>
212
            </dependency>
213
            <dependency>
214
                <groupId>castor</groupId>
215
                <artifactId>castor</artifactId>
216
                <version>0.9.5.3</version>
217
                <scope>compile</scope>
218
            </dependency>
219
            <dependency>
220
                <groupId>commons-beanutils</groupId>
221
                <artifactId>commons-beanutils</artifactId>
222
                <version>1.6</version>
223
                <scope>compile</scope>
224
            </dependency>
225
            <dependency>
226
                <groupId>commons-dbcp</groupId>
227
                <artifactId>commons-dbcp</artifactId>
228
                <version>1.2.2</version>
229
                <scope>compile</scope>
230
            </dependency>
231
            <dependency>
232
                <groupId>commons-collections</groupId>
233
                <artifactId>commons-collections</artifactId>
234
                <version>3.2.1</version>
235
                <scope>compile</scope>
236
            </dependency>
237
            <dependency>
238
                <groupId>commons-httpclient</groupId>
239
                <artifactId>commons-httpclient</artifactId>
240
                <version>2.0.2</version>
241
                <scope>compile</scope>
242
            </dependency>
243
            <dependency>
244
                <groupId>org.dspace</groupId>
245
                <artifactId>cql-java</artifactId>
246
                <version>1.0</version>
247
                <scope>compile</scope>
248
            </dependency>
249
            <dependency>
250
                <groupId>flanagan</groupId>
251
                <artifactId>flanagan</artifactId>
252
                <version>20090616</version>
253
                <scope>compile</scope>
254
            </dependency>
255
            <dependency>
256
                <groupId>net.sf</groupId>
257
                <artifactId>flib-jcalendar</artifactId>
258
                <version>unknown</version>
259
                <scope>compile</scope>
260
            </dependency>
261
            <dependency>
262
                <groupId>org.opengis</groupId>
263
                <artifactId>geoapi</artifactId>
264
                <version>2.0</version>
265
                <scope>compile</scope>
266
            </dependency>
267
            <dependency>
268
                <groupId>geojava</groupId>
269
                <artifactId>geojava</artifactId>
270
                <version>unknown</version>
271
                <scope>compile</scope>
272
            </dependency>
273
            <dependency>
274
                <groupId>org.geonames</groupId>
275
                <artifactId>geonames</artifactId>
276
                <version>1.0</version>
277
                <classifier>java5</classifier>
278
                <scope>compile</scope>
279
            </dependency>
280
            <dependency>
281
                <groupId>org.codehaus.groovy</groupId>
282
                <artifactId>groovy-all</artifactId>
283
                <version>1.7.6</version>
284
                <scope>compile</scope>
285
            </dependency>
286
            <dependency>
287
                <groupId>org.geotools</groupId>
288
                <artifactId>gt2-legacy</artifactId>
289
                <version>2.2-RC2</version>
290
                <scope>compile</scope>
291
            </dependency>
292
            <dependency>
293
                <groupId>org.geotools</groupId>
294
                <artifactId>gt2-main</artifactId>
295
                <version>2.2.2</version>
296
                <scope>compile</scope>
297
            </dependency>
298
            <dependency>
299
                <groupId>org.geotools</groupId>
300
                <artifactId>gt2-referencing</artifactId>
301
                <version>2.2-RC2</version>
302
                <scope>compile</scope>
303
            </dependency>            
304
            <dependency>
305
                <groupId>hsqldb</groupId>
306
                <artifactId>hsqldb</artifactId>
307
                <version>1.8.0.10</version>
308
                <scope>compile</scope>
309
            </dependency>
310
            <dependency>
311
                <groupId>com.h2database</groupId>
312
                <artifactId>h2</artifactId>
313
                <version>1.3.150</version>
314
                <scope>compile</scope>
315
            </dependency>
316
            <dependency>
317
                <groupId>org.ini4j</groupId>
318
                <artifactId>ini4j</artifactId>
319
                <version>0.5.1</version>
320
                <scope>compile</scope>
321
            </dependency>
322
            <dependency>
323
                <groupId>com.lowagie</groupId>
324
                <artifactId>itext</artifactId>
325
                <version>2.1.4</version>
326
                <scope>compile</scope>
327
            </dependency>
328
            <dependency>
329
                <groupId>javax.media</groupId>
330
                <artifactId>jai_core</artifactId>
331
                <version>1.1.3</version>
332
                <scope>compile</scope>
333
            </dependency>
334
            <dependency>
335
                <groupId>javax.media</groupId>
336
                <artifactId>jai_codec</artifactId>
337
                <version>1.1.3</version>
338
                <scope>compile</scope>
339
            </dependency>
340
            <dependency>
341
                <groupId>gov.nist.math</groupId>
342
                <artifactId>jama</artifactId>
343
                <version>unknown</version>
344
                <scope>compile</scope>
345
            </dependency>
346
            <dependency>
347
                <groupId>javax.help</groupId>
348
                <artifactId>javahelp</artifactId>
349
                <version>2.0.05</version>
350
                <scope>compile</scope>
351
            </dependency>
352
            <dependency>
353
                <groupId>com.toedter</groupId>
354
                <artifactId>jcalendar</artifactId>
355
                <version>1.1.4</version>
356
                <scope>compile</scope>
357
            </dependency>
358
            <dependency>
359
                <groupId>jfree</groupId>
360
                <artifactId>jcommon</artifactId>
361
                <version>1.0.12</version>
362
                <scope>compile</scope>
363
            </dependency>
364
            <dependency>
365
                <groupId>jdom</groupId>
366
                <artifactId>jdom</artifactId>
367
                <version>1.0</version>
368
                <scope>compile</scope>
369
            </dependency>
370
            <dependency>
371
                <groupId>org.nfunk</groupId>
372
                <artifactId>jep</artifactId>
373
                <version>2.4.0</version>
374
                <scope>compile</scope>
375
            </dependency>
376
            <dependency>
377
                <groupId>jfree</groupId>
378
                <artifactId>jfreechart</artifactId>
379
                <version>1.0.7</version>
380
                <scope>compile</scope>
381
            </dependency>
382
            <dependency>
383
                <groupId>org.jgraf</groupId>
384
                <artifactId>jgraf</artifactId>
385
                <version>0.0.1</version>
386
                <scope>compile</scope>
387
            </dependency>
388
            <dependency>
389
                <groupId>net.sf</groupId>
390
                <artifactId>jgraph</artifactId>
391
                <version>5.10.1.5</version>
392
                <scope>compile</scope>
393
            </dependency>
394
            <dependency>
395
                <groupId>net.sf</groupId>
396
                <artifactId>jgridshiftapi</artifactId>
397
                <version>1.0</version>
398
                <scope>compile</scope>
399
            </dependency>
400
            <dependency>
401
                <groupId>com.sun</groupId>
402
                <artifactId>jimi</artifactId>
403
                <version>1.1</version>
404
                <scope>compile</scope>
405
            </dependency>
406
            <dependency>
407
                <groupId>org.jpedal</groupId>
408
                <artifactId>jpedal_lgpl</artifactId>
409
                <version>4.37b36</version>
410
                <scope>compile</scope>
411
            </dependency>
412
            <dependency>
413
                <groupId>org.jruby</groupId>
414
                <artifactId>jruby</artifactId>
415
                <version>1.5.6</version>
416
                <scope>compile</scope>
417
            </dependency>
418
            <dependency>
419
                <groupId>rhino</groupId>
420
                <artifactId>js</artifactId>
421
                <!-- This is the version already included sin Java 1.6 -->
422
                <version>1.6R2</version>
423
                <scope>compile</scope>
424
            </dependency>
425
            <dependency>
426
                <groupId>net.sf</groupId>
427
                <artifactId>jsi</artifactId>
428
                <version>unknown</version>
429
                <scope>compile</scope>
430
            </dependency>
431
            <!-- <dependency> <groupId>com.sun.script.js</groupId> <artifactId></artifactId> 
432
                <version></version> <scope>compile</scope></dependency> -->
433
            <dependency>
434
                <groupId>javax.units</groupId>
435
                <artifactId>jsr108</artifactId>
436
                <version>0.01</version>
437
                <scope>compile</scope>
438
            </dependency>
439
            <dependency>
440
                <groupId>com.vividsolutions</groupId>
441
                <artifactId>jts</artifactId>
442
                <version>1.9</version>
443
                <scope>compile</scope>
444
            </dependency>
445
            <dependency>
446
                <groupId>com.vividsolutions</groupId>
447
                <artifactId>jtsio</artifactId>
448
                <version>1.7</version>
449
                <scope>compile</scope>
450
            </dependency>
451
            <dependency>
452
                <groupId>junit</groupId>
453
                <artifactId>junit</artifactId>
454
                <version>3.8.1</version>
455
                <scope>test</scope>
456
            </dependency>
457
            <dependency>
458
                <groupId>jwizardcomponent</groupId>
459
                <artifactId>jwizardcomponent</artifactId>
460
                <version>1.2.2</version>
461
                <scope>compile</scope>
462
            </dependency>
463
            <dependency>
464
                <groupId>org.python</groupId>
465
                <artifactId>jython</artifactId>
466
                <version>2.5.2</version>
467
                <scope>compile</scope>
468
            </dependency>
469
            <dependency>
470
                <groupId>org.jzkit</groupId>
471
                <artifactId>jzkit2-core</artifactId>
472
                <version>2.0.0</version>
473
                <scope>compile</scope>
474
            </dependency>
475
            <dependency>
476
                <groupId>org.jzkit</groupId>
477
                <artifactId>jzkit2-z3950</artifactId>
478
                <version>2.0.0</version>
479
                <scope>compile</scope>
480
            </dependency>
481
            <dependency>
482
                <groupId>org.jzkit</groupId>
483
                <artifactId>jzkit2-origin</artifactId>
484
                <version>2.0.0</version>
485
                <scope>compile</scope>
486
            </dependency>
487
            <dependency>
488
                <groupId>net.sf.kxml</groupId>
489
                <artifactId>kxml2</artifactId>
490
                <version>2.2.2</version>
491
                <scope>compile</scope>
492
            </dependency>
493
            <dependency>
494
                <groupId>log4j</groupId>
495
                <artifactId>log4j</artifactId>
496
                <version>1.2.14</version>
497
                <scope>compile</scope>
498
            </dependency>
499
            <dependency>
500
                <groupId>commons-logging</groupId>
501
                <artifactId>commons-logging</artifactId>
502
                <version>1.1.1</version>
503
                <scope>compile</scope>
504
            </dependency>
505
            <dependency>
506
                <groupId>commons-logging</groupId>
507
                <artifactId>commons-logging</artifactId>
508
                <version>1.1.1</version>
509
                <classifier>api</classifier>
510
                <scope>compile</scope>
511
            </dependency>
512
            <dependency>
513
                <groupId>com.jgoodies</groupId>
514
                <artifactId>looks</artifactId>
515
                <version>2.1.4</version>
516
                <scope>compile</scope>
517
            </dependency>
518
            <dependency>
519
                <groupId>org.gvsig</groupId>
520
                <artifactId>org.gvsig.gpe.lib.api</artifactId>
521
                <version>2.1.0-SNAPSHOT</version>
522
                <scope>compile</scope>
523
            </dependency>
524
            <dependency>
525
                <groupId>org.gvsig</groupId>
526
                <artifactId>org.gvsig.gpe.lib.spi</artifactId>
527
                <version>2.1.0-SNAPSHOT</version>
528
                <scope>compile</scope>
529
            </dependency>
530
            <dependency>
531
                <groupId>org.gvsig</groupId>
532
                <artifactId>org.gvsig.gpe.lib.impl</artifactId>
533
                <version>2.1.0-SNAPSHOT</version>
534
                <scope>compile</scope>
535
            </dependency>
536
            <dependency>
537
                <groupId>org.gvsig</groupId>
538
                <artifactId>org.gvsig.gpe.prov.xml</artifactId>
539
                <version>2.1.0-SNAPSHOT</version>
540
                <scope>compile</scope>
541
            </dependency>
542
            <dependency>
543
                <groupId>org.gvsig</groupId>
544
                <artifactId>org.gvsig.gpe.prov.gml</artifactId>
545
                <version>2.1.0-SNAPSHOT</version>
546
                <scope>compile</scope>
547
            </dependency>
548
            <dependency>
549
                <groupId>org.gvsig</groupId>
550
                <artifactId>org.gvsig.gpe.prov.kml</artifactId>
551
                <version>2.1.0-SNAPSHOT</version>
552
                <scope>compile</scope>
553
            </dependency>
554
            <dependency>
555
                <groupId>org.gvsig</groupId>
556
                <artifactId>org.gvsig.maven.base.tools</artifactId>
557
                <version>1.0.8-SNAPSHOT</version>
558
            </dependency>
559
            <dependency>
560
                <groupId>org.gvsig</groupId>
561
                <artifactId>org.gvsig.xmlpull.lib.api</artifactId>
562
                <version>2.0.0-SNAPSHOT</version>
563
                <scope>compile</scope>
564
            </dependency>
565
            <dependency>
566
                <groupId>org.gvsig</groupId>
567
                <artifactId>org.gvsig.xmlpull.lib.spi</artifactId>
568
                <version>2.0.0-SNAPSHOT</version>
569
                <scope>compile</scope>
570
            </dependency>
571
            <dependency>
572
                <groupId>org.gvsig</groupId>
573
                <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
574
                <version>2.0.0-SNAPSHOT</version>
575
                <scope>compile</scope>
576
            </dependency>
577
            <dependency>
578
                <groupId>org.gvsig</groupId>
579
                <artifactId>org.gvsig.xmlpull.prov.stax</artifactId>
580
                <version>2.0.0-SNAPSHOT</version>
581
                <scope>compile</scope>
582
            </dependency>
583
            <dependency>
584
                <groupId>org.gvsig</groupId>
585
                <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
586
                <version>2.0.0-SNAPSHOT</version>
587
                <scope>compile</scope>
588
            </dependency>
589
            <dependency>
590
                <groupId>org.gvsig</groupId>
591
                <artifactId>org.gvsig.xmpull.lib.impl</artifactId>
592
                <version>2.0.0-SNAPSHOT</version>
593
                <scope>compile</scope>
594
            </dependency>
595
            <dependency>
596
                <groupId>org.gvsig</groupId>
597
                <artifactId>org.gvsig.xmlschema.lib.api</artifactId>
598
                <version>2.0.0-SNAPSHOT</version>
599
                <scope>compile</scope>
600
            </dependency>
601
            <dependency>
602
                <groupId>org.gvsig</groupId>
603
                <artifactId>org.gvsig.xmlschema.lib.spi</artifactId>
604
                <version>2.0.0-SNAPSHOT</version>
605
                <scope>compile</scope>
606
            </dependency>
607
            <dependency>
608
                <groupId>org.gvsig</groupId>
609
                <artifactId>org.gvsig.xmlschema.lib.impl</artifactId>
610
                <version>2.0.0-SNAPSHOT</version>
611
                <scope>compile</scope>
612
            </dependency>
613
            <dependency>
614
                <groupId>org.gvsig</groupId>
615
                <artifactId>org.gvsig.xmlschema.prov.kxml</artifactId>
616
                <version>2.0.0-SNAPSHOT</version>
617
                <scope>compile</scope>
618
            </dependency>
619
            <dependency>
620
                <groupId>com.ostermiller</groupId>
621
                <artifactId>ostermillerutils</artifactId>
622
                <version>1.4.3</version>
623
                <scope>compile</scope>
624
            </dependency>
625
            <dependency>
626
                <groupId>mysql</groupId>
627
                <artifactId>mysql-connector-java</artifactId>
628
                <version>5.1.6</version>
629
                <scope>compile</scope>
630
            </dependency>
631
            <dependency>
632
                <groupId>postgresql</groupId>
633
                <artifactId>postgresql</artifactId>
634
                <version>8.4-701.jdbc3</version>
635
                <scope>compile</scope>
636
            </dependency>
637
            <dependency>
638
                <groupId>es.unex</groupId>
639
                <artifactId>sextante</artifactId>
640
                <version>0.6.0</version>
641
                <scope>compile</scope>
642
            </dependency>
643
            <dependency>
644
                <groupId>es.unex</groupId>
645
                <artifactId>sextante_gui</artifactId>
646
                <version>0.6.0</version>
647
                <scope>compile</scope>
648
            </dependency>
649
            <dependency>
650
                <groupId>es.unex</groupId>
651
                <artifactId>sextante_wps</artifactId>
652
                <version>0.6.0</version>
653
                <scope>compile</scope>
654
            </dependency>
655
            <dependency>
656
                <groupId>es.unex</groupId>
657
                <artifactId>libMath</artifactId>
658
                <version>0.6.0</version>
659
                <scope>compile</scope>
660
            </dependency>
661
            <dependency>
662
                <groupId>es.unex</groupId>
663
                <artifactId>libDocEngines</artifactId>
664
                <version>0.6.0</version>
665
                <scope>compile</scope>
666
            </dependency>
667
            <dependency>
668
                <groupId>sil</groupId>
669
                <artifactId>sil</artifactId>
670
                <version>0.43b-am1</version>
671
                <scope>compile</scope>
672
            </dependency>
673
            <dependency>
674
                <groupId>org.slf4j</groupId>
675
                <artifactId>slf4j-api</artifactId>
676
                <version>1.5.5</version>
677
                <scope>compile</scope>
678
            </dependency>
679
            <dependency>
680
                <groupId>org.slf4j</groupId>
681
                <artifactId>slf4j-log4j12</artifactId>
682
                <version>1.5.5</version>
683
                <scope>runtime</scope>
684
            </dependency>
685
            <dependency>
686
                <groupId>net.sf.smc</groupId>
687
                <artifactId>smc</artifactId>
688
                <version>4.3</version>
689
                <scope>compile</scope>
690
            </dependency>
691
            <dependency>
692
                <groupId>soap</groupId>
693
                <artifactId>soap</artifactId>
694
                <version>2.3</version>
695
                <scope>compile</scope>
696
            </dependency>
697
            <dependency>
698
                <groupId>spatialindex</groupId>
699
                <artifactId>spatialindex</artifactId>
700
                <version>unknown</version>
701
                <scope>compile</scope>
702
            </dependency>
703
            <dependency>
704
                <groupId>org.springframework</groupId>
705
                <artifactId>spring</artifactId>
706
                <version>1.2.8</version>
707
                <scope>compile</scope>
708
            </dependency>
709
            <dependency>
710
                <groupId>net.sf</groupId>
711
                <artifactId>sqljep</artifactId>
712
                <version>0.2</version>
713
                <scope>compile</scope>
714
            </dependency>
715
            <dependency>
716
                <groupId>org.tmatesoft.svnkit</groupId>
717
                <artifactId>svnkit</artifactId>
718
                <version>1.3.3</version>
719
                <scope>compile</scope>
720
            </dependency>
721
            <dependency>
722
                <groupId>org.tmatesoft.svnkit</groupId>
723
                <artifactId>svnkit-cli</artifactId>
724
                <version>1.3.3</version>
725
                <scope>compile</scope>
726
            </dependency>
727
            <dependency>
728
                <groupId>tablelayout</groupId>
729
                <artifactId>TableLayout</artifactId>
730
                <version>20050920</version>
731
                <scope>compile</scope>
732
            </dependency>
733
            <dependency>
734
                <groupId>info.clearthought</groupId>
735
                <artifactId>TableLayout-bin-jdk1.5</artifactId>
736
                <version>2007-04-21</version>
737
                <scope>compile</scope>
738
            </dependency>
739
            <dependency>
740
                <groupId>net.sourceforge.thinlet</groupId>
741
                <artifactId>thinlet</artifactId>
742
                <version>2005-03-28</version>
743
                <scope>compile</scope>
744
            </dependency>
745
            <dependency>
746
                <groupId>gnu.trove</groupId>
747
                <artifactId>trove</artifactId>
748
                <version>0.1.8</version>
749
                <scope>compile</scope>
750
            </dependency>
751
            <dependency>
752
                <groupId>java3d</groupId>
753
                <artifactId>vecmath</artifactId>
754
                <version>1.3.1</version>
755
                <scope>compile</scope>
756
            </dependency>
757
            <dependency>
758
                <groupId>org.apache</groupId>
759
                <artifactId>xbean</artifactId>
760
                <version>2.2.0</version>
761
                <scope>compile</scope>
762
            </dependency>
763
            <dependency>
764
                <groupId>xerces</groupId>
765
                <artifactId>xercesImpl</artifactId>
766
                <version>2.5.0</version>
767
                <scope>compile</scope>
768
            </dependency>
769
            <dependency>
770
                <groupId>xml-apis</groupId>
771
                <artifactId>xml-apis-ext</artifactId>
772
                <version>1.3.04</version>
773
                <scope>compile</scope>
774
            </dependency>
775
            <dependency>
776
                <groupId>xmlpull</groupId>
777
                <artifactId>xmlpull</artifactId>
778
                <version>1.1.3.1</version>
779
                <scope>compile</scope>
780
            </dependency>
781
            <dependency>
782
                <groupId>zql</groupId>
783
                <artifactId>zql</artifactId>
784
                <version>unknown</version>
785
                <scope>compile</scope>
786
            </dependency>
787
             <dependency>
788
                <groupId>joda-time</groupId>
789
                <artifactId>joda-time</artifactId> 
790
                <version>1.6</version>   
791
                <scope>compile</scope>                    
792
            </dependency>      
793
        </dependencies>
794
    </dependencyManagement>
795
    <dependencies>
796
        <dependency>
797
            <groupId>junit</groupId>
798
            <artifactId>junit</artifactId>
799
        </dependency>
800
        <dependency>
801
            <groupId>org.gvsig</groupId>
802
            <artifactId>org.gvsig.maven.base.tools</artifactId>
803
        </dependency>
804
    </dependencies>
805
    <build>
806
        <pluginManagement>
807
            <plugins>
808
                <!-- This plugin is used to tell the eclipse m2e plugin to 
809
                    ignore some maven plugins unknown for it, that he shows as an error just 
810
                    in case they affect the eclipse project configuration -->
811
                <plugin>
812
                    <groupId>org.eclipse.m2e</groupId>
813
                    <artifactId>lifecycle-mapping</artifactId>
814
                    <version>1.0.0</version>
815
                    <configuration>
816
                        <lifecycleMappingMetadata>
817
                            <pluginExecutions>
818
                                <pluginExecution>
819
                                    <pluginExecutionFilter>
820
                                        <groupId>org.apache.maven.plugins</groupId>
821
                                        <artifactId>maven-dependency-plugin</artifactId>
822
                                        <versionRange>[2.0,)</versionRange>
823
                                        <goals>
824
                                            <goal>copy-dependencies</goal>
825
                                            <goal>unpack-dependencies</goal>
826
                                        </goals>
827
                                    </pluginExecutionFilter>
828
                                    <action>
829
                                        <ignore />
830
                                    </action>
831
                                </pluginExecution>
832
                                <pluginExecution>
833
                                    <pluginExecutionFilter>
834
                                        <groupId>org.codehaus.mojo</groupId>
835
                                        <artifactId>exec-maven-plugin</artifactId>
836
                                        <versionRange>[1.2,)</versionRange>
837
                                        <goals>
838
                                            <goal>exec</goal>
839
                                        </goals>
840
                                    </pluginExecutionFilter>
841
                                    <action>
842
                                        <ignore />
843
                                    </action>
844
                                </pluginExecution>
845
                                <pluginExecution>
846
                                    <pluginExecutionFilter>
847
                                        <groupId>org.codehaus.mojo</groupId>
848
                                        <artifactId>properties-maven-plugin</artifactId>
849
                                        <versionRange>[1.0-alpha-2,)</versionRange>
850
                                        <goals>
851
                                            <goal>read-project-properties</goal>
852
                                        </goals>
853
                                    </pluginExecutionFilter>
854
                                    <action>
855
                                        <ignore />
856
                                    </action>
857
                                </pluginExecution>
858
                                <pluginExecution>
859
                                    <pluginExecutionFilter>
860
                                        <groupId>org.gvsig</groupId>
861
                                        <artifactId>org.gvsig.installer.maven</artifactId>
862
                                        <versionRange>[1.0.0,)</versionRange>
863
                                        <goals>
864
                                            <goal>write-info</goal>
865
                                            <goal>create-package</goal>
866
                                            <goal>create-package-index</goal>
867
                                        </goals>
868
                                    </pluginExecutionFilter>
869
                                    <action>
870
                                        <ignore />
871
                                    </action>
872
                                </pluginExecution>
873
                            </pluginExecutions>
874
                        </lifecycleMappingMetadata>
875
                    </configuration>
876
                </plugin>
877
                <plugin>
878
                    <groupId>org.apache.maven.plugins</groupId>
879
                    <artifactId>maven-antrun-plugin</artifactId>
880
                    <version>1.3</version>
881
                    <dependencies>
882
                        <dependency>
883
                            <groupId>org.apache.ant</groupId>
884
                            <artifactId>ant-trax</artifactId>
885
                            <version>1.7.1</version>
886
                        </dependency>
887
                        <dependency>
888
                            <groupId>xalan</groupId>
889
                            <artifactId>xalan</artifactId>
890
                            <version>2.6.0</version>
891
                        </dependency>
892
                    </dependencies>
893
                </plugin>
894
                <plugin>
895
                    <groupId>org.apache.maven.plugins</groupId>
896
                    <artifactId>maven-clean-plugin</artifactId>
897
                    <version>2.4.1</version>
898
                </plugin>
899
                <plugin>
900
                    <groupId>org.apache.maven.plugins</groupId>
901
                    <artifactId>maven-dependency-plugin</artifactId>
902
                    <version>2.2</version>
903
                </plugin>
904
                <plugin>
905
                    <groupId>org.apache.maven.plugins</groupId>
906
                    <artifactId>maven-compiler-plugin</artifactId>
907
                    <version>2.0.2</version>
908
                    <configuration>
909
                        <source>1.5</source>
910
                        <target>1.5</target>
911
                        <encoding>ISO-8859-1</encoding>
912
                        <!--<failOnError>false</failOnError> -->
913
                    </configuration>
914
                </plugin>
915
                <plugin>
916
                    <groupId>org.apache.maven.plugins</groupId>
917
                    <artifactId>maven-resources-plugin</artifactId>
918
                    <version>2.5</version>
919
                    <configuration>
920
                        <encoding>ISO-8859-1</encoding>
921
                    </configuration>
922
                </plugin>
923
                <plugin>
924
                    <groupId>org.apache.maven.plugins</groupId>
925
                    <artifactId>maven-eclipse-plugin</artifactId>
926
                    <version>2.6</version>
927
                    <configuration>
928
                        <downloadSources>true</downloadSources>
929
                        <downloadJavadocs>true</downloadJavadocs>
930
                        <projectNameTemplate>${eclipse.project.name}</projectNameTemplate>
931
                    </configuration>
932
                </plugin>
933
                <plugin>
934
                    <groupId>org.apache.maven.plugins</groupId>
935
                    <artifactId>maven-source-plugin</artifactId>
936
                    <version>2.1.2</version>
937
                </plugin>
938
                <plugin>
939
                    <groupId>org.apache.maven.plugins</groupId>
940
                    <artifactId>maven-checkstyle-plugin</artifactId>
941
                    <version>2.6</version>
942
                </plugin>
943
                <plugin>
944
                    <groupId>org.apache.maven.plugins</groupId>
945
                    <artifactId>maven-surefire-plugin</artifactId>
946
                    <version>2.4.3</version>
947
                    <configuration>
948
                        <forkMode>once</forkMode>
949
                        <environmentVariables>
950
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
951
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
952
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
953
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
954
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
955
                            <PROJ_LIB>${gvsig.install.dir}/product/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
956
                        </environmentVariables>
957
                    </configuration>
958
                </plugin>
959
                <plugin>
960
                    <groupId>org.apache.maven.plugins</groupId>
961
                    <artifactId>maven-javadoc-plugin</artifactId>
962
                    <version>2.7</version>
963
                    <configuration>
964
                        <docTitle>${project.name} ${project.version}</docTitle>
965
                        <encoding>ISO-8859-1</encoding>
966
                        <footer />
967
                        <header />
968
                        <keywords>true</keywords>
969
                        <detectLinks>true</detectLinks>
970
                        <javaApiLinks>
971
                            <property>
972
                                <name>api_1.4</name>
973
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
974
                            </property>
975
                            <property>
976
                                <name>api_1.5</name>
977
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
978
                            </property>
979
                            <property>
980
                                <name>api_1.6</name>
981
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
982
                            </property>
983
                        </javaApiLinks>
984
                    </configuration>
985
                </plugin>
986
                <plugin>
987
                    <groupId>org.apache.maven.plugins</groupId>
988
                    <artifactId>maven-site-plugin</artifactId>
989
                    <version>2.1.1</version>
990
                    <configuration>
991
                        <chmod>true</chmod>
992
                        <chmodMode>a+rwX</chmodMode>
993
                    </configuration>
994
                </plugin>
995
                <plugin>
996
                    <groupId>org.apache.maven.plugins</groupId>
997
                    <artifactId>maven-release-plugin</artifactId>
998
                    <version>2.1</version>
999
                </plugin>
1000
                <plugin>
1001
                    <groupId>org.apache.maven.plugins</groupId>
1002
                    <artifactId>maven-jar-plugin</artifactId>
1003
                    <version>2.2</version>
1004
                    <configuration>
1005
                        <archive>
1006
                            <manifestEntries>
1007
                                <Built-By>gvSIG Team</Built-By>
1008
                            </manifestEntries>
1009
                            <!-- <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> 
1010
                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> -->
1011
                        </archive>
1012
                    </configuration>
1013
                </plugin>
1014
                <plugin>
1015
                    <groupId>org.codehaus.mojo</groupId>
1016
                    <artifactId>exec-maven-plugin</artifactId>
1017
                    <version>1.2</version>
1018
                </plugin>
1019
                <plugin>
1020
                    <groupId>org.codehaus.mojo</groupId>
1021
                    <artifactId>properties-maven-plugin</artifactId>
1022
                    <version>1.0-alpha-2</version>
1023
                </plugin>
1024
                <plugin>
1025
                    <groupId>org.codehaus.mojo</groupId>
1026
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
1027
                    <version>1.7</version>
1028
                </plugin>
1029
                <plugin>
1030
                    <groupId>com.mycila.maven-license-plugin</groupId>
1031
                    <artifactId>maven-license-plugin</artifactId>
1032
                    <version>1.10.b1</version>
1033
                </plugin>
1034
            </plugins>
1035
        </pluginManagement>
1036
        <plugins>
1037
            <plugin>
1038
                <groupId>org.apache.maven.plugins</groupId>
1039
                <artifactId>maven-checkstyle-plugin</artifactId>
1040
                <dependencies>
1041
                    <!-- <dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle</artifactId> 
1042
                        <version>5.0</version> </dependency> -->
1043
                    <dependency>
1044
                        <groupId>org.gvsig</groupId>
1045
                        <artifactId>org.gvsig.maven.base.tools</artifactId>
1046
                        <version>1.0.8-SNAPSHOT</version>
1047
                    </dependency>
1048
                </dependencies>
1049
            </plugin>
1050
            <plugin>
1051
                <groupId>org.apache.maven.plugins</groupId>
1052
                <artifactId>maven-dependency-plugin</artifactId>
1053
                <executions>
1054
                    <execution>
1055
                        <id>unpack-build-tools</id>
1056
                        <phase>generate-sources</phase>
1057
                        <goals>
1058
                            <goal>unpack-dependencies</goal>
1059
                        </goals>
1060
                        <configuration>
1061
                            <includeArtifactIds>org.gvsig.maven.base.tools</includeArtifactIds>
1062
                            <outputDirectory>${project.build.directory}/org.gvsig.maven.base.tools</outputDirectory>
1063
                            <overWriteIfNewer>true</overWriteIfNewer>
1064
                            <overWriteReleases>false</overWriteReleases>
1065
                            <overWriteSnapshots>true</overWriteSnapshots>
1066
                        </configuration>
1067
                    </execution>
1068
                </executions>
1069
            </plugin>
1070
            <plugin>
1071
                <groupId>org.apache.maven.plugins</groupId>
1072
                <artifactId>maven-source-plugin</artifactId>
1073
                <executions>
1074
                    <execution>
1075
                        <id>attach-sources</id>
1076
                        <phase>verify</phase>
1077
                        <goals>
1078
                            <goal>jar-no-fork</goal>
1079
                        </goals>
1080
                    </execution>
1081
                    <execution>
1082
                        <id>attach-test-sources</id>
1083
                        <phase>verify</phase>
1084
                        <goals>
1085
                            <goal>test-jar-no-fork</goal>
1086
                        </goals>
1087
                    </execution>
1088
                </executions>
1089
            </plugin>
1090
            <plugin>
1091
                <groupId>org.codehaus.mojo</groupId>
1092
                <artifactId>animal-sniffer-maven-plugin</artifactId>
1093
                <executions>
1094
                    <execution>
1095
                        <id>check-java-api</id>
1096
                        <phase>package</phase>
1097
                        <goals>
1098
                            <goal>check</goal>
1099
                        </goals>
1100
                        <configuration>
1101
                            <signature>
1102
                                <groupId>org.codehaus.mojo.signature</groupId>
1103
                                <artifactId>java15</artifactId>
1104
                                <version>1.0</version>
1105
                            </signature>
1106
                        </configuration>
1107
                    </execution>
1108
                </executions>
1109
            </plugin>
1110
            <plugin>
1111
                <groupId>com.mycila.maven-license-plugin</groupId>
1112
                <artifactId>maven-license-plugin</artifactId>
1113
                <configuration>
1114
                    <header>gvsig.header</header>
1115
                    <strictCheck>true</strictCheck>
1116
                    <encoding>ISO-8859-1</encoding>
1117
                    <mapping>
1118
                        <pom>XML_STYLE</pom>
1119
                    </mapping>
1120
                    <excludes>
1121
                        <exclude>**/CMakeLists.txt</exclude>
1122
                    </excludes>
1123
                </configuration>
1124
                <dependencies>
1125
                    <dependency>
1126
                        <groupId>org.gvsig</groupId>
1127
                        <artifactId>org.gvsig.maven.base.tools</artifactId>
1128
                        <version>1.0.8-SNAPSHOT</version>
1129
                    </dependency>
1130
                </dependencies>
1131
            </plugin>
1132
        </plugins>
1133
    </build>
1134
    <profiles>
1135
        <profile>
1136
            <id>release</id>
1137
            <activation>
1138
                <activeByDefault>true</activeByDefault>
1139
            </activation>
1140
            <build>
1141
                <plugins>
1142
                    <plugin>
1143
                        <groupId>org.apache.maven.plugins</groupId>
1144
                        <artifactId>maven-javadoc-plugin</artifactId>
1145

    
1146
                        <executions>
1147
                            <execution>
1148
                                <id>attach-javadocs</id>
1149
                                <goals>
1150
                                    <goal>jar</goal>
1151
                                </goals>
1152
                            </execution>
1153
                        </executions>
1154
                    </plugin>
1155
                </plugins>
1156
            </build>
1157
        </profile>
1158

    
1159
        <profile>
1160
            <id>windows-profile</id>
1161
            <activation>
1162
                <os>
1163
                    <family>windows</family>
1164
                </os>
1165
            </activation>
1166
            <build>
1167
                <plugins>
1168
                    <plugin>
1169
                        <groupId>org.apache.maven.plugins</groupId>
1170
                        <artifactId>maven-dependency-plugin</artifactId>
1171
                        <executions>
1172
                            <execution>
1173
                                <id>unpack-dependencies</id>
1174
                                <phase>generate-sources</phase>
1175
                                <goals>
1176
                                    <goal>unpack-dependencies</goal>
1177
                                </goals>
1178
                                <configuration>
1179
                                    <includeTypes>tar.gz</includeTypes>
1180
                                    <outputDirectory>${user.home}/.depman</outputDirectory>
1181
                                    <overWriteReleases>true</overWriteReleases>
1182
                                    <overWriteSnapshots>true</overWriteSnapshots>
1183
                                </configuration>
1184
                            </execution>
1185
                        </executions>
1186
                    </plugin>
1187
                </plugins>
1188
            </build>
1189
        </profile>
1190
        <profile>
1191
            <id>linux-profile</id>
1192
            <activation>
1193
                <os>
1194
                    <family>linux</family>
1195
                </os>
1196
            </activation>
1197
            <build>
1198
                <plugins>
1199
                    <plugin>
1200
                        <groupId>org.apache.maven.plugins</groupId>
1201
                        <artifactId>maven-dependency-plugin</artifactId>
1202
                        <executions>
1203
                            <execution>
1204
                                <id>copy-dependencies</id>
1205
                                <phase>generate-sources</phase>
1206
                                <goals>
1207
                                    <goal>copy-dependencies</goal>
1208
                                </goals>
1209
                                <configuration>
1210
                                    <includeTypes>tar.gz</includeTypes>
1211
                                    <outputDirectory>${user.home}/.depman/orig</outputDirectory>
1212
                                    <overWriteIfNewer>true</overWriteIfNewer>
1213
                                </configuration>
1214
                            </execution>
1215
                        </executions>
1216
                    </plugin>
1217
                    <plugin>
1218
                        <groupId>org.codehaus.mojo</groupId>
1219
                        <artifactId>exec-maven-plugin</artifactId>
1220
                        <executions>
1221
                            <execution>
1222
                                <id>unpack-dependencies</id>
1223
                                <phase>generate-sources</phase>
1224
                                <goals>
1225
                                    <goal>exec</goal>
1226
                                </goals>
1227
                                <configuration>
1228
                                    <executable>sh</executable>
1229
                                    <arguments>
1230
                                        <argument>${project.build.directory}/org.gvsig.maven.base.tools/bash/unpack-dependencies.sh</argument>
1231
                                        <argument>${user.home}/.depman/orig</argument>
1232
                                        <argument>${user.home}/.depman</argument>
1233
                                    </arguments>
1234
                                </configuration>
1235
                            </execution>
1236
                        </executions>
1237
                    </plugin>
1238
                </plugins>
1239
            </build>
1240
        </profile>
1241
        <profile>
1242
            <id>mac-profile</id>
1243
            <activation>
1244
                <os>
1245
                    <family>mac</family>
1246
                </os>
1247
            </activation>
1248
            <build>
1249
                <plugins>
1250
                    <plugin>
1251
                        <groupId>org.apache.maven.plugins</groupId>
1252
                        <artifactId>maven-dependency-plugin</artifactId>
1253
                        <executions>
1254
                            <execution>
1255
                                <id>copy-dependencies</id>
1256
                                <phase>generate-sources</phase>
1257
                                <goals>
1258
                                    <goal>copy-dependencies</goal>
1259
                                </goals>
1260
                                <configuration>
1261
                                    <includeTypes>tar.gz</includeTypes>
1262
                                    <outputDirectory>${user.home}/.depman/orig</outputDirectory>
1263
                                    <overWriteIfNewer>true</overWriteIfNewer>
1264
                                </configuration>
1265
                            </execution>
1266
                        </executions>
1267
                    </plugin>
1268
                    <plugin>
1269
                        <groupId>org.codehaus.mojo</groupId>
1270
                        <artifactId>exec-maven-plugin</artifactId>
1271
                        <executions>
1272
                            <execution>
1273
                                <id>unpack-dependencies</id>
1274
                                <phase>generate-sources</phase>
1275
                                <goals>
1276
                                    <goal>exec</goal>
1277
                                </goals>
1278
                                <configuration>
1279
                                    <executable>sh</executable>
1280
                                    <arguments>
1281
                                        <argument>${project.build.directory}/org.gvsig.maven.base.tools/bash/unpack-dependencies.sh</argument>
1282
                                        <argument>${user.home}/.depman/orig</argument>
1283
                                        <argument>${user.home}/.depman</argument>
1284
                                    </arguments>
1285
                                </configuration>
1286
                            </execution>
1287
                        </executions>
1288
                    </plugin>
1289
                </plugins>
1290
            </build>
1291
        </profile>
1292
        <profile>
1293
            <id>eclipse-project</id>
1294
            <build>
1295
                <defaultGoal>eclipse:eclipse</defaultGoal>
1296
            </build>
1297
        </profile>
1298
    </profiles>
1299
    <reporting>
1300
        <plugins>
1301
            <plugin>
1302
                <groupId>org.apache.maven.plugins</groupId>
1303
                <artifactId>maven-checkstyle-plugin</artifactId>
1304
                <version>2.6</version>
1305
                <configuration>
1306
                    <configLocation>checkstyle/checkstyle_gvsig.xml</configLocation>
1307
                    <headerLocation>checkstyle/gvsig.header</headerLocation>
1308
                    <propertyExpansion>
1309
                        basedir=${basedir}
1310
                    </propertyExpansion>
1311
                </configuration>
1312
            </plugin>
1313
            <plugin>
1314
                <groupId>org.apache.maven.plugins</groupId>
1315
                <artifactId>maven-javadoc-plugin</artifactId>
1316
                <version>2.7</version>
1317
                <configuration>
1318
                    <docTitle>${project.name} ${project.version}</docTitle>
1319
                    <encoding>ISO-8859-1</encoding>
1320
                    <footer />
1321
                    <header />
1322
                    <keywords>true</keywords>
1323
                    <detectLinks>true</detectLinks>
1324
                    <javaApiLinks>
1325
                        <property>
1326
                            <name>api_1.4</name>
1327
                            <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
1328
                        </property>
1329
                        <property>
1330
                            <name>api_1.5</name>
1331
                            <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
1332
                        </property>
1333
                        <property>
1334
                            <name>api_1.6</name>
1335
                            <value>http://download.oracle.com/javase/6/docs/api/</value>
1336
                        </property>
1337
                    </javaApiLinks>
1338
                </configuration>
1339
            </plugin>
1340
            <plugin>
1341
                <groupId>org.apache.maven.plugins</groupId>
1342
                <artifactId>maven-jxr-plugin</artifactId>
1343
                <version>2.2</version>
1344
            </plugin>
1345
            <plugin>
1346
                <groupId>org.apache.maven.plugins</groupId>
1347
                <artifactId>maven-pmd-plugin</artifactId>
1348
                <version>2.5</version>
1349
                <configuration>
1350
                    <targetJdk>1.5</targetJdk>
1351
                </configuration>
1352
            </plugin>
1353
            <!-- CHANGES & CHANGELOG PLUGINS <plugin> <groupId>org.apache.maven.plugins</groupId> 
1354
                <artifactId>maven-changelog-plugin</artifactId> <configuration> <type>range</type> 
1355
                <range>60</range> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> 
1356
                <artifactId>maven-changes-plugin</artifactId> <reportSets> <reportSet> <reports> 
1357
                <report>changes-report</report> </reports> </reportSet> </reportSets> <configuration> 
1358
                <issueLinkTemplate> https://gvsig.org/trac/gvSIG/ticket/%ISSUE% </issueLinkTemplate> 
1359
                </configuration> </plugin> -->
1360
            <plugin>
1361
                <groupId>org.codehaus.mojo</groupId>
1362
                <artifactId>javancss-maven-plugin</artifactId>
1363
                <version>2.0</version>
1364
            </plugin>
1365
            <plugin>
1366
                <groupId>org.apache.maven.plugins</groupId>
1367
                <artifactId>maven-surefire-report-plugin</artifactId>
1368
                <version>2.6</version>
1369
            </plugin>
1370
            <plugin>
1371
                <groupId>org.codehaus.mojo</groupId>
1372
                <artifactId>cobertura-maven-plugin</artifactId>
1373
                <version>2.4</version>
1374
            </plugin>
1375
            <plugin>
1376
                <groupId>org.codehaus.mojo</groupId>
1377
                <artifactId>findbugs-maven-plugin</artifactId>
1378
                <version>2.3.1</version>
1379
                <configuration>
1380
                    <threshold>Normal</threshold>
1381
                    <effort>Default</effort>
1382
                    <!-- <threshold>High|Normal|Low|Exp|Ignore</threshold> 
1383
                        <effort>Min|Default|Max</effort> <xmlOutput>true|false</xmlOutput> <xmlOutputDirectory>directory 
1384
                        location of findbugs xdoc xml report</xmlOutputDirectory> <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> 
1385
                        <includeFilterFile>findbugs-include.xml</includeFilterFile> <visitors>FindDeadLocalStores,UnreadFields</visitors> 
1386
                        <omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors> <onlyAnalyze>org.codehaus.mojo.findbugs.*</onlyAnalyze> 
1387
                        <pluginList>/libs/fb-contrib/fb-contrib-2.8.0.jar</pluginList> <debug>true|false</debug> 
1388
                        <relaxed>true|false</relaxed> <findbugsXmlOutput>true|false</findbugsXmlOutput> 
1389
                        <findbugsXmlOutputDirectory>directory location of findbugs legact xml format 
1390
                        report</findbugsXmlOutputDirectory> -->
1391
                </configuration>
1392
            </plugin>
1393
            <plugin>
1394
                <groupId>org.codehaus.mojo</groupId>
1395
                <artifactId>taglist-maven-plugin</artifactId>
1396
                <version>2.4</version>
1397
                <configuration>
1398
                    <tagListOptions>
1399
                        <tagClasses>
1400
                            <tagClass>
1401
                                <displayName>Todo Work</displayName>
1402
                                <tags>
1403
                                    <tag>
1404
                                        <matchString>todo</matchString>
1405
                                        <matchType>ignoreCase</matchType>
1406
                                    </tag>
1407
                                    <tag>
1408
                                        <matchString>FIXME</matchString>
1409
                                        <matchType>exact</matchType>
1410
                                    </tag>
1411
                                </tags>
1412
                            </tagClass>
1413
                            <tagClass>
1414
                                <displayName>Javadoc todo Work</displayName>
1415
                                <tags>
1416
                                    <tag>
1417
                                        <matchString>DOCUMENT ME</matchString>
1418
                                        <matchType>ignoreCase</matchType>
1419
                                    </tag>
1420
                                </tags>
1421
                            </tagClass>
1422
                            <tagClass>
1423
                                <displayName>Deprecated</displayName>
1424
                                <tags>
1425
                                    <tag>
1426
                                        <matchString>@deprecated</matchString>
1427
                                        <matchType>exact</matchType>
1428
                                    </tag>
1429
                                </tags>
1430
                            </tagClass>
1431
                        </tagClasses>
1432
                    </tagListOptions>
1433
                </configuration>
1434
            </plugin>
1435
        </plugins>
1436
    </reporting>
1437
</project>