Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / pom.xml @ 40555

History | View | Annotate | Download (72.7 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3

    
4
    <modelVersion>4.0.0</modelVersion>
5
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.desktop</artifactId>
7
    <packaging>pom</packaging>
8

    
9
    <!-- Update property  gvsig.desktop.version when update-->
10
    <!-- project version  -->
11
    <version>2.0.14-SNAPSHOT</version>
12

    
13
    <name>${project.artifactId}</name>
14
    <description>
15
            This is part of the sources of "gSIG desktop" application.
16
            
17
            gvSIG is a Geographic Information System (GIS), that is, a desktop application 
18
            designed for capturing, storing, handling, analyzing and deploying any kind of 
19
            referenced geographic information in order to solve complex management and planning 
20
            problems. gvSIG is known for having a user-friendly interface, being able to access 
21
            the most common formats, both vector and raster ones. It features a wide range of 
22
            tools for working with geographic-like information (query tools, layout creation, 
23
            geoprocessing, networks, etc.), which turns gvSIG into the ideal tool for users 
24
            working in the land realm.
25
    </description>
26

    
27
    <licenses>
28
        <license>
29
            <name>GPLv3</name>
30
            <url>http://www.gnu.org/licenses/gpl.html</url>
31
            <distribution>repo</distribution>
32
            <comments>
33
                        "GPL" stands for "General Public License". The most widespread such
34
                        license is the GNU General Public License, or GNU GPL for short.
35
                        This can be further shortened to "GPL", when it is understood that
36
                        the GNU GPL is the one intended.
37
                      </comments>
38
        </license>
39
    </licenses>
40

    
41
    <organization>
42
        <name>gvSIG Association</name>
43
        <url>http://www.gvsig.com/</url>
44
    </organization>
45

    
46
    <scm>
47
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/trunk/org.gvsig.desktop/</connection>
48
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/trunk/org.gvsig.desktop/</developerConnection>
49
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/trunk//org.gvsig.desktop/</url>
50
    </scm>
51
    
52
    <repositories>
53
      <repository>
54
        <id>gvsig-public-http-repository</id>
55
        <name>gvSIG maven public HTTP repository</name>
56
        <url>http://devel.gvsig.org/m2repo/j2se</url>
57
        <releases>
58
          <enabled>true</enabled>
59
          <updatePolicy>daily</updatePolicy>
60
          <checksumPolicy>warn</checksumPolicy>
61
        </releases>
62
        <snapshots>
63
          <enabled>true</enabled>
64
          <updatePolicy>daily</updatePolicy>
65
          <checksumPolicy>warn</checksumPolicy>
66
        </snapshots>
67
      </repository>
68
    </repositories>
69

    
70
    <distributionManagement>
71
      <site>
72
        <id>gvsig-repository</id>
73
        <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
74
      </site>
75
      <repository>
76
          <id>gvsig-repository</id>
77
          <name>gvSIG maven repository</name>
78
          <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
79
          <uniqueVersion>false</uniqueVersion>
80
      </repository>
81
      <snapshotRepository>
82
          <id>gvsig-repository</id>
83
          <name>gvSIG maven repository</name>
84
          <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
85
          <uniqueVersion>false</uniqueVersion>
86
      </snapshotRepository>
87
    </distributionManagement>
88
    
89
    <issueManagement>
90
      <system>redmine</system>
91
      <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
92
    </issueManagement>
93

    
94
    <mailingLists>
95
      <mailingList>
96
        <name>User List</name>
97
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</subscribe>
98
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</unsubscribe>
99
        <post>gvsig_usuarios@listserv.gva.es</post>
100
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
101
        <otherArchives>
102
          <otherArchive>http://www.mail-archive.com/gvsig_usuarios@runas.cap.gva.es</otherArchive>
103
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
104
        </otherArchives>
105
      </mailingList>
106
      <mailingList>
107
        <name>Developer List</name>
108
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</subscribe>
109
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</unsubscribe>
110
        <post>gvsig_desarrolladores@listserv.gva.es</post>
111
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
112
        <otherArchives>
113
          <otherArchive>http://www.mail-archive.com/gvsig_desarrolladores@runas.cap.gva.es</otherArchive>
114
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
115
        </otherArchives>
116
      </mailingList>
117
      <mailingList>
118
        <name>International List</name>
119
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</subscribe>
120
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</unsubscribe>
121
        <post>gvsig_internacional@listserv.gva.es</post>
122
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
123
        <otherArchives>
124
          <otherArchive>http://www.mail-archive.com/gvsig_internacional@runas.cap.gva.es</otherArchive>
125
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
126
        </otherArchives>
127
      </mailingList>
128
    </mailingLists>
129

    
130
    <dependencyManagement>
131
        <dependencies>
132

    
133
            <!-- Non gvSIG projects -->
134
            <!-- NOTE: the list of dependencies is ordered alphabetically -->
135
            <!-- by the artifactId. Please, if new dependencies are added, -->
136
            <!--keep the order.-->
137

    
138
            <dependency>
139
                <groupId>org.n52</groupId>
140
                <artifactId>52n-wps-config</artifactId>
141
                <version>1.0.1</version>
142
            </dependency>
143
            <dependency>
144
                <groupId>net.opengis</groupId>
145
                <artifactId>52n-wps-xml</artifactId>
146
                <version>1.0.0</version>
147
            </dependency>
148
            <dependency>
149
                <groupId>org.jzkit</groupId>
150
                <artifactId>a2j-runtime</artifactId>
151
                <version>2.0.9</version>
152
            </dependency>
153
            <dependency>
154
                <groupId>org.jzkit</groupId>
155
                <artifactId>a2j</artifactId>
156
                <version>2.0.9</version>
157
            </dependency>
158
            <dependency>
159
                <groupId>net.swing</groupId>
160
                <artifactId>amic-util</artifactId>
161
                <version>unknown</version>
162
            </dependency>
163
            <dependency>
164
                <groupId>org.apache.ant</groupId>
165
                <artifactId>ant</artifactId>
166
                <version>1.8.1</version>
167
            </dependency>
168
            <dependency>
169
                <groupId>org.apache.ant</groupId>
170
                <artifactId>ant-apache-oro</artifactId>
171
                <version>1.8.1</version>
172
            </dependency>
173
            <dependency>
174
                <groupId>ant-contrib</groupId>
175
                <artifactId>ant-contrib</artifactId>
176
                <version>1.0b3</version>
177
                <exclusions>
178
                    <exclusion>
179
                        <groupId>ant</groupId>
180
                        <artifactId>ant</artifactId>
181
                    </exclusion>
182
                </exclusions>
183
            </dependency>
184
            <dependency>
185
                <groupId>org.apache.ant</groupId>
186
                <artifactId>ant-launcher</artifactId>
187
                <version>1.8.1</version>
188
            </dependency>
189
            <dependency>
190
                <groupId>org.apache.ant</groupId>
191
                <artifactId>ant-nodeps</artifactId>
192
                <version>1.8.1</version>
193
            </dependency>
194
            <dependency>
195
                <groupId>org.tigris.antelope</groupId>
196
                <artifactId>antelopetasks</artifactId>
197
                <version>3.2.10</version>
198
            </dependency>
199
            <dependency>
200
                <groupId>com.sardak</groupId>
201
                <artifactId>antform</artifactId>
202
                <version>2.0</version>
203
            </dependency>
204
            <dependency>
205
                <groupId>org.apache.xmlgraphics</groupId>
206
                <artifactId>batik-awt-util</artifactId>
207
                <version>1.7</version>
208
            </dependency>
209
            <dependency>
210
                <groupId>org.apache.xmlgraphics</groupId>
211
                <artifactId>batik-bridge</artifactId>
212
                <version>1.7</version>
213
            </dependency>
214
            <dependency>
215
                <groupId>org.gvsig</groupId>
216
                <artifactId>batik-ext-gvsig-custom</artifactId>
217
                <version>1.7.0</version>
218
            </dependency>
219
            <dependency>
220
                <groupId>org.apache.xmlgraphics</groupId>
221
                <artifactId>batik-gui-util</artifactId>
222
                <version>1.7</version>
223
            </dependency>
224
            <dependency>
225
                <groupId>org.apache.xmlgraphics</groupId>
226
                <artifactId>batik-gvt</artifactId>
227
                <version>1.7</version>
228
            </dependency>
229
            <dependency>
230
                <groupId>org.apache.xmlgraphics</groupId>
231
                <artifactId>batik-script</artifactId>
232
                <version>1.7</version>
233
            </dependency>
234
            <dependency>
235
                <groupId>org.apache.xmlgraphics</groupId>
236
                <artifactId>batik-xml</artifactId>
237
                <version>1.7</version>
238
            </dependency>
239
            <dependency>
240
                <groupId>org.apache.xmlgraphics</groupId>
241
                <artifactId>batik-anim</artifactId>
242
                <version>1.7</version>
243
            </dependency>
244
            <dependency>
245
                <groupId>org.apache.xmlgraphics</groupId>
246
                <artifactId>batik-css</artifactId>
247
                <version>1.7</version>
248
            </dependency>
249
            <dependency>
250
                <groupId>org.apache.xmlgraphics</groupId>
251
                <artifactId>batik-dom</artifactId>
252
                <version>1.7</version>
253
            </dependency>
254
            <dependency>
255
                <groupId>org.apache.xmlgraphics</groupId>
256
                <artifactId>batik-js</artifactId>
257
                <version>1.7</version>
258
            </dependency>
259
            <dependency>
260
                <groupId>org.apache.xmlgraphics</groupId>
261
                <artifactId>batik-parser</artifactId>
262
                <version>1.7</version>
263
            </dependency>
264
            <dependency>
265
                <groupId>org.apache.xmlgraphics</groupId>
266
                <artifactId>batik-svg-dom</artifactId>
267
                <version>1.7</version>
268
            </dependency>
269
            <dependency>
270
                <groupId>org.apache.xmlgraphics</groupId>
271
                <artifactId>batik-ext</artifactId>
272
                <version>1.7</version>
273
            </dependency>
274
            <dependency>
275
                <groupId>bsf</groupId>
276
                <artifactId>bsf</artifactId>
277
                <version>2.3.0-rc1</version>
278
            </dependency>
279
            <dependency>
280
                <groupId>org.apache.bsf</groupId>
281
                <artifactId>bsf-api</artifactId>
282
                <version>3.1</version>
283
            </dependency>
284
            <dependency>
285
                <groupId>org.apache.bsf</groupId>
286
                <artifactId>bsf-utils</artifactId>
287
                <version>3.1</version>
288
            </dependency>
289
            <dependency>
290
                <groupId>bsh</groupId>
291
                <artifactId>bsh</artifactId>
292
                <version>2.0b4</version>
293
            </dependency>
294
            <dependency>
295
                <groupId>castor</groupId>
296
                <artifactId>castor</artifactId>
297
                <version>0.9.5.3</version>
298
            </dependency>
299
            <dependency>
300
                <groupId>commons-beanutils</groupId>
301
                <artifactId>commons-beanutils</artifactId>
302
                <version>1.6</version>
303
            </dependency>
304
            <dependency>
305
                <groupId>commons-dbcp</groupId>
306
                <artifactId>commons-dbcp</artifactId>
307
                <version>1.2.2</version>
308
            </dependency>
309
            <dependency>
310
              <groupId>commons-codec</groupId>
311
              <artifactId>commons-codec</artifactId>
312
              <version>1.6</version>
313
            </dependency>
314
            <dependency>
315
                <groupId>commons-collections</groupId>
316
                <artifactId>commons-collections</artifactId>
317
                <version>3.2.1</version>
318
            </dependency>
319
            <dependency>
320
                <groupId>commons-httpclient</groupId>
321
                <artifactId>commons-httpclient</artifactId>
322
                <version>2.0.2</version>
323
            </dependency>
324
            <dependency>
325
              <groupId>commons-cli</groupId>
326
              <artifactId>commons-cli</artifactId>
327
              <version>1.2</version>
328
            </dependency>
329
            <dependency>
330
                <groupId>commons-io</groupId>
331
                <artifactId>commons-io</artifactId>
332
                <version>2.4</version>
333
            </dependency>
334
            <dependency>
335
                <groupId>commons-logging</groupId>
336
                <artifactId>commons-logging</artifactId>
337
                <version>1.1.1</version>
338
            </dependency>
339
            <dependency>
340
                <groupId>commons-logging</groupId>
341
                <artifactId>commons-logging</artifactId>
342
                <version>1.1.1</version>
343
                <classifier>api</classifier>
344
            </dependency>
345
            <dependency>
346
                <groupId>org.dspace</groupId>
347
                <artifactId>cql-java</artifactId>
348
                <version>1.0</version>
349
            </dependency>
350
            <dependency>
351
              <groupId>easymock</groupId>
352
              <artifactId>easymock</artifactId>
353
              <version>1.2_Java1.3</version>
354
            </dependency>
355
            <dependency>
356
              <groupId>easymock</groupId>
357
              <artifactId>easymockclassextension</artifactId>
358
              <version>1.2</version>
359
            </dependency>
360
            <dependency>
361
                <groupId>flanagan</groupId>
362
                <artifactId>flanagan</artifactId>
363
                <version>20090616</version>
364
            </dependency>
365
            <dependency>
366
                <groupId>net.sf</groupId>
367
                <artifactId>flib-jcalendar</artifactId>
368
                <version>unknown</version>
369
            </dependency>
370
            <dependency>
371
                <groupId>org.opengis</groupId>
372
                <artifactId>geoapi</artifactId>
373
                <version>2.0</version>
374
            </dependency>
375
            <dependency>
376
                <groupId>geojava</groupId>
377
                <artifactId>geojava</artifactId>
378
                <version>unknown</version>
379
            </dependency>
380
            <dependency>
381
                <groupId>org.geonames</groupId>
382
                <artifactId>geonames</artifactId>
383
                <version>1.0</version>
384
                <classifier>java5</classifier>
385
            </dependency>
386
            <dependency>
387
                <groupId>org.codehaus.groovy</groupId>
388
                <artifactId>groovy-all</artifactId>
389
                <version>1.7.6</version>
390
            </dependency>
391
           <dependency>
392
                <groupId>org.geotools</groupId>
393
                <artifactId>gt2-legacy</artifactId>
394
                <version>2.2-RC2</version>
395
            </dependency>
396
            <dependency>
397
                <groupId>org.geotools</groupId>
398
                <artifactId>gt2-main</artifactId>
399
                <version>2.2.2</version>
400
            </dependency>
401
            <dependency>
402
                <groupId>org.geotools</groupId>
403
                <artifactId>gt2-referencing</artifactId>
404
                <version>2.2-RC2</version>
405
            </dependency>
406
            <dependency>
407
                <groupId>hsqldb</groupId>
408
                <artifactId>hsqldb</artifactId>
409
                <version>1.8.0.10</version>
410
            </dependency>
411
            <dependency>
412
                <groupId>com.h2database</groupId>
413
                <artifactId>h2</artifactId>
414
                <version>1.3.150</version>
415
            </dependency>
416
            <dependency>
417
                <groupId>org.ini4j</groupId>
418
                <artifactId>ini4j</artifactId>
419
                <version>0.5.1</version>
420
            </dependency>
421
            <dependency>
422
                <groupId>com.lowagie</groupId>
423
                <artifactId>itext</artifactId>
424
                <version>2.1.4</version>
425
            </dependency>
426
            <dependency>
427
                <groupId>javax.media</groupId>
428
                <artifactId>jai_core</artifactId>
429
                <version>1.1.3</version>
430
            </dependency>
431
            <dependency>
432
                <groupId>javax.media</groupId>
433
                <artifactId>jai_codec</artifactId>
434
                <version>1.1.3</version>
435
            </dependency>
436
            <dependency>
437
                <groupId>gov.nist.math</groupId>
438
                <artifactId>jama</artifactId>
439
                <version>unknown</version>
440
            </dependency>
441
            <dependency>
442
                <groupId>javax.help</groupId>
443
                <artifactId>javahelp</artifactId>
444
                <version>2.0.05</version>
445
            </dependency>
446
            <dependency>
447
                <groupId>com.toedter</groupId>
448
                <artifactId>jcalendar</artifactId>
449
                <version>1.1.4</version>
450
            </dependency>
451
            <dependency>
452
                <groupId>jfree</groupId>
453
                <artifactId>jcommon</artifactId>
454
                <version>1.0.12</version>
455
            </dependency>
456
            <dependency>
457
                <groupId>jdom</groupId>
458
                <artifactId>jdom</artifactId>
459
                <version>1.0</version>
460
            </dependency>
461
            <dependency>
462
                <groupId>org.nfunk</groupId>
463
                <artifactId>jep</artifactId>
464
                <version>2.4.0</version>
465
            </dependency>
466
            <dependency>
467
                <groupId>jfree</groupId>
468
                <artifactId>jfreechart</artifactId>
469
                <version>1.0.7</version>
470
            </dependency>
471
            <dependency>
472
                <groupId>org.jfree</groupId>
473
                <artifactId>jfreechart</artifactId>
474
                <version>1.0.14</version>
475
            </dependency>
476
            <dependency>
477
                <groupId>org.jgraf</groupId>
478
                <artifactId>jgraf</artifactId>
479
                <version>0.0.1</version>
480
            </dependency>
481
            <dependency>
482
                <groupId>net.sf</groupId>
483
                <artifactId>jgraph</artifactId>
484
                <version>5.10.1.5</version>
485
            </dependency>
486
            <dependency>
487
                <groupId>net.sf</groupId>
488
                <artifactId>jgridshiftapi</artifactId>
489
                <version>1.0</version>
490
            </dependency>
491
            <dependency>
492
                <groupId>com.sun</groupId>
493
                <artifactId>jimi</artifactId>
494
                <version>1.1</version>
495
            </dependency>
496
            <dependency>
497
                <groupId>org.jpedal</groupId>
498
                <artifactId>jpedal_lgpl</artifactId>
499
                <version>4.37b36</version>
500
            </dependency>
501
            <dependency>
502
                <groupId>org.jruby</groupId>
503
                <artifactId>jruby</artifactId>
504
                <version>1.5.6</version>
505
            </dependency>
506
            <dependency>
507
                <groupId>rhino</groupId>
508
                <artifactId>js</artifactId>
509
                <!-- This is the version already included in Java 1.6 -->
510
                <version>1.6R2</version>
511
            </dependency>
512
            <dependency>
513
                <groupId>net.sf</groupId>
514
                <artifactId>jsi</artifactId>
515
                <version>unknown</version>
516
            </dependency>
517
            <dependency>
518
                <groupId>javax.units</groupId>
519
                <artifactId>jsr108</artifactId>
520
                <version>0.01</version>
521
            </dependency>
522
            <dependency>
523
                <groupId>com.vividsolutions</groupId>
524
                <artifactId>jts</artifactId>
525
                <version>1.13</version>
526
            </dependency>
527
            <dependency>
528
                <groupId>junit</groupId>
529
                <artifactId>junit</artifactId>
530
                <version>3.8.1</version>
531
            </dependency>
532
            <dependency>
533
                <groupId>jwizardcomponent</groupId>
534
                <artifactId>jwizardcomponent</artifactId>
535
                <version>1.2.2</version>
536
            </dependency>
537
            <dependency>
538
                <groupId>jwizardcomponent</groupId>
539
                <artifactId>jwizardcomponent-0i18n</artifactId>
540
                <version>1.2.2.1</version>
541
            </dependency>
542
            <dependency>
543
                <groupId>org.python</groupId>
544
                <artifactId>jython</artifactId>
545
                <version>2.5.2</version>
546
            </dependency>
547
            <dependency>
548
                <groupId>org.jzkit</groupId>
549
                <artifactId>jzkit2-core</artifactId>
550
                <version>2.0.0</version>
551
            </dependency>
552
            <dependency>
553
                <groupId>org.jzkit</groupId>
554
                <artifactId>jzkit2-z3950</artifactId>
555
                <version>2.0.0</version>
556
            </dependency>
557
            <dependency>
558
                <groupId>org.jzkit</groupId>
559
                <artifactId>jzkit2-origin</artifactId>
560
                <version>2.0.0</version>
561
            </dependency>
562
            <dependency>
563
                <groupId>net.sf.kxml</groupId>
564
                <artifactId>kxml2</artifactId>
565
                <version>2.2.2</version>
566
            </dependency>
567
            <dependency>
568
                <groupId>log4j</groupId>
569
                <artifactId>log4j</artifactId>
570
                <version>1.2.14</version>
571
            </dependency>
572
            <dependency>
573
                <groupId>com.jgoodies</groupId>
574
                <artifactId>forms</artifactId>
575
                <version>1.0.7</version>
576
            </dependency>
577
            <dependency>
578
                <groupId>com.jgoodies</groupId>
579
                <artifactId>looks</artifactId>
580
                <version>2.1.4</version>
581
            </dependency>
582
            
583
            <dependency>
584
                <groupId>com.ostermiller</groupId>
585
                <artifactId>ostermillerutils</artifactId>
586
                <version>1.4.3</version>
587
            </dependency>
588
            <dependency>
589
                <groupId>mysql</groupId>
590
                <artifactId>mysql-connector-java</artifactId>
591
                <version>5.1.6</version>
592
            </dependency>
593
            <dependency>
594
              <groupId>postgresql</groupId>
595
              <artifactId>postgresql</artifactId>
596
              <version>9.1-901.jdbc3</version>
597
            </dependency>
598
            <dependency>
599
                <groupId>es.unex</groupId>
600
                <artifactId>sextante</artifactId>
601
                <version>0.6.0</version>
602
            </dependency>
603
            <dependency>
604
                <groupId>es.unex</groupId>
605
                <artifactId>sextante_gui</artifactId>
606
                <version>0.6.0</version>
607
            </dependency>
608
            <dependency>
609
                <groupId>es.unex</groupId>
610
                <artifactId>sextante_wps</artifactId>
611
                <version>0.6.0</version>
612
            </dependency>
613
            <dependency>
614
                <groupId>es.unex</groupId>
615
                <artifactId>libMath</artifactId>
616
                <version>0.6.0</version>
617
            </dependency>
618
            <dependency>
619
                <groupId>es.unex</groupId>
620
                <artifactId>libDocEngines</artifactId>
621
                <version>0.6.0</version>
622
            </dependency>
623
                        <dependency>
624
                                <groupId>org.osgeo</groupId>
625
                                <artifactId>proj4j</artifactId>
626
                                <version>0.1.0</version>
627
                        </dependency>            
628
            <dependency>
629
                <groupId>sil</groupId>
630
                <artifactId>sil</artifactId>
631
                <version>0.43b-am1</version>
632
            </dependency>
633
            <dependency>
634
                <groupId>org.slf4j</groupId>
635
                <artifactId>slf4j-api</artifactId>
636
                <version>1.5.5</version>
637
            </dependency>
638
            <dependency>
639
                <groupId>org.slf4j</groupId>
640
                <artifactId>slf4j-log4j12</artifactId>
641
                <version>1.5.5</version>
642
            </dependency>
643
            <dependency>
644
                <groupId>net.sf.smc</groupId>
645
                <artifactId>smc</artifactId>
646
                <version>4.3</version>
647
            </dependency>
648
            <dependency>
649
                <groupId>soap</groupId>
650
                <artifactId>soap</artifactId>
651
                <version>2.3</version>
652
            </dependency>
653
            <dependency>
654
                <groupId>spatialindex</groupId>
655
                <artifactId>spatialindex</artifactId>
656
                <version>unknown</version>
657
            </dependency>
658
            <dependency>
659
                <groupId>org.springframework</groupId>
660
                <artifactId>spring</artifactId>
661
                <version>1.2.8</version>
662
            </dependency>
663
            <dependency>
664
                <groupId>net.sf</groupId>
665
                <artifactId>sqljep</artifactId>
666
                <version>0.2</version>
667
            </dependency>
668
            <dependency>
669
                <groupId>org.tmatesoft.svnkit</groupId>
670
                <artifactId>svnkit</artifactId>
671
                <version>1.3.3</version>
672
            </dependency>
673
            <dependency>
674
                <groupId>org.tmatesoft.svnkit</groupId>
675
                <artifactId>svnkit-cli</artifactId>
676
                <version>1.3.3</version>
677
            </dependency>
678
            <dependency>
679
                <groupId>tablelayout</groupId>
680
                <artifactId>TableLayout</artifactId>
681
                <version>20050920</version>
682
            </dependency>
683
            <dependency>
684
                <groupId>info.clearthought</groupId>
685
                <artifactId>TableLayout-bin-jdk1.5</artifactId>
686
                <version>2007-04-21</version>
687
            </dependency>
688
            <dependency>
689
                <groupId>net.sourceforge.thinlet</groupId>
690
                <artifactId>thinlet</artifactId>
691
                <version>2005-03-28</version>
692
            </dependency>
693
            <dependency>
694
                <groupId>gnu.trove</groupId>
695
                <artifactId>trove</artifactId>
696
                <version>0.1.8</version>
697
            </dependency>
698
            <dependency>
699
                <groupId>java3d</groupId>
700
                <artifactId>vecmath</artifactId>
701
                <version>1.3.1</version>
702
            </dependency>
703
            <dependency>
704
                <groupId>org.apache</groupId>
705
                <artifactId>xbean</artifactId>
706
                <version>2.2.0</version>
707
            </dependency>
708
            <dependency>
709
                <groupId>xerces</groupId>
710
                <artifactId>xercesImpl</artifactId>
711
                <version>2.5.0</version>
712
            </dependency>
713
            <dependency>
714
                <groupId>xml-apis</groupId>
715
                <artifactId>xml-apis-ext</artifactId>
716
                <version>1.3.04</version>
717
            </dependency>
718
            <dependency>
719
                <groupId>xmlpull</groupId>
720
                <artifactId>xmlpull</artifactId>
721
                <version>1.1.3.1</version>
722
            </dependency>
723
            <dependency>
724
                <groupId>zql</groupId>
725
                <artifactId>zql</artifactId>
726
                <version>unknown</version>
727
            </dependency>
728
            <dependency>
729
                <groupId>joda-time</groupId>
730
                <artifactId>joda-time</artifactId>
731
                <version>1.6</version>
732
            </dependency>
733

    
734

    
735
            <!-- External gvSIG projects -->
736

    
737
            <dependency>
738
              <groupId>org.gvsig</groupId>
739
              <artifactId>org.gvsig.jdk.v1_6</artifactId>
740
              <version>1.0.0</version>
741
            </dependency>
742
            <dependency>
743
              <groupId>org.gvsig</groupId>
744
              <artifactId>org.gvsig.jdk.v1_4</artifactId>
745
              <version>1.0.0</version>
746
            </dependency>
747
            <dependency>
748
                <groupId>org.gvsig</groupId>
749
                <artifactId>org.gvsig.tools.lib</artifactId>
750
                <version>${gvsig.tools.version}</version>
751
            </dependency>
752
            <dependency>
753
                <groupId>org.gvsig</groupId>
754
                <artifactId>org.gvsig.tools.lib</artifactId>
755
                <version>${gvsig.tools.version}</version>
756
                <type>test-jar</type>
757
            </dependency>
758
            <dependency>
759
                <groupId>org.gvsig</groupId>
760
                <artifactId>org.gvsig.tools.swing.api</artifactId>
761
                <version>${gvsig.tools.version}</version>
762
            </dependency>
763
            <dependency>
764
                <groupId>org.gvsig</groupId>
765
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
766
                <version>${gvsig.tools.version}</version>
767
            </dependency>
768
            <dependency>
769
                <groupId>org.gvsig</groupId>
770
                <artifactId>org.gvsig.tools.swing.spi</artifactId>
771
                <version>${gvsig.tools.version}</version>
772
            </dependency>
773
            <dependency>
774
                <groupId>org.gvsig</groupId>
775
                <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
776
                <version>${gvsig.tools.version}</version>
777
            </dependency>
778
            <dependency>
779
                <groupId>org.gvsig</groupId>
780
                <artifactId>org.gvsig.tools.swing.serv.jlist</artifactId>
781
                <version>${gvsig.tools.version}</version>
782
            </dependency>
783
            <dependency>
784
                <groupId>org.gvsig</groupId>
785
                <artifactId>org.gvsig.tools.swing.serv.jform</artifactId>
786
                <version>${gvsig.tools.version}</version>
787
            </dependency>
788
            <dependency>
789
                <groupId>org.gvsig</groupId>
790
                <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
791
                <version>${gvsig.metadata.version}</version>
792
            </dependency>
793
            <dependency>
794
                <groupId>org.gvsig</groupId>
795
                <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
796
                <version>${gvsig.metadata.version}</version>
797
            </dependency>
798
            <dependency>
799
                <groupId>org.gvsig</groupId>
800
                <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
801
                <version>${gvsig.metadata.version}</version>
802
            </dependency>
803
            <dependency>
804
                <groupId>org.gvsig</groupId>
805
                <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
806
                <version>${gvsig.metadata.version}</version>
807
            </dependency>
808
            <dependency>
809
                <groupId>org.gvsig</groupId>
810
                <artifactId>org.gvsig.about.api</artifactId>
811
                <version>${gvsig.about.version}</version>
812
            </dependency>
813
            <dependency>
814
                <groupId>org.gvsig</groupId>
815
                <artifactId>org.gvsig.about.impl</artifactId>
816
                <version>${gvsig.about.version}</version>
817
            </dependency>
818
            <dependency>
819
                <groupId>org.gvsig</groupId>
820
                <artifactId>org.gvsig.catalog</artifactId>
821
                <version>2.0</version>
822
            </dependency>
823
           <dependency>
824
                <groupId>org.gvsig</groupId>
825
                <artifactId>org.gvsig.timesupport.lib.api</artifactId>
826
                <version>${gvsig.timesupport.version}</version>
827
            </dependency>
828
            <dependency>
829
                <groupId>org.gvsig</groupId>
830
                <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
831
                <version>${gvsig.timesupport.version}</version>
832
            </dependency>
833
            <dependency>
834
                <groupId>org.gvsig</groupId>
835
                <artifactId>org.gvsig.timesupport.swing.api</artifactId>
836
                <version>${gvsig.timesupport.version}</version>
837
            </dependency>
838
            <dependency>
839
                <groupId>org.gvsig</groupId>
840
                <artifactId>org.gvsig.timesupport.swing.impl</artifactId>
841
                <version>${gvsig.timesupport.version}</version>
842
            </dependency>
843
            <dependency>
844
              <groupId>org.gvsig.external</groupId>
845
              <artifactId>org.gvsig.external.jump</artifactId>
846
              <version>1.0.0</version>
847
            </dependency>
848
            <dependency>
849
                <groupId>org.gvsig</groupId>
850
                <artifactId>org.gvsig.proj.lib.api</artifactId>
851
                <version>${gvsig.proj.version}</version>
852
            </dependency>
853
            <dependency>
854
                <groupId>org.gvsig</groupId>
855
                <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
856
                <version>${gvsig.proj.version}</version>
857
            </dependency>
858
            <dependency>
859
                <groupId>org.gvsig</groupId>
860
                <artifactId>org.gvsig.projection.api</artifactId>
861
                <version>2.0.10</version>
862
            </dependency>
863

    
864
            <!-- Childs projects -->
865

    
866
            <dependency>
867
                <groupId>org.gvsig</groupId>
868
                <artifactId>org.gvsig.projection.cresques.impl</artifactId>
869
                <version>2.0.14-SNAPSHOT</version>
870
            </dependency>
871
            <dependency>
872
                <groupId>org.gvsig</groupId>
873
                <artifactId>org.gvsig.projection.cresques.ui</artifactId>
874
                <version>2.0.14-SNAPSHOT</version>
875
            </dependency>
876
            <dependency>
877
                <groupId>org.gvsig</groupId>
878
                <artifactId>org.gvsig.andami</artifactId>
879
                <version>2.0.14-SNAPSHOT</version>
880
            </dependency>
881
            <dependency>
882
                <groupId>org.gvsig</groupId>
883
                <artifactId>org.gvsig.app</artifactId>
884
                <version>2.0.14-SNAPSHOT</version>
885
            </dependency>   
886
            <dependency>
887
                <groupId>org.gvsig</groupId>
888
                <artifactId>org.gvsig.ui</artifactId>
889
                <version>2.0.14-SNAPSHOT</version>
890
            </dependency>
891
            <dependency>
892
                <groupId>org.gvsig</groupId>
893
                <artifactId>org.gvsig.fmap.control</artifactId>
894
                <version>2.0.14-SNAPSHOT</version>
895
            </dependency>
896
            <dependency>
897
                <groupId>org.gvsig</groupId>
898
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
899
                <version>2.0.14-SNAPSHOT</version>
900
            </dependency>
901
            <dependency>
902
                <groupId>org.gvsig</groupId>
903
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
904
                <version>2.0.14-SNAPSHOT</version>
905
            </dependency>
906
            <dependency>
907
                <groupId>org.gvsig</groupId>
908
                <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
909
                <version>2.0.14-SNAPSHOT</version>
910
            </dependency>
911
            <dependency>
912
                <groupId>org.gvsig</groupId>
913
                <artifactId>org.gvsig.fmap.dal.api</artifactId>
914
                <version>2.0.14-SNAPSHOT</version>
915
            </dependency>
916
            <dependency>
917
                <groupId>org.gvsig</groupId>
918
                <artifactId>org.gvsig.fmap.dal.spi</artifactId>
919
                <version>2.0.14-SNAPSHOT</version>
920
            </dependency>
921
            <dependency>
922
                <groupId>org.gvsig</groupId>
923
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
924
                <version>2.0.14-SNAPSHOT</version>
925
            </dependency>
926
            <dependency>
927
                <groupId>org.gvsig</groupId>
928
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
929
                <version>2.0.14-SNAPSHOT</version>
930
                <type>test-jar</type>
931
                <scope>test</scope>
932
            </dependency>
933
            <dependency>
934
                <groupId>org.gvsig</groupId>
935
                <artifactId>org.gvsig.fmap.dal.db.lib</artifactId>
936
                <version>2.0.14-SNAPSHOT</version>
937
            </dependency>
938
            <dependency>
939
                <groupId>org.gvsig</groupId>
940
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
941
                <version>2.0.14-SNAPSHOT</version>
942
            </dependency>
943
            <dependency>
944
                <groupId>org.gvsig</groupId>
945
                <artifactId>org.gvsig.fmap.dal.db.h2</artifactId>
946
                <version>2.0.14-SNAPSHOT</version>
947
            </dependency>
948

    
949
            <dependency>
950
                <groupId>org.gvsig</groupId>
951
                <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
952
                <version>2.0.14-SNAPSHOT</version>
953
            </dependency>
954
            <dependency>
955
                <groupId>org.gvsig</groupId>
956
                <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
957
                <version>2.0.14-SNAPSHOT</version>
958
            </dependency>
959
            <dependency>
960
                <groupId>org.gvsig</groupId>
961
                <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
962
                <version>2.0.14-SNAPSHOT</version>
963
            </dependency>
964
            <dependency>
965
              <groupId>org.gvsig</groupId>
966
              <artifactId>org.gvsig.newlayer.lib.api</artifactId>
967
              <version>2.0.14-SNAPSHOT</version>
968
            </dependency>
969
            <dependency>
970
              <groupId>org.gvsig</groupId>
971
              <artifactId>org.gvsig.newlayer.lib.api</artifactId>
972
              <version>2.0.14-SNAPSHOT</version>
973
              <type>test-jar</type>
974
            </dependency>
975
            <dependency>
976
              <groupId>org.gvsig</groupId>
977
              <artifactId>org.gvsig.newlayer.lib.impl</artifactId>
978
              <version>2.0.14-SNAPSHOT</version>
979
            </dependency>
980
            <dependency>
981
                <groupId>org.gvsig</groupId>
982
                <artifactId>org.gvsig.newlayer.prov.generic</artifactId>
983
                <version>2.0.14-SNAPSHOT</version>
984
            </dependency> 
985
            <dependency>
986
                <groupId>org.gvsig</groupId>
987
                <artifactId>org.gvsig.newlayer.prov.file</artifactId>
988
                <version>2.0.14-SNAPSHOT</version>
989
            </dependency> 
990
            <dependency>
991
                <groupId>org.gvsig</groupId>
992
                <artifactId>org.gvsig.newlayer.prov.shape</artifactId>
993
                <version>2.0.14-SNAPSHOT</version>
994
            </dependency> 
995
            <dependency>
996
                <groupId>org.gvsig</groupId>
997
                <artifactId>org.gvsig.symbology.lib.api</artifactId>
998
                <version>2.0.14-SNAPSHOT</version>
999
            </dependency>
1000
            <dependency>
1001
                <groupId>org.gvsig</groupId>
1002
                <artifactId>org.gvsig.symbology.lib.impl</artifactId>
1003
                <version>2.0.14-SNAPSHOT</version>
1004
            </dependency>
1005
            <dependency>
1006
                <groupId>org.gvsig</groupId>
1007
                <artifactId>org.gvsig.symbology.swing.api</artifactId>
1008
                <version>2.0.14-SNAPSHOT</version>
1009
            </dependency>
1010
            <dependency>
1011
                <groupId>org.gvsig</groupId>
1012
                <artifactId>org.gvsig.symbology.swing.impl</artifactId>
1013
                <version>2.0.14-SNAPSHOT</version>
1014
            </dependency>
1015
            <dependency>
1016
                <groupId>org.gvsig</groupId>
1017
                <artifactId>org.gvsig.fmap.geometry.api</artifactId>
1018
                <version>2.0.14-SNAPSHOT</version>
1019
            </dependency>
1020
            <dependency>
1021
                <groupId>org.gvsig</groupId>
1022
                <artifactId>org.gvsig.fmap.geometry.impl</artifactId>
1023
                <version>2.0.14-SNAPSHOT</version>
1024
            </dependency>
1025
            <dependency>
1026
                <groupId>org.gvsig</groupId>
1027
                <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
1028
                <version>2.0.14-SNAPSHOT</version>
1029
            </dependency>
1030
            <dependency>
1031
                <groupId>org.gvsig</groupId>
1032
                <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
1033
                <version>2.0.14-SNAPSHOT</version>
1034
            </dependency>
1035
            <dependency>
1036
                <groupId>org.gvsig</groupId>
1037
                <artifactId>org.gvsig.compat.api</artifactId>
1038
                <version>2.0.14-SNAPSHOT</version>
1039
            </dependency>
1040
            <dependency>
1041
                <groupId>org.gvsig</groupId>
1042
                <artifactId>org.gvsig.compat.se</artifactId>
1043
                <version>2.0.14-SNAPSHOT</version>
1044
            </dependency>
1045
            <dependency>
1046
                <groupId>org.gvsig</groupId>
1047
                <artifactId>org.gvsig.remoteclient</artifactId>
1048
                <version>2.0.14-SNAPSHOT</version>
1049
            </dependency>
1050
            <dependency>
1051
                <groupId>org.gvsig</groupId>
1052
                <artifactId>org.gvsig.i18n</artifactId>
1053
                <version>2.0.14-SNAPSHOT</version>
1054
            </dependency>
1055
            <dependency>
1056
                <groupId>org.gvsig</groupId>
1057
                <artifactId>org.gvsig.utils</artifactId>
1058
                <version>2.0.14-SNAPSHOT</version>
1059
            </dependency>
1060
            <dependency>
1061
              <groupId>org.gvsig</groupId>
1062
              <artifactId>org.gvsig.annotation.lib.api</artifactId>
1063
              <version>2.0.14-SNAPSHOT</version>
1064
            </dependency> 
1065
            <dependency>
1066
              <groupId>org.gvsig</groupId>
1067
              <artifactId>org.gvsig.annotation.lib.impl</artifactId>
1068
              <version>2.0.14-SNAPSHOT</version>
1069
            </dependency>  
1070
            <dependency>
1071
              <groupId>org.gvsig</groupId>
1072
              <artifactId>org.gvsig.annotation.swing.api</artifactId>
1073
              <version>2.0.14-SNAPSHOT</version>
1074
            </dependency>
1075
            <dependency>
1076
              <groupId>org.gvsig</groupId>
1077
              <artifactId>org.gvsig.annotation.swing.impl</artifactId>
1078
              <version>2.0.14-SNAPSHOT</version>
1079
            </dependency>
1080
            <dependency>
1081
              <groupId>org.gvsig</groupId>
1082
              <artifactId>org.gvsig.exportto.lib.api</artifactId>
1083
              <version>2.0.14-SNAPSHOT</version>
1084
            </dependency>
1085
            <dependency>
1086
              <groupId>org.gvsig</groupId>
1087
              <artifactId>org.gvsig.exportto.lib.api</artifactId>
1088
              <version>2.0.14-SNAPSHOT</version>
1089
              <type>test-jar</type>
1090
            </dependency>
1091
            <dependency>
1092
                <groupId>org.gvsig</groupId>
1093
                <artifactId>org.gvsig.exportto.lib.impl</artifactId>
1094
                <version>2.0.14-SNAPSHOT</version>
1095
            </dependency>
1096
            <dependency>
1097
                <groupId>org.gvsig</groupId>
1098
                <artifactId>org.gvsig.exportto.swing.api</artifactId>
1099
                <version>2.0.14-SNAPSHOT</version>
1100
            </dependency>
1101
            <dependency>
1102
                <groupId>org.gvsig</groupId>
1103
                <artifactId>org.gvsig.exportto.swing.spi</artifactId>
1104
                <version>2.0.14-SNAPSHOT</version>
1105
            </dependency>
1106
            <dependency>
1107
                <groupId>org.gvsig</groupId>
1108
                <artifactId>org.gvsig.exportto.swing.impl</artifactId>
1109
                <version>2.0.14-SNAPSHOT</version>
1110
            </dependency>
1111
            <dependency>
1112
                <groupId>org.gvsig</groupId>
1113
                <artifactId>org.gvsig.exportto.swing.prov.generic</artifactId>
1114
                <version>2.0.14-SNAPSHOT</version>
1115
            </dependency>
1116
            <dependency>
1117
                <groupId>org.gvsig</groupId>
1118
                <artifactId>org.gvsig.exportto.swing.prov.file</artifactId>
1119
                <version>2.0.14-SNAPSHOT</version>
1120
            </dependency>
1121
            <dependency>
1122
                <groupId>org.gvsig</groupId>
1123
                <artifactId>org.gvsig.exportto.swing.prov.jdbc</artifactId>
1124
                <version>2.0.14-SNAPSHOT</version>
1125
            </dependency>
1126
            <dependency>
1127
                <groupId>org.gvsig</groupId>
1128
                <artifactId>org.gvsig.exportto.swing.prov.shape</artifactId>
1129
                <version>2.0.14-SNAPSHOT</version>
1130
            </dependency>
1131
            <dependency>
1132
                <groupId>org.gvsig</groupId>
1133
                <artifactId>org.gvsig.exportto.swing.prov.dxf</artifactId>
1134
                <version>2.0.14-SNAPSHOT</version>
1135
            </dependency>
1136
            <dependency>
1137
                <groupId>org.gvsig</groupId>
1138
                <artifactId>org.gvsig.exportto.swing.prov.dbf</artifactId>
1139
                <version>2.0.14-SNAPSHOT</version>
1140
            </dependency>
1141
            <dependency>
1142
                <groupId>org.gvsig</groupId>
1143
                <artifactId>org.gvsig.exportto.swing.prov.postgresql</artifactId>
1144
                <version>2.0.14-SNAPSHOT</version>
1145
            </dependency>
1146
            <dependency>
1147
                <groupId>org.gvsig</groupId>
1148
                <artifactId>org.gvsig.exportto.swing.prov.mysql</artifactId>
1149
                <version>2.0.14-SNAPSHOT</version>
1150
            </dependency>
1151
            <dependency>
1152
                <groupId>org.gvsig</groupId>
1153
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1154
                <version>2.0.14-SNAPSHOT</version>
1155
            </dependency>
1156
            <dependency>
1157
                <groupId>org.gvsig</groupId>
1158
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1159
                <version>2.0.14-SNAPSHOT</version>
1160
                <type>test-jar</type>
1161
                <scope>test</scope>
1162
            </dependency>
1163
            <dependency>
1164
                <groupId>org.gvsig</groupId>
1165
                <artifactId>org.gvsig.personaldb.lib.impl</artifactId>
1166
                <version>2.0.14-SNAPSHOT</version>
1167
            </dependency>
1168
            <dependency>
1169
              <groupId>org.gvsig</groupId>
1170
              <artifactId>org.gvsig.installer.swing.api</artifactId>
1171
              <version>2.0.14-SNAPSHOT</version>
1172
            </dependency>
1173
            <dependency>
1174
                <groupId>org.gvsig</groupId>
1175
                <artifactId>org.gvsig.installer.swing.impl</artifactId>
1176
                <version>2.0.14-SNAPSHOT</version>
1177
            </dependency>
1178
            <dependency>
1179
              <groupId>org.gvsig</groupId>
1180
              <artifactId>org.gvsig.installer.lib.api</artifactId>
1181
              <version>2.0.14-SNAPSHOT</version>
1182
            </dependency>
1183
            <dependency>
1184
              <groupId>org.gvsig</groupId>
1185
              <artifactId>org.gvsig.installer.lib.spi</artifactId>
1186
              <version>2.0.14-SNAPSHOT</version>
1187
            </dependency>
1188
            <dependency>
1189
              <groupId>org.gvsig</groupId>
1190
              <artifactId>org.gvsig.installer.lib.impl</artifactId>
1191
              <version>2.0.14-SNAPSHOT</version>
1192
            </dependency>
1193
            <dependency>
1194
              <groupId>org.gvsig</groupId>
1195
              <artifactId>org.gvsig.installer.prov.plugin</artifactId>
1196
              <version>2.0.14-SNAPSHOT</version>
1197
            </dependency>
1198
            <dependency>
1199
              <groupId>org.gvsig</groupId>
1200
              <artifactId>org.gvsig.geodb.app.mainplugin</artifactId>
1201
              <version>2.0.14-SNAPSHOT</version>
1202
            </dependency>
1203

    
1204
            <dependency>
1205
              <groupId>org.gvsig</groupId>
1206
              <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
1207
              <version>2.0.14-SNAPSHOT</version>
1208
            </dependency>  
1209
            <dependency>
1210
              <groupId>org.gvsig</groupId>
1211
              <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1212
              <version>2.0.14-SNAPSHOT</version>
1213
            </dependency>  
1214
            <dependency>
1215
              <groupId>org.gvsig</groupId>
1216
              <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1217
              <version>2.0.14-SNAPSHOT</version>
1218
              <type>test-jar</type>
1219
              <scope>test</scope>
1220
            </dependency>  
1221

    
1222
        </dependencies>
1223
    </dependencyManagement>
1224

    
1225
    <dependencies>
1226
      <dependency>
1227
          <groupId>junit</groupId>
1228
          <artifactId>junit</artifactId>
1229
          <scope>test</scope>
1230
      </dependency>
1231
    </dependencies>
1232

    
1233
    <build>
1234
        <extensions>
1235
            <extension>
1236
                <groupId>org.apache.maven.wagon</groupId>
1237
                <artifactId>wagon-webdav-jackrabbit</artifactId>
1238
                <version>2.4</version>
1239
            </extension>
1240
        </extensions>
1241

    
1242
      <pluginManagement>
1243
        <plugins>
1244

    
1245
          <plugin>
1246
            <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
1247
            <groupId>org.eclipse.m2e</groupId>
1248
            <artifactId>lifecycle-mapping</artifactId>
1249
            <version>1.0.0</version>
1250
            <configuration>
1251
              <lifecycleMappingMetadata>
1252
                <pluginExecutions>
1253
                  <pluginExecution>
1254
                    <pluginExecutionFilter>
1255
                      <groupId>org.gvsig</groupId>
1256
                      <artifactId> org.gvsig.installer.maven </artifactId>
1257
                      <versionRange> [2.0.10-SNAPSHOT,) </versionRange>
1258
                      <goals>
1259
                        <goal>write-info</goal>
1260
                      </goals>
1261
                    </pluginExecutionFilter>
1262
                    <action>
1263
                      <ignore />
1264
                    </action>
1265
                  </pluginExecution>
1266
                  <pluginExecution>
1267
                    <pluginExecutionFilter>
1268
                      <groupId> org.codehaus.mojo </groupId>
1269
                      <artifactId> properties-maven-plugin </artifactId>
1270
                      <versionRange> [1.0-alpha-2,) </versionRange>
1271
                      <goals>
1272
                        <goal>
1273
                          read-project-properties
1274
                        </goal>
1275
                      </goals>
1276
                    </pluginExecutionFilter>
1277
                    <action>
1278
                      <ignore />
1279
                    </action>
1280
                  </pluginExecution>
1281
                </pluginExecutions>
1282
              </lifecycleMappingMetadata>
1283
            </configuration>
1284
          </plugin>
1285

    
1286
          <plugin>
1287
              <groupId>org.apache.maven.plugins</groupId>
1288
              <artifactId>maven-compiler-plugin</artifactId>
1289
              <version>2.3.2</version>
1290
              <configuration>
1291
                  <source>1.5</source>
1292
                  <target>1.5</target>
1293
                  <encoding>ISO-8859-1</encoding>
1294
              </configuration>
1295
          </plugin>
1296

    
1297
          <plugin>
1298
              <groupId>org.apache.maven.plugins</groupId>
1299
              <artifactId>maven-resources-plugin</artifactId>
1300
              <version>2.4.3</version>
1301
              <configuration>
1302
                  <encoding>ISO-8859-1</encoding>
1303
              </configuration>
1304
          </plugin>
1305

    
1306
          <plugin>
1307
              <groupId>org.apache.maven.plugins</groupId>
1308
              <artifactId>maven-eclipse-plugin</artifactId>
1309
              <configuration>
1310
                  <downloadSources>true</downloadSources>
1311
                  <downloadJavadocs>true</downloadJavadocs>
1312
                  <projectNameTemplate>${project.artifactId}</projectNameTemplate>
1313
              </configuration>
1314
          </plugin>
1315

    
1316
          <plugin>
1317
              <groupId>org.apache.maven.plugins</groupId>
1318
              <artifactId>maven-surefire-plugin</artifactId>
1319
              <version>2.7.1</version>
1320
              <configuration>
1321
                  <forkMode>once</forkMode>
1322
                  <environmentVariables>
1323
                      <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1324
                      <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1325
                      <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1326
                      <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1327
                      <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1328
                      <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1329
                  </environmentVariables>
1330
              </configuration>
1331
          </plugin>
1332

    
1333
          <plugin>
1334
              <groupId>org.apache.maven.plugins</groupId>
1335
              <artifactId>maven-failsafe-plugin</artifactId>
1336
              <executions>
1337
                  <execution>
1338
                      <goals>
1339
                          <goal>integration-test</goal>
1340
                          <goal>verify</goal>
1341
                      </goals>
1342
                  </execution>
1343
              </executions>
1344
              <configuration>
1345
                  <forkMode>once</forkMode>
1346
                  <environmentVariables>
1347
                      <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1348
                      <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1349
                      <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1350
                      <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1351
                      <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1352
                      <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1353
                  </environmentVariables>
1354
              </configuration>
1355
          </plugin>
1356

    
1357
          <plugin>
1358
              <groupId>org.apache.maven.plugins</groupId>
1359
              <artifactId>maven-javadoc-plugin</artifactId>
1360
              <version>2.9</version>
1361
              <configuration>
1362
                  <docTitle>${project.name} ${project.version}</docTitle>
1363
                  <encoding>ISO-8859-1</encoding>
1364
                  <footer />
1365
                  <header />
1366
                  <keywords>false</keywords>
1367
                                  <!-- Don't include the deprecateds items in the javadoc -->
1368
                                  <nodeprecated>true</nodeprecated>
1369
                                  <!-- Don't generate javadoc of project with submodules -->
1370
                            <aggregate>false</aggregate>
1371
                            <!-- Removed detection of links due to its high cost -->
1372
                                  <detectJavaApiLink>false</detectJavaApiLink>
1373
                                  <detectLinks>false</detectLinks>
1374
                                  <detectOfflineLinks>false</detectOfflineLinks>
1375
                                  <!-- Removed the inclusion of dependencies sources due to their high cost -->
1376
                                  <includeDependencySources>false</includeDependencySources>
1377
                                  <includeTransitiveDependencySources>false</includeTransitiveDependencySources>                  
1378
                  
1379
                  <javaApiLinks>
1380
                      <property>
1381
                          <name>api_1.4</name>
1382
                          <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
1383
                      </property>
1384
                      <property>
1385
                          <name>api_1.5</name>
1386
                          <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
1387
                      </property>
1388
                      <property>
1389
                          <name>api_1.6</name>
1390
                          <value>http://download.oracle.com/javase/6/docs/api/</value>
1391
                      </property>
1392
                  </javaApiLinks>
1393
              </configuration>
1394
          </plugin>
1395

    
1396
          <plugin>
1397
              <groupId>org.apache.maven.plugins</groupId>
1398
              <artifactId>maven-site-plugin</artifactId>
1399
              <version>3.3</version>
1400
              <configuration>
1401
                  <chmod>true</chmod>
1402
                  <chmodMode>a+rwX</chmodMode>
1403
              </configuration>
1404
          </plugin>
1405

    
1406
          <plugin>
1407
              <groupId>org.apache.maven.plugins</groupId>
1408
              <artifactId>maven-jar-plugin</artifactId>
1409
              <version>2.3.1</version>
1410
              <configuration>
1411
                  <archive>
1412
                      <manifestEntries>
1413
                          <Built-By>gvSIG Team</Built-By>
1414
                      </manifestEntries>
1415
                  </archive>
1416
              </configuration>
1417
          </plugin>
1418
          
1419
          <plugin>
1420
            <groupId>org.codehaus.mojo</groupId>
1421
            <artifactId>properties-maven-plugin</artifactId>
1422
            <version>1.0-alpha-2</version>
1423
          </plugin>
1424
  
1425
          <plugin>
1426
            <groupId>org.codehaus.gmaven</groupId>
1427
            <artifactId>gmaven-plugin</artifactId>
1428
            <version>1.4</version>
1429
          </plugin>
1430
  
1431
          <plugin>
1432
            <groupId>org.apache.maven.plugins</groupId>
1433
            <artifactId>maven-antrun-plugin</artifactId>
1434
            <version>1.7</version>
1435
          </plugin>
1436

    
1437
          <plugin>
1438
            <groupId>org.codehaus.mojo</groupId>
1439
            <artifactId>animal-sniffer-maven-plugin</artifactId>
1440
            <version>1.9</version>
1441
          </plugin>
1442

    
1443
          <plugin>
1444
              <groupId>org.apache.maven.plugins</groupId>
1445
              <artifactId>maven-release-plugin</artifactId>
1446
              <version>2.1</version>
1447
          </plugin>
1448

    
1449
          <plugin>
1450
            <groupId>org.apache.maven.plugins</groupId>
1451
            <artifactId>maven-assembly-plugin</artifactId>
1452
            <version>2.2-beta-5</version>
1453
          </plugin>
1454

    
1455
          <plugin>
1456
            <groupId>org.apache.maven.plugins</groupId>
1457
            <artifactId>maven-clean-plugin</artifactId>
1458
            <version>2.4.1</version>
1459
          </plugin>
1460
          
1461
          <plugin>
1462
              <groupId>org.codehaus.mojo</groupId>
1463
              <artifactId>exec-maven-plugin</artifactId>
1464
              <version>1.2</version>
1465
          </plugin>    
1466

    
1467
          <plugin>
1468
                  <!-- invoke as "mvn license:format" to fix the header -->
1469
                  <!-- invoke as "mvn license:check" to check the header -->
1470
                  <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1471
              <groupId>com.mycila.maven-license-plugin</groupId>
1472
              <artifactId>maven-license-plugin</artifactId>
1473
              <version>1.10.b1</version>
1474
              <configuration>
1475
                      <header>header.txt</header>
1476
                      <failIfMissing>false</failIfMissing>
1477
                      <aggregate>false</aggregate>
1478
                      <strictCheck>true</strictCheck>
1479
                      <encoding>ISO-8859-1</encoding>
1480
                      <quiet>false</quiet>
1481
                      <excludes>
1482
                          <exclude>**/*.properties</exclude>
1483
                          <exclude>**/*.txt</exclude>
1484
                          <exclude>**/*.jpg</exclude>
1485
                          <exclude>**/*.jpeg</exclude>
1486
                          <exclude>**/*.svg</exclude>
1487
                          <exclude>**/*.png</exclude>
1488
                          <exclude>**/*.gvssym</exclude>
1489
                          <exclude>**/*.def</exclude>
1490
                          <exclude>**/*.msg</exclude>
1491
                      </excludes>
1492
                  </configuration>
1493
                  <dependencies>
1494
                      <dependency>
1495
                          <groupId>org.gvsig</groupId>
1496
                          <artifactId>org.gvsig.desktop.buildtools</artifactId>
1497
                          <version>1.0.0</version>
1498
                      </dependency>
1499
                  </dependencies>
1500
          </plugin>    
1501

    
1502
          <plugin>
1503
            <groupId>org.apache.maven.plugins</groupId>
1504
            <artifactId>maven-checkstyle-plugin</artifactId>
1505
            <version>2.10</version>
1506
          </plugin>
1507

    
1508
          <plugin>
1509
              <groupId>org.apache.maven.plugins</groupId>
1510
              <artifactId>maven-source-plugin</artifactId>
1511
              <version>2.2.1</version>
1512
          </plugin>
1513

    
1514
        </plugins>
1515
      </pluginManagement>
1516

    
1517
      <plugins>
1518

    
1519
        <plugin>
1520
          <artifactId>maven-clean-plugin</artifactId>
1521
          <configuration>
1522
            <filesets>
1523
              <fileset>
1524
                <directory>${user.home}/.depman/</directory>
1525
                <includes>
1526
                  <include>**</include>
1527
                </includes>
1528
              </fileset>
1529
            </filesets>
1530
            <followSymLinks>true</followSymLinks>
1531
          </configuration>
1532
        </plugin>
1533

    
1534
        <plugin>
1535
            <groupId>org.apache.maven.plugins</groupId>
1536
            <artifactId>maven-release-plugin</artifactId>
1537
            <configuration>
1538
                <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/</tagBase>
1539
                        <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules  
1540
                        are not installed, so the dependencies between modules are not met. With this configuration   
1541
                        we force the module installation. -->  
1542
                        <preparationGoals>clean install</preparationGoals>  
1543
                        <autoVersionSubmodules>true</autoVersionSubmodules>
1544
            </configuration>
1545
        </plugin>
1546

    
1547
        <plugin>
1548
          <!-- load ".gvsig-devel.properties" -->
1549
          <groupId>org.codehaus.mojo</groupId>
1550
          <artifactId>properties-maven-plugin</artifactId>
1551
          <configuration>
1552
              <files>
1553
                  <!-- Define gvsig.product.folder.path in this property -->
1554
                  <file>${user.home}/.gvsig-devel.properties</file>
1555
                  <file>${env.HOME}/.gvsig-devel.properties</file>
1556
                  <file>${project.basedir}/gvsig-devel.properties</file>
1557
              </files>
1558
              <quiet>true</quiet>
1559
          </configuration>
1560
          <executions>
1561
              <execution>
1562
                  <id>default</id>
1563
                  <phase>prepare-package</phase>
1564
                  <goals>
1565
                      <goal>read-project-properties</goal>
1566
                  </goals>
1567
              </execution>
1568
              <execution>
1569
                <id>default-clean</id>
1570
                <phase>pre-clean</phase>
1571
                <goals>
1572
                    <goal>read-project-properties</goal>
1573
                </goals>
1574
            </execution>
1575
          </executions>
1576
        </plugin>
1577

    
1578
        <plugin>
1579
          <!-- Check if exists ".gvsig-devel.properties" and create if not exists -->
1580
          <groupId>org.codehaus.gmaven</groupId>
1581
          <artifactId>gmaven-plugin</artifactId>
1582
          <inherited>false</inherited>
1583
          <executions>
1584
            <execution>
1585
            <phase>generate-sources</phase>
1586
            <goals>
1587
              <goal>execute</goal>
1588
            </goals>
1589
            <configuration>
1590
              <source><![CDATA[
1591
                home = System.getenv('HOME')
1592
                if( home == null ) {
1593
                        home = System.properties['user.home']
1594
                }
1595
                Properties props = new Properties()
1596
                File propsFile = new File(home + "/.gvsig-devel.properties")
1597
                gvsigProductFolderPathDefault = project.properties["gvsig.product.folder.path"]
1598
                // println "Default gvsig.product.folder.path = " + gvsigProductFolderPathDefault
1599
                try {
1600
                  props.load(propsFile.newDataInputStream())
1601
                  gvsigProductFolderPath = props.getProperty('gvsig.product.folder.path')
1602
                  if( gvsigProductFolderPath == null ) {
1603
                    gvsigProductFolderPath = gvsigProductFolderPathDefault
1604
                    props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1605
                    props.store(propsFile.newWriter(), null)
1606
                  }
1607
                } catch(java.io.FileNotFoundException e){
1608
                  gvsigProductFolderPath = gvsigProductFolderPathDefault
1609
                  props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1610
                  props.store(propsFile.newWriter(), null)
1611
                }
1612
                log.info("Current gvsig.product.folder.path = " + gvsigProductFolderPath)
1613
              ]]></source>
1614
            </configuration>
1615
            </execution>
1616
          </executions>
1617
        </plugin>
1618

    
1619

    
1620
      <plugin>
1621
        <!-- Package the roor folder of gvSIG desktop -->
1622
        <artifactId>maven-assembly-plugin</artifactId>
1623
        <inherited>false</inherited>
1624
        <configuration>
1625
            <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
1626
            <appendAssemblyId>false</appendAssemblyId>
1627
        </configuration>
1628
        <executions>
1629
          <execution>
1630
            <id>gvsig-plugin-package</id>
1631
            <phase>package</phase>
1632
            <goals>
1633
                <goal>single</goal>
1634
            </goals>
1635
            <configuration>
1636
              <finalName>${project.artifactId}-${project.version}-root-folder</finalName>
1637
              <descriptors>
1638
                <descriptorId>src/main/assembly/gvsig-root-folder-package.xml</descriptorId>
1639
              </descriptors>
1640
            </configuration>
1641
          </execution>
1642
        </executions>
1643
      </plugin>
1644

    
1645
      <plugin>
1646
        <!-- Install the root folder of gvSIG desktop in product folder -->
1647
        <artifactId>maven-antrun-plugin</artifactId>
1648
        <inherited>false</inherited>
1649
        <executions>
1650
          <execution>
1651
            <id>gvsig-plugin-install</id>
1652
            <phase>install</phase>
1653
            <configuration>
1654
              <target>
1655
                <unzip src="target/${project.artifactId}-${project.version}-root-folder.zip" dest="${gvsig.product.folder.path}" />
1656
              </target>
1657
            </configuration>
1658
            <goals>
1659
              <goal>run</goal>
1660
            </goals>
1661
          </execution>
1662
        </executions>
1663
      </plugin>
1664

    
1665
      <plugin>
1666
          <groupId>org.codehaus.mojo</groupId>
1667
          <artifactId>animal-sniffer-maven-plugin</artifactId>
1668
          <executions>
1669
              <execution>
1670
                  <id>check-java-api</id>
1671
                  <phase>package</phase>
1672
                  <goals>
1673
                      <goal>check</goal>
1674
                  </goals>
1675
                  <configuration>
1676
                            <skip>false</skip>
1677
                      <signature>
1678
                          <groupId>org.codehaus.mojo.signature</groupId>
1679
                          <artifactId>java15</artifactId>
1680
                          <version>1.0</version>
1681
                      </signature>
1682
                      <ignores>
1683
                          <ignore>net.sourceforge.cobertura.coveragedata.TouchCollector</ignore>
1684
                      </ignores>
1685
                  </configuration>
1686
              </execution>
1687
          </executions>
1688
      </plugin>
1689

    
1690
      <plugin>
1691
          <groupId>org.apache.maven.plugins</groupId>
1692
          <artifactId>maven-javadoc-plugin</artifactId>
1693
          <executions>
1694
              <execution>
1695
                  <id>attach-javadocs</id>
1696
                  <goals>
1697
                      <goal>jar</goal>
1698
                  </goals>
1699
              </execution>
1700
          </executions>
1701
      </plugin>
1702

    
1703
      <plugin>
1704
          <groupId>org.apache.maven.plugins</groupId>
1705
          <artifactId>maven-source-plugin</artifactId>
1706
          <configuration>
1707
            <skipSource>false</skipSource> <!-- User property is: source.skip. -->
1708
          </configuration>
1709
          <executions>
1710
              <execution>
1711
                  <id>attach-sources</id>
1712
                  <phase>verify</phase>
1713
                  <goals>
1714
                      <goal>jar-no-fork</goal>
1715
                  </goals>
1716
              </execution>
1717
              <execution>
1718
                  <id>attach-test-sources</id>
1719
                  <phase>verify</phase>
1720
                  <goals>
1721
                      <goal>test-jar-no-fork</goal>
1722
                  </goals>
1723
              </execution>
1724
          </executions>
1725
      </plugin>
1726
      
1727
      <plugin>
1728
        <groupId>org.apache.maven.plugins</groupId>
1729
        <artifactId>maven-checkstyle-plugin</artifactId>
1730
        <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
1731
        <configuration>
1732
          <skip>false</skip> <!-- User property is: checkstyle.skip. -->
1733
          <enableRulesSummary>true</enableRulesSummary>
1734
          <failsOnError>false</failsOnError>
1735
          <configLocation>gvsig/checkstyle.xml</configLocation>
1736
          <headerLocation>gvsig/LICENSE.txt</headerLocation>
1737
        </configuration>
1738
        <dependencies>
1739
          <dependency>
1740
              <groupId>org.gvsig</groupId>
1741
              <artifactId>org.gvsig.desktop.buildtools</artifactId>
1742
              <version>1.0.0</version>
1743
          </dependency>
1744
        </dependencies>
1745
      </plugin>
1746
      
1747
      <plugin>
1748
        <!-- to continue building  when test fail -->
1749
        <groupId>org.apache.maven.plugins</groupId>
1750
        <artifactId>maven-surefire-plugin</artifactId>
1751
        <configuration>
1752
          <testFailureIgnore>true</testFailureIgnore>
1753
        </configuration>
1754
      </plugin>
1755

    
1756
    </plugins>
1757
  </build>
1758

    
1759

    
1760
         <reporting>
1761
            <excludeDefaults>true</excludeDefaults>
1762
            <plugins>
1763
              <plugin>
1764
                <groupId>org.apache.maven.plugins</groupId>
1765
                <artifactId>maven-project-info-reports-plugin</artifactId>
1766
            <version>2.7</version>
1767
            <reportSets>
1768
                  <reportSet>
1769
                    <reports>
1770
                      <report>index</report>
1771
                      <report>summary</report>
1772
                      <report>scm</report>
1773
                      <report>license</report>
1774
                      <report>project-team</report>
1775
                      <report>issue-tracking</report>
1776
                      <report>mailing-list</report>
1777
                      <report>modules</report>
1778

    
1779
                       <report>dependency-info</report>
1780
                                    <!-- Removed due to its high cost                       
1781
                      <report>dependency-management</report>
1782
                      <report>dependencies</report>
1783
                      -->
1784
                      <report>dependency-convergence</report>
1785

    
1786
                                  <!--                       
1787
                      <report>plugins</report>
1788
                      <report>plugin-management</report>
1789
                      <report>distribution-management</report>
1790
                      -->
1791
                      
1792
                      <!-- gvSIG does not have Continuous Integration System
1793
                        <report>cim</report>
1794
                      -->
1795
                    </reports>
1796
                  </reportSet>
1797
                </reportSets>
1798
              </plugin>
1799
              <plugin>
1800
                <groupId>org.apache.maven.plugins</groupId>
1801
                <artifactId>maven-javadoc-plugin</artifactId>
1802
                <!-- Do not use the version 2.9, does not manage properly the submodules -->
1803
            <version>2.9.1</version>
1804
                <configuration>
1805
                                <!-- Don't include the deprecateds items in the javadoc -->
1806
                                <nodeprecated>true</nodeprecated>
1807
                                <!-- Don't generate javadoc of project with submodules -->
1808
                          <aggregate>false</aggregate>
1809
                          <!-- Removed detection of links due to its high cost -->
1810
                                <detectJavaApiLink>false</detectJavaApiLink>
1811
                                <detectLinks>false</detectLinks>
1812
                                <detectOfflineLinks>false</detectOfflineLinks>
1813
                                <!-- Removed the inclusion of dependencies sources due to their high cost -->
1814
                                <includeDependencySources>false</includeDependencySources>
1815
                                <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1816
                </configuration>
1817
            <reportSets>
1818
                <reportSet>
1819
                    <id>html</id>
1820
                    <reports>
1821
                        <report>javadoc</report>
1822
                        <!-- removed javadocs of tests -->
1823
                    </reports>
1824
                </reportSet>
1825
            </reportSets>
1826
              </plugin>
1827
              <plugin>
1828
                <groupId>org.apache.maven.plugins</groupId>
1829
                <artifactId>maven-jxr-plugin</artifactId>
1830
            <version>2.3</version>
1831
                <configuration>
1832
                  <linkJavadoc>true</linkJavadoc>
1833
                  <aggregate>false</aggregate>
1834
                </configuration>
1835
              </plugin>
1836
              <plugin>
1837
                <groupId>org.codehaus.mojo</groupId>
1838
                <artifactId>findbugs-maven-plugin</artifactId>
1839
                <version>2.5.2</version>
1840
              </plugin>
1841
                    
1842
            </plugins>
1843
          </reporting>
1844
        
1845
      
1846
  <properties>
1847
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
1848
    <localRepository>${user.home}/.m2/repository</localRepository>
1849
    <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
1850
    <eclipse.project.name>${project.artifactId}</eclipse.project.name>
1851

    
1852
    <gvsig.tools.version>3.0.4</gvsig.tools.version>
1853
        <gvsig.about.version>1.0.0</gvsig.about.version>
1854
    <gvsig.metadata.version>1.0.0</gvsig.metadata.version>
1855
    <gvsig.proj.version>1.0.0</gvsig.proj.version>
1856
        <gvsig.timesupport.version>1.0.0</gvsig.timesupport.version>
1857
        
1858
    <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
1859
  </properties>
1860

    
1861
  <modules>
1862
    <module>org.gvsig.desktop.compat.cdc</module>
1863
    <module>org.gvsig.desktop.library</module>
1864
    <module>org.gvsig.desktop.framework</module>
1865
    <module>org.gvsig.desktop.plugin</module>
1866

    
1867
    <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
1868
    <!-- NOTE: Project  org.gvsig.desktop.buildtools must not be a sub module of this. -->
1869

    
1870
  </modules>
1871
</project>
1872