Statistics
| Revision:

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

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

    
1155
                        <executions>
1156
                            <execution>
1157
                                <id>attach-javadocs</id>
1158
                                <goals>
1159
                                    <goal>jar</goal>
1160
                                </goals>
1161
                            </execution>
1162
                        </executions>
1163
                    </plugin>
1164
                </plugins>
1165
            </build>
1166
        </profile>
1167

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