Statistics
| Revision:

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

History | View | Annotate | Download (41.3 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 the artifactId. 
67
                        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>hsqldb</groupId>
300
                                <artifactId>hsqldb</artifactId>
301
                                <version>1.8.0.10</version>
302
                                <scope>compile</scope>
303
                        </dependency>
304
                        <dependency>
305
                                <groupId>com.h2database</groupId>
306
                                <artifactId>h2</artifactId>
307
                                <version>1.3.150</version>
308
                                <scope>compile</scope>
309
                        </dependency>
310
                        <dependency>
311
                                <groupId>org.ini4j</groupId>
312
                                <artifactId>ini4j</artifactId>
313
                                <version>0.5.1</version>
314
                                <scope>compile</scope>
315
                        </dependency>
316
                        <dependency>
317
                                <groupId>com.lowagie</groupId>
318
                                <artifactId>itext</artifactId>
319
                                <version>2.1.4</version>
320
                                <scope>compile</scope>
321
                        </dependency>
322
                        <dependency>
323
                                <groupId>javax.media</groupId>
324
                                <artifactId>jai_core</artifactId>
325
                                <version>1.1.3</version>
326
                                <scope>compile</scope>
327
                        </dependency>
328
                        <dependency>
329
                                <groupId>javax.media</groupId>
330
                                <artifactId>jai_codec</artifactId>
331
                                <version>1.1.3</version>
332
                                <scope>compile</scope>
333
                        </dependency>
334
                        <dependency>
335
                                <groupId>gov.nist.math</groupId>
336
                                <artifactId>jama</artifactId>
337
                                <version>unknown</version>
338
                                <scope>compile</scope>
339
                        </dependency>
340
                        <dependency>
341
                                <groupId>javax.help</groupId>
342
                                <artifactId>javahelp</artifactId>
343
                                <version>2.0.05</version>
344
                                <scope>compile</scope>
345
                        </dependency>
346
                        <dependency>
347
                                <groupId>com.toedter</groupId>
348
                                <artifactId>jcalendar</artifactId>
349
                                <version>1.1.4</version>
350
                                <scope>compile</scope>
351
                        </dependency>
352
                        <dependency>
353
                                <groupId>jfree</groupId>
354
                                <artifactId>jcommon</artifactId>
355
                                <version>1.0.12</version>
356
                                <scope>compile</scope>
357
                        </dependency>
358
                        <dependency>
359
                                <groupId>jdom</groupId>
360
                                <artifactId>jdom</artifactId>
361
                                <version>1.0</version>
362
                                <scope>compile</scope>
363
                        </dependency>
364
                        <dependency>
365
                                <groupId>org.nfunk</groupId>
366
                                <artifactId>jep</artifactId>
367
                                <version>2.4.0</version>
368
                                <scope>compile</scope>
369
                        </dependency>
370
                        <dependency>
371
                                <groupId>jfree</groupId>
372
                                <artifactId>jfreechart</artifactId>
373
                                <version>1.0.7</version>
374
                                <scope>compile</scope>
375
                        </dependency>
376
                        <dependency>
377
                                <groupId>org.jgraf</groupId>
378
                                <artifactId>jgraf</artifactId>
379
                                <version>0.0.1</version>
380
                                <scope>compile</scope>
381
                        </dependency>
382
                        <dependency>
383
                                <groupId>net.sf</groupId>
384
                                <artifactId>jgraph</artifactId>
385
                                <version>5.10.1.5</version>
386
                                <scope>compile</scope>
387
                        </dependency>
388
                        <dependency>
389
                                <groupId>net.sf</groupId>
390
                                <artifactId>jgridshiftapi</artifactId>
391
                                <version>1.0</version>
392
                                <scope>compile</scope>
393
                        </dependency>
394
                        <dependency>
395
                                <groupId>com.sun</groupId>
396
                                <artifactId>jimi</artifactId>
397
                                <version>1.1</version>
398
                                <scope>compile</scope>
399
                        </dependency>
400
                        <dependency>
401
                                <groupId>org.jpedal</groupId>
402
                                <artifactId>jpedal_lgpl</artifactId>
403
                                <version>4.37b36</version>
404
                                <scope>compile</scope>
405
                        </dependency>
406
                        <dependency>
407
                                <groupId>org.jruby</groupId>
408
                                <artifactId>jruby</artifactId>
409
                                <version>1.5.6</version>
410
                                <scope>compile</scope>
411
                        </dependency>
412
                        <dependency>
413
                                <groupId>rhino</groupId>
414
                                <artifactId>js</artifactId>
415
                                <!-- This is the version already included sin Java 1.6 -->
416
                                <version>1.6R2</version>
417
                                <scope>compile</scope>
418
                        </dependency>
419
                        <dependency>
420
                                <groupId>net.sf</groupId>
421
                                <artifactId>jsi</artifactId>
422
                                <version>unknown</version>
423
                                <scope>compile</scope>
424
                        </dependency>
425
                        <!-- <dependency> <groupId>com.sun.script.js</groupId> <artifactId></artifactId> 
426
                                <version></version> <scope>compile</scope></dependency> -->
427
                        <dependency>
428
                                <groupId>javax.units</groupId>
429
                                <artifactId>jsr108</artifactId>
430
                                <version>0.01</version>
431
                                <scope>compile</scope>
432
                        </dependency>
433
                        <dependency>
434
                                <groupId>com.vividsolutions</groupId>
435
                                <artifactId>jts</artifactId>
436
                                <version>1.9</version>
437
                                <scope>compile</scope>
438
                        </dependency>
439
                        <dependency>
440
                                <groupId>com.vividsolutions</groupId>
441
                                <artifactId>jtsio</artifactId>
442
                                <version>1.7</version>
443
                                <scope>compile</scope>
444
                        </dependency>
445
                        <dependency>
446
                                <groupId>junit</groupId>
447
                                <artifactId>junit</artifactId>
448
                                <version>3.8.1</version>
449
                                <scope>test</scope>
450
                        </dependency>
451
                        <dependency>
452
                                <groupId>jwizardcomponent</groupId>
453
                                <artifactId>jwizardcomponent</artifactId>
454
                                <version>1.2.2</version>
455
                                <scope>compile</scope>
456
                        </dependency>
457
                        <dependency>
458
                                <groupId>org.python</groupId>
459
                                <artifactId>jython</artifactId>
460
                                <version>2.5.1</version>
461
                                <scope>compile</scope>
462
                        </dependency>
463
                        <dependency>
464
                                <groupId>org.jzkit</groupId>
465
                                <artifactId>jzkit2-core</artifactId>
466
                                <version>2.0.0</version>
467
                                <scope>compile</scope>
468
                        </dependency>
469
                        <dependency>
470
                                <groupId>org.jzkit</groupId>
471
                                <artifactId>jzkit2-z3950</artifactId>
472
                                <version>2.0.0</version>
473
                                <scope>compile</scope>
474
                        </dependency>
475
                        <dependency>
476
                                <groupId>org.jzkit</groupId>
477
                                <artifactId>jzkit2-origin</artifactId>
478
                                <version>2.0.0</version>
479
                                <scope>compile</scope>
480
                        </dependency>
481
                        <dependency>
482
                                <groupId>net.sf.kxml</groupId>
483
                                <artifactId>kxml2</artifactId>
484
                                <version>2.2.2</version>
485
                                <scope>compile</scope>
486
                        </dependency>
487
                        <dependency>
488
                                <groupId>log4j</groupId>
489
                                <artifactId>log4j</artifactId>
490
                                <version>1.2.14</version>
491
                                <scope>compile</scope>
492
                        </dependency>
493
                        <dependency>
494
                                <groupId>commons-logging</groupId>
495
                                <artifactId>commons-logging</artifactId>
496
                                <version>1.1.1</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
                                <classifier>api</classifier>
504
                                <scope>compile</scope>
505
                        </dependency>
506
                        <dependency>
507
                                <groupId>com.jgoodies</groupId>
508
                                <artifactId>looks</artifactId>
509
                                <version>2.1.4</version>
510
                                <scope>compile</scope>
511
                        </dependency>
512
                        <dependency>
513
                                <groupId>org.gvsig</groupId>
514
                                <artifactId>org.gvsig.gpe.lib.api</artifactId>
515
                                <version>2.1.0-SNAPSHOT</version>
516
                                <scope>compile</scope>
517
                        </dependency>
518
                        <dependency>
519
                                <groupId>org.gvsig</groupId>
520
                                <artifactId>org.gvsig.gpe.lib.spi</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.impl</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.prov.xml</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.gml</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.kml</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.xmlpull.lib.api</artifactId>
551
                                <version>2.0.0-SNAPSHOT</version>
552
                                <scope>compile</scope>
553
                        </dependency>
554
                        <dependency>
555
                                <groupId>org.gvsig</groupId>
556
                                <artifactId>org.gvsig.xmlpull.lib.spi</artifactId>
557
                                <version>2.0.0-SNAPSHOT</version>
558
                                <scope>compile</scope>
559
                        </dependency>
560
                        <dependency>
561
                                <groupId>org.gvsig</groupId>
562
                                <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
563
                                <version>2.0.0-SNAPSHOT</version>
564
                                <scope>compile</scope>
565
                        </dependency>
566
                        <dependency>
567
                                <groupId>org.gvsig</groupId>
568
                                <artifactId>org.gvsig.xmlpull.prov.stax</artifactId>
569
                                <version>2.0.0-SNAPSHOT</version>
570
                                <scope>compile</scope>
571
                        </dependency>
572
                        <dependency>
573
                                <groupId>org.gvsig</groupId>
574
                                <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
575
                                <version>2.0.0-SNAPSHOT</version>
576
                                <scope>compile</scope>
577
                        </dependency>
578
                        <dependency>
579
                                <groupId>org.gvsig</groupId>
580
                                <artifactId>org.gvsig.xmpull.lib.impl</artifactId>
581
                                <version>2.0.0-SNAPSHOT</version>
582
                                <scope>compile</scope>
583
                        </dependency>
584
                        <dependency>
585
                                <groupId>org.gvsig</groupId>
586
                                <artifactId>org.gvsig.xmlschema.lib.api</artifactId>
587
                                <version>2.0.0-SNAPSHOT</version>
588
                                <scope>compile</scope>
589
                        </dependency>
590
                        <dependency>
591
                                <groupId>org.gvsig</groupId>
592
                                <artifactId>org.gvsig.xmlschema.lib.spi</artifactId>
593
                                <version>2.0.0-SNAPSHOT</version>
594
                                <scope>compile</scope>
595
                        </dependency>
596
                        <dependency>
597
                                <groupId>org.gvsig</groupId>
598
                                <artifactId>org.gvsig.xmlschema.lib.impl</artifactId>
599
                                <version>2.0.0-SNAPSHOT</version>
600
                                <scope>compile</scope>
601
                        </dependency>
602
                        <dependency>
603
                                <groupId>org.gvsig</groupId>
604
                                <artifactId>org.gvsig.xmlschema.prov.kxml</artifactId>
605
                                <version>2.0.0-SNAPSHOT</version>
606
                                <scope>compile</scope>
607
                        </dependency>
608
                        <dependency>
609
                                <groupId>com.ostermiller</groupId>
610
                                <artifactId>ostermillerutils</artifactId>
611
                                <version>1.4.3</version>
612
                                <scope>compile</scope>
613
                        </dependency>
614
                        <dependency>
615
                                <groupId>mysql</groupId>
616
                                <artifactId>mysql-connector-java</artifactId>
617
                                <version>5.1.6</version>
618
                                <scope>compile</scope>
619
                        </dependency>
620
                        <dependency>
621
                                <groupId>postgresql</groupId>
622
                                <artifactId>postgresql</artifactId>
623
                                <version>8.4-701.jdbc3</version>
624
                                <scope>compile</scope>
625
                        </dependency>
626
                        <dependency>
627
                                <groupId>es.unex</groupId>
628
                                <artifactId>sextante</artifactId>
629
                                <version>0.6.0</version>
630
                                <scope>compile</scope>
631
                        </dependency>
632
                        <dependency>
633
                                <groupId>es.unex</groupId>
634
                                <artifactId>sextante_gui</artifactId>
635
                                <version>0.6.0</version>
636
                                <scope>compile</scope>
637
                        </dependency>
638
                        <dependency>
639
                                <groupId>es.unex</groupId>
640
                                <artifactId>sextante_wps</artifactId>
641
                                <version>0.6.0</version>
642
                                <scope>compile</scope>
643
                        </dependency>
644
                        <dependency>
645
                                <groupId>es.unex</groupId>
646
                                <artifactId>libMath</artifactId>
647
                                <version>0.6.0</version>
648
                                <scope>compile</scope>
649
                        </dependency>
650
                        <dependency>
651
                                <groupId>es.unex</groupId>
652
                                <artifactId>libDocEngines</artifactId>
653
                                <version>0.6.0</version>
654
                                <scope>compile</scope>
655
                        </dependency>
656
                        <dependency>
657
                                <groupId>sil</groupId>
658
                                <artifactId>sil</artifactId>
659
                                <version>0.43b-am1</version>
660
                                <scope>compile</scope>
661
                        </dependency>
662
                        <dependency>
663
                                <groupId>org.slf4j</groupId>
664
                                <artifactId>slf4j-api</artifactId>
665
                                <version>1.5.5</version>
666
                                <scope>compile</scope>
667
                        </dependency>
668
                        <dependency>
669
                                <groupId>org.slf4j</groupId>
670
                                <artifactId>slf4j-log4j12</artifactId>
671
                                <version>1.5.5</version>
672
                                <scope>runtime</scope>
673
                        </dependency>
674
                        <dependency>
675
                                <groupId>net.sf.smc</groupId>
676
                                <artifactId>smc</artifactId>
677
                                <version>4.3</version>
678
                                <scope>compile</scope>
679
                        </dependency>
680
                        <dependency>
681
                                <groupId>soap</groupId>
682
                                <artifactId>soap</artifactId>
683
                                <version>2.3</version>
684
                                <scope>compile</scope>
685
                        </dependency>
686
                        <dependency>
687
                                <groupId>spatialindex</groupId>
688
                                <artifactId>spatialindex</artifactId>
689
                                <version>unknown</version>
690
                                <scope>compile</scope>
691
                        </dependency>
692
                        <dependency>
693
                                <groupId>org.springframework</groupId>
694
                                <artifactId>spring</artifactId>
695
                                <version>1.2.8</version>
696
                                <scope>compile</scope>
697
                        </dependency>
698
                        <dependency>
699
                                <groupId>net.sf</groupId>
700
                                <artifactId>sqljep</artifactId>
701
                                <version>0.2</version>
702
                                <scope>compile</scope>
703
                        </dependency>
704
                        <dependency>
705
                                <groupId>org.tmatesoft.svnkit</groupId>
706
                                <artifactId>svnkit</artifactId>
707
                                <version>1.3.3</version>
708
                                <scope>compile</scope>
709
                        </dependency>
710
                        <dependency>
711
                                <groupId>org.tmatesoft.svnkit</groupId>
712
                                <artifactId>svnkit-cli</artifactId>
713
                                <version>1.3.3</version>
714
                                <scope>compile</scope>
715
                        </dependency>
716
                        <dependency>
717
                                <groupId>tablelayout</groupId>
718
                                <artifactId>TableLayout</artifactId>
719
                                <version>20050920</version>
720
                                <scope>compile</scope>
721
                        </dependency>
722
                        <dependency>
723
                                <groupId>info.clearthought</groupId>
724
                                <artifactId>TableLayout-bin-jdk1.5</artifactId>
725
                                <version>2007-04-21</version>
726
                                <scope>compile</scope>
727
                        </dependency>
728
                        <dependency>
729
                                <groupId>net.sourceforge.thinlet</groupId>
730
                                <artifactId>thinlet</artifactId>
731
                                <version>2005-03-28</version>
732
                                <scope>compile</scope>
733
                        </dependency>
734
                        <dependency>
735
                                <groupId>gnu.trove</groupId>
736
                                <artifactId>trove</artifactId>
737
                                <version>0.1.8</version>
738
                                <scope>compile</scope>
739
                        </dependency>
740
                        <dependency>
741
                                <groupId>java3d</groupId>
742
                                <artifactId>vecmath</artifactId>
743
                                <version>1.3.1</version>
744
                                <scope>compile</scope>
745
                        </dependency>
746
                        <dependency>
747
                                <groupId>org.apache</groupId>
748
                                <artifactId>xbean</artifactId>
749
                                <version>2.2.0</version>
750
                                <scope>compile</scope>
751
                        </dependency>
752
                        <dependency>
753
                                <groupId>xerces</groupId>
754
                                <artifactId>xercesImpl</artifactId>
755
                                <version>2.5.0</version>
756
                                <scope>compile</scope>
757
                        </dependency>
758
                        <dependency>
759
                                <groupId>xml-apis</groupId>
760
                                <artifactId>xml-apis-ext</artifactId>
761
                                <version>1.3.04</version>
762
                                <scope>compile</scope>
763
                        </dependency>
764
                        <dependency>
765
                                <groupId>xmlpull</groupId>
766
                                <artifactId>xmlpull</artifactId>
767
                                <version>1.1.3.1</version>
768
                                <scope>compile</scope>
769
                        </dependency>
770
                        <dependency>
771
                                <groupId>zql</groupId>
772
                                <artifactId>zql</artifactId>
773
                                <version>unknown</version>
774
                                <scope>compile</scope>
775
                        </dependency>
776
                </dependencies>
777
        </dependencyManagement>
778
        <dependencies>
779
                <dependency>
780
                        <groupId>junit</groupId>
781
                        <artifactId>junit</artifactId>
782
                </dependency>
783
                <dependency>
784
                        <groupId>org.gvsig</groupId>
785
                        <artifactId>org.gvsig.maven.base.tools</artifactId>
786
                        <version>1.0.8-SNAPSHOT</version>
787
                </dependency>
788
        </dependencies>
789
        <build>
790
                <pluginManagement>
791
                        <plugins>
792
                                <!-- This plugin is used to tell the eclipse m2e plugin to ignore some 
793
                                        maven plugins unknown for it, that he shows as an error just in case they 
794
                                        affect the eclipse project configuration -->
795
                                <plugin>
796
                                        <groupId>org.eclipse.m2e</groupId>
797
                                        <artifactId>lifecycle-mapping</artifactId>
798
                                        <version>1.0.0</version>
799
                                        <configuration>
800
                                                <lifecycleMappingMetadata>
801
                                                        <pluginExecutions>
802
                                                                <pluginExecution>
803
                                                                        <pluginExecutionFilter>
804
                                                                                <groupId>org.apache.maven.plugins</groupId>
805
                                                                                <artifactId>maven-dependency-plugin</artifactId>
806
                                                                                <versionRange>[2.0,)</versionRange>
807
                                                                                <goals>
808
                                                                                        <goal>copy-dependencies</goal>
809
                                                                                        <goal>unpack-dependencies</goal>
810
                                                                                </goals>
811
                                                                        </pluginExecutionFilter>
812
                                                                        <action>
813
                                                                                <ignore />
814
                                                                        </action>
815
                                                                </pluginExecution>
816
                                                                <pluginExecution>
817
                                                                        <pluginExecutionFilter>
818
                                                                                <groupId>org.codehaus.mojo</groupId>
819
                                                                                <artifactId>exec-maven-plugin</artifactId>
820
                                                                                <versionRange>[1.2,)</versionRange>
821
                                                                                <goals>
822
                                                                                        <goal>exec</goal>
823
                                                                                </goals>
824
                                                                        </pluginExecutionFilter>
825
                                                                        <action>
826
                                                                                <ignore />
827
                                                                        </action>
828
                                                                </pluginExecution>
829
                                                                <pluginExecution>
830
                                                                        <pluginExecutionFilter>
831
                                                                                <groupId>org.codehaus.mojo</groupId>
832
                                                                                <artifactId>properties-maven-plugin</artifactId>
833
                                                                                <versionRange>[1.0-alpha-2,)</versionRange>
834
                                                                                <goals>
835
                                                                                        <goal>read-project-properties</goal>
836
                                                                                </goals>
837
                                                                        </pluginExecutionFilter>
838
                                                                        <action>
839
                                                                                <ignore />
840
                                                                        </action>
841
                                                                </pluginExecution>
842
                                                                <pluginExecution>
843
                                                                        <pluginExecutionFilter>
844
                                                                                <groupId>org.gvsig</groupId>
845
                                                                                <artifactId>org.gvsig.installer.maven</artifactId>
846
                                                                                <versionRange>[1.0.0,)</versionRange>
847
                                                                                <goals>
848
                                                                                        <goal>write-info</goal>
849
                                                                                        <goal>create-package</goal>
850
                                                                                        <goal>create-package-index</goal>
851
                                                                                </goals>
852
                                                                        </pluginExecutionFilter>
853
                                                                        <action>
854
                                                                                <ignore />
855
                                                                        </action>
856
                                                                </pluginExecution>
857
                                                        </pluginExecutions>
858
                                                </lifecycleMappingMetadata>
859
                                        </configuration>
860
                                </plugin>
861
                                <plugin>
862
                                        <groupId>org.apache.maven.plugins</groupId>
863
                                        <artifactId>maven-antrun-plugin</artifactId>
864
                                        <version>1.3</version>
865
                                        <dependencies>
866
                                                <dependency>
867
                                                        <groupId>org.apache.ant</groupId>
868
                                                        <artifactId>ant-trax</artifactId>
869
                                                        <version>1.7.1</version>
870
                                                </dependency>
871
                                                <dependency>
872
                                                        <groupId>xalan</groupId>
873
                                                        <artifactId>xalan</artifactId>
874
                                                        <version>2.6.0</version>
875
                                                </dependency>
876
                                        </dependencies>
877
                                </plugin>
878
                                <plugin>
879
                                        <groupId>org.apache.maven.plugins</groupId>
880
                                        <artifactId>maven-clean-plugin</artifactId>
881
                                        <version>2.4.1</version>
882
                                </plugin>
883
                                <plugin>
884
                                        <groupId>org.apache.maven.plugins</groupId>
885
                                        <artifactId>maven-dependency-plugin</artifactId>
886
                                        <version>2.2</version>
887
                                </plugin>
888
                                <plugin>
889
                                        <groupId>org.apache.maven.plugins</groupId>
890
                                        <artifactId>maven-compiler-plugin</artifactId>
891
                                        <version>2.0.2</version>
892
                                        <configuration>
893
                                                <source>1.5</source>
894
                                                <target>1.5</target>
895
                                                <encoding>ISO-8859-1</encoding>
896
                                                <!--<failOnError>false</failOnError> -->
897
                                        </configuration>
898
                                </plugin>
899
                                <plugin>
900
                                        <groupId>org.apache.maven.plugins</groupId>
901
                                        <artifactId>maven-resources-plugin</artifactId>
902
                                        <version>2.5</version>
903
                                        <configuration>
904
                                                <encoding>ISO-8859-1</encoding>
905
                                        </configuration>
906
                                </plugin>
907
                                <plugin>
908
                                        <groupId>org.apache.maven.plugins</groupId>
909
                                        <artifactId>maven-eclipse-plugin</artifactId>
910
                                        <version>2.6</version>
911
                                        <configuration>
912
                                                <downloadSources>true</downloadSources>
913
                                                <downloadJavadocs>true</downloadJavadocs>
914
                                                <projectNameTemplate>${eclipse.project.name}</projectNameTemplate>
915
                                        </configuration>
916
                                </plugin>
917
                                <plugin>
918
                                        <groupId>org.apache.maven.plugins</groupId>
919
                                        <artifactId>maven-source-plugin</artifactId>
920
                                        <version>2.1.2</version>
921
                                </plugin>
922
                                <plugin>
923
                                        <groupId>org.apache.maven.plugins</groupId>
924
                                        <artifactId>maven-checkstyle-plugin</artifactId>
925
                                        <version>2.6</version>
926
                                </plugin>
927
                                <plugin>
928
                                        <groupId>org.apache.maven.plugins</groupId>
929
                                        <artifactId>maven-surefire-plugin</artifactId>
930
                                        <version>2.4.3</version>
931
                                        <configuration>
932
                                                <forkMode>once</forkMode>
933
                                                <environmentVariables>
934
                                                        <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
935
                                                        <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
936
                                                        <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
937
                                                        <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
938
                                                        <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
939
                                                        <PROJ_LIB>${gvsig.install.dir}/product/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
940
                                                </environmentVariables>
941
                                        </configuration>
942
                                </plugin>
943
                                <plugin>
944
                                        <groupId>org.apache.maven.plugins</groupId>
945
                                        <artifactId>maven-javadoc-plugin</artifactId>
946
                                        <version>2.7</version>
947
                                        <configuration>
948
                                                <docTitle>${project.name} ${project.version}</docTitle>
949
                                                <encoding>ISO-8859-1</encoding>
950
                                                <footer />
951
                                                <header />
952
                                                <keywords>true</keywords>
953
                                                <detectLinks>true</detectLinks>
954
                                                <javaApiLinks>
955
                                                        <property>
956
                                                                <name>api_1.4</name>
957
                                                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
958
                                                        </property>
959
                                                        <property>
960
                                                                <name>api_1.5</name>
961
                                                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
962
                                                        </property>
963
                                                        <property>
964
                                                                <name>api_1.6</name>
965
                                                                <value>http://download.oracle.com/javase/6/docs/api/</value>
966
                                                        </property>
967
                                                </javaApiLinks>
968
                                        </configuration>
969
                                </plugin>
970
                                <plugin>
971
                                        <groupId>org.apache.maven.plugins</groupId>
972
                                        <artifactId>maven-site-plugin</artifactId>
973
                                        <version>2.1.1</version>
974
                                        <configuration>
975
                                                <chmod>true</chmod>
976
                                                <chmodMode>a+rwX</chmodMode>
977
                                        </configuration>
978
                                </plugin>
979
                                <plugin>
980
                                        <groupId>org.apache.maven.plugins</groupId>
981
                                        <artifactId>maven-release-plugin</artifactId>
982
                                        <version>2.1</version>
983
                                </plugin>
984
                                <plugin>
985
                                        <groupId>org.apache.maven.plugins</groupId>
986
                                        <artifactId>maven-jar-plugin</artifactId>
987
                                        <version>2.2</version>
988
                                        <configuration>
989
                                                <archive>
990
                                                        <manifestEntries>
991
                                                                <Built-By>gvSIG Team</Built-By>
992
                                                        </manifestEntries>
993
                                                        <!-- <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> 
994
                                                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> -->
995
                                                </archive>
996
                                        </configuration>
997
                                </plugin>
998
                                <plugin>
999
                                        <groupId>org.codehaus.mojo</groupId>
1000
                                        <artifactId>exec-maven-plugin</artifactId>
1001
                                        <version>1.2</version>
1002
                                </plugin>
1003
                                <plugin>
1004
                                        <groupId>org.codehaus.mojo</groupId>
1005
                                        <artifactId>properties-maven-plugin</artifactId>
1006
                                        <version>1.0-alpha-2</version>
1007
                                </plugin>
1008
                                <plugin>
1009
                                        <groupId>org.codehaus.mojo</groupId>
1010
                                        <artifactId>animal-sniffer-maven-plugin</artifactId>
1011
                                        <version>1.7</version>
1012
                                </plugin>
1013
                        </plugins>
1014
                </pluginManagement>
1015
                <plugins>
1016
                        <plugin>
1017
                                <groupId>org.apache.maven.plugins</groupId>
1018
                                <artifactId>maven-checkstyle-plugin</artifactId>
1019
                                <dependencies>
1020
                                        <!-- <dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle</artifactId> 
1021
                                                <version>5.0</version> </dependency> -->
1022
                                        <dependency>
1023
                                                <groupId>org.gvsig</groupId>
1024
                                                <artifactId>org.gvsig.maven.base.tools</artifactId>
1025
                                                <version>1.0.7-SNAPSHOT</version>
1026
                                        </dependency>
1027
                                </dependencies>
1028
                        </plugin>
1029
                        <plugin>
1030
                                <groupId>org.apache.maven.plugins</groupId>
1031
                                <artifactId>maven-dependency-plugin</artifactId>
1032
                                <executions>
1033
                                        <execution>
1034
                                                <id>unpack-build-tools</id>
1035
                                                <phase>generate-sources</phase>
1036
                                                <goals>
1037
                                                        <goal>unpack-dependencies</goal>
1038
                                                </goals>
1039
                                                <configuration>
1040
                                                        <includeArtifactIds>org.gvsig.maven.base.tools</includeArtifactIds>
1041
                                                        <outputDirectory>${project.build.directory}/org.gvsig.maven.base.tools</outputDirectory>
1042
                                                        <overWriteIfNewer>true</overWriteIfNewer>
1043
                                                        <overWriteReleases>false</overWriteReleases>
1044
                                                        <overWriteSnapshots>true</overWriteSnapshots>
1045
                                                </configuration>
1046
                                        </execution>
1047
                                </executions>
1048
                        </plugin>
1049
                        <plugin>
1050
                                <groupId>org.apache.maven.plugins</groupId>
1051
                                <artifactId>maven-source-plugin</artifactId>
1052
                                <executions>
1053
                                        <execution>
1054
                                                <id>attach-sources</id>
1055
                                                <phase>verify</phase>
1056
                                                <goals>
1057
                                                        <goal>jar-no-fork</goal>
1058
                                                </goals>
1059
                                        </execution>
1060
                                        <execution>
1061
                                                <id>attach-test-sources</id>
1062
                                                <phase>verify</phase>
1063
                                                <goals>
1064
                                                        <goal>test-jar-no-fork</goal>
1065
                                                </goals>
1066
                                        </execution>
1067
                                </executions>
1068
                        </plugin>
1069
                        <plugin>
1070
                                <groupId>org.codehaus.mojo</groupId>
1071
                                <artifactId>animal-sniffer-maven-plugin</artifactId>
1072
                                <executions>
1073
                                        <execution>
1074
                                                <id>check-java-api</id>
1075
                                                <phase>package</phase>
1076
                                                <goals>
1077
                                                        <goal>check</goal>
1078
                                                </goals>
1079
                                                <configuration>
1080
                                                        <signature>
1081
                                                                <groupId>org.codehaus.mojo.signature</groupId>
1082
                                                                <artifactId>java15</artifactId>
1083
                                                                <version>1.0</version>
1084
                                                        </signature>
1085
                                                </configuration>
1086
                                        </execution>
1087
                                </executions>
1088
                        </plugin>
1089
                </plugins>
1090
        </build>
1091
        <profiles>
1092
                <profile>
1093
                        <id>release</id>
1094
                        <activation>
1095
                                <activeByDefault>true</activeByDefault>
1096
                        </activation>
1097
                        <build>
1098
                                <plugins>
1099
                                        <plugin>
1100
                                                <groupId>org.apache.maven.plugins</groupId>
1101
                                                <artifactId>maven-javadoc-plugin</artifactId>
1102

    
1103
                                                <executions>
1104
                                                        <execution>
1105
                                                                <id>attach-javadocs</id>
1106
                                                                <goals>
1107
                                                                        <goal>jar</goal>
1108
                                                                </goals>
1109
                                                        </execution>
1110
                                                </executions>
1111
                                        </plugin>
1112
                                </plugins>
1113
                        </build>
1114
                </profile>
1115

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