Statistics
| Revision:

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

History | View | Annotate | Download (71.5 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="UTF-8"?>
2 40512 jjdelcerro
<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 40435 jjdelcerro
4
    <modelVersion>4.0.0</modelVersion>
5
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.desktop</artifactId>
7
    <packaging>pom</packaging>
8
9 40501 jjdelcerro
    <!-- Update property  gvsig.desktop.version when update-->
10 40435 jjdelcerro
    <!-- project version  -->
11 40528 jjdelcerro
    <version>2.0.14-SNAPSHOT</version>
12 40435 jjdelcerro
13
    <name>${project.artifactId}</name>
14
    <description>
15 40513 jjdelcerro
            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 40435 jjdelcerro
    </description>
26
27 40472 jjdelcerro
    <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 40435 jjdelcerro
41 40480 jjdelcerro
    <organization>
42
        <name>gvSIG Association</name>
43
        <url>http://www.gvsig.com/</url>
44
    </organization>
45 40435 jjdelcerro
46 40480 jjdelcerro
    <scm>
47 40528 jjdelcerro
        <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 40480 jjdelcerro
    </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 40435 jjdelcerro
    <distributionManagement>
71
      <site>
72
        <id>gvsig-repository</id>
73
        <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
74
      </site>
75 40480 jjdelcerro
      <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 40435 jjdelcerro
    </distributionManagement>
88 40480 jjdelcerro
89
    <issueManagement>
90
      <system>redmine</system>
91
      <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
92
    </issueManagement>
93 40435 jjdelcerro
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>bsf</groupId>
241
                <artifactId>bsf</artifactId>
242
                <version>2.3.0-rc1</version>
243
            </dependency>
244
            <dependency>
245
                <groupId>org.apache.bsf</groupId>
246
                <artifactId>bsf-api</artifactId>
247
                <version>3.1</version>
248
            </dependency>
249
            <dependency>
250
                <groupId>org.apache.bsf</groupId>
251
                <artifactId>bsf-utils</artifactId>
252
                <version>3.1</version>
253
            </dependency>
254
            <dependency>
255
                <groupId>bsh</groupId>
256
                <artifactId>bsh</artifactId>
257
                <version>2.0b4</version>
258
            </dependency>
259
            <dependency>
260
                <groupId>castor</groupId>
261
                <artifactId>castor</artifactId>
262
                <version>0.9.5.3</version>
263
            </dependency>
264
            <dependency>
265
                <groupId>commons-beanutils</groupId>
266
                <artifactId>commons-beanutils</artifactId>
267
                <version>1.6</version>
268
            </dependency>
269
            <dependency>
270
                <groupId>commons-dbcp</groupId>
271
                <artifactId>commons-dbcp</artifactId>
272
                <version>1.2.2</version>
273
            </dependency>
274
            <dependency>
275
              <groupId>commons-codec</groupId>
276
              <artifactId>commons-codec</artifactId>
277
              <version>1.6</version>
278
            </dependency>
279
            <dependency>
280
                <groupId>commons-collections</groupId>
281
                <artifactId>commons-collections</artifactId>
282
                <version>3.2.1</version>
283
            </dependency>
284
            <dependency>
285
                <groupId>commons-httpclient</groupId>
286
                <artifactId>commons-httpclient</artifactId>
287
                <version>2.0.2</version>
288
            </dependency>
289
            <dependency>
290
              <groupId>commons-cli</groupId>
291
              <artifactId>commons-cli</artifactId>
292
              <version>1.2</version>
293
            </dependency>
294
            <dependency>
295
                <groupId>commons-io</groupId>
296
                <artifactId>commons-io</artifactId>
297
                <version>2.4</version>
298
            </dependency>
299
            <dependency>
300
                <groupId>commons-logging</groupId>
301
                <artifactId>commons-logging</artifactId>
302
                <version>1.1.1</version>
303
            </dependency>
304
            <dependency>
305
                <groupId>commons-logging</groupId>
306
                <artifactId>commons-logging</artifactId>
307
                <version>1.1.1</version>
308
                <classifier>api</classifier>
309
            </dependency>
310
            <dependency>
311
                <groupId>org.dspace</groupId>
312
                <artifactId>cql-java</artifactId>
313
                <version>1.0</version>
314
            </dependency>
315
            <dependency>
316
              <groupId>easymock</groupId>
317
              <artifactId>easymock</artifactId>
318
              <version>1.2_Java1.3</version>
319
            </dependency>
320
            <dependency>
321
              <groupId>easymock</groupId>
322
              <artifactId>easymockclassextension</artifactId>
323
              <version>1.2</version>
324
            </dependency>
325
            <dependency>
326
                <groupId>flanagan</groupId>
327
                <artifactId>flanagan</artifactId>
328
                <version>20090616</version>
329
            </dependency>
330
            <dependency>
331
                <groupId>net.sf</groupId>
332
                <artifactId>flib-jcalendar</artifactId>
333
                <version>unknown</version>
334
            </dependency>
335
            <dependency>
336
                <groupId>org.opengis</groupId>
337
                <artifactId>geoapi</artifactId>
338
                <version>2.0</version>
339
            </dependency>
340
            <dependency>
341
                <groupId>geojava</groupId>
342
                <artifactId>geojava</artifactId>
343
                <version>unknown</version>
344
            </dependency>
345
            <dependency>
346
                <groupId>org.geonames</groupId>
347
                <artifactId>geonames</artifactId>
348
                <version>1.0</version>
349
                <classifier>java5</classifier>
350
            </dependency>
351
            <dependency>
352
                <groupId>org.codehaus.groovy</groupId>
353
                <artifactId>groovy-all</artifactId>
354
                <version>1.7.6</version>
355
            </dependency>
356
           <dependency>
357
                <groupId>org.geotools</groupId>
358
                <artifactId>gt2-legacy</artifactId>
359
                <version>2.2-RC2</version>
360
            </dependency>
361
            <dependency>
362
                <groupId>org.geotools</groupId>
363
                <artifactId>gt2-main</artifactId>
364
                <version>2.2.2</version>
365
            </dependency>
366
            <dependency>
367
                <groupId>org.geotools</groupId>
368
                <artifactId>gt2-referencing</artifactId>
369
                <version>2.2-RC2</version>
370
            </dependency>
371
            <dependency>
372
                <groupId>hsqldb</groupId>
373
                <artifactId>hsqldb</artifactId>
374
                <version>1.8.0.10</version>
375
            </dependency>
376
            <dependency>
377
                <groupId>com.h2database</groupId>
378
                <artifactId>h2</artifactId>
379
                <version>1.3.150</version>
380
            </dependency>
381
            <dependency>
382
                <groupId>org.ini4j</groupId>
383
                <artifactId>ini4j</artifactId>
384
                <version>0.5.1</version>
385
            </dependency>
386
            <dependency>
387
                <groupId>com.lowagie</groupId>
388
                <artifactId>itext</artifactId>
389
                <version>2.1.4</version>
390
            </dependency>
391
            <dependency>
392
                <groupId>javax.media</groupId>
393
                <artifactId>jai_core</artifactId>
394
                <version>1.1.3</version>
395
            </dependency>
396
            <dependency>
397
                <groupId>javax.media</groupId>
398
                <artifactId>jai_codec</artifactId>
399
                <version>1.1.3</version>
400
            </dependency>
401
            <dependency>
402
                <groupId>gov.nist.math</groupId>
403
                <artifactId>jama</artifactId>
404
                <version>unknown</version>
405
            </dependency>
406
            <dependency>
407
                <groupId>javax.help</groupId>
408
                <artifactId>javahelp</artifactId>
409
                <version>2.0.05</version>
410
            </dependency>
411
            <dependency>
412
                <groupId>com.toedter</groupId>
413
                <artifactId>jcalendar</artifactId>
414
                <version>1.1.4</version>
415
            </dependency>
416
            <dependency>
417
                <groupId>jfree</groupId>
418
                <artifactId>jcommon</artifactId>
419
                <version>1.0.12</version>
420
            </dependency>
421
            <dependency>
422
                <groupId>jdom</groupId>
423
                <artifactId>jdom</artifactId>
424
                <version>1.0</version>
425
            </dependency>
426
            <dependency>
427
                <groupId>org.nfunk</groupId>
428
                <artifactId>jep</artifactId>
429
                <version>2.4.0</version>
430
            </dependency>
431
            <dependency>
432
                <groupId>jfree</groupId>
433
                <artifactId>jfreechart</artifactId>
434
                <version>1.0.7</version>
435
            </dependency>
436
            <dependency>
437
                <groupId>org.jfree</groupId>
438
                <artifactId>jfreechart</artifactId>
439
                <version>1.0.14</version>
440
            </dependency>
441
            <dependency>
442
                <groupId>org.jgraf</groupId>
443
                <artifactId>jgraf</artifactId>
444
                <version>0.0.1</version>
445
            </dependency>
446
            <dependency>
447
                <groupId>net.sf</groupId>
448
                <artifactId>jgraph</artifactId>
449
                <version>5.10.1.5</version>
450
            </dependency>
451
            <dependency>
452
                <groupId>net.sf</groupId>
453
                <artifactId>jgridshiftapi</artifactId>
454
                <version>1.0</version>
455
            </dependency>
456
            <dependency>
457
                <groupId>com.sun</groupId>
458
                <artifactId>jimi</artifactId>
459
                <version>1.1</version>
460
            </dependency>
461
            <dependency>
462
                <groupId>org.jpedal</groupId>
463
                <artifactId>jpedal_lgpl</artifactId>
464
                <version>4.37b36</version>
465
            </dependency>
466
            <dependency>
467
                <groupId>org.jruby</groupId>
468
                <artifactId>jruby</artifactId>
469
                <version>1.5.6</version>
470
            </dependency>
471
            <dependency>
472
                <groupId>rhino</groupId>
473
                <artifactId>js</artifactId>
474 40508 jjdelcerro
                <!-- This is the version already included in Java 1.6 -->
475 40435 jjdelcerro
                <version>1.6R2</version>
476
            </dependency>
477
            <dependency>
478
                <groupId>net.sf</groupId>
479
                <artifactId>jsi</artifactId>
480
                <version>unknown</version>
481
            </dependency>
482
            <dependency>
483
                <groupId>javax.units</groupId>
484
                <artifactId>jsr108</artifactId>
485
                <version>0.01</version>
486
            </dependency>
487
            <dependency>
488
                <groupId>com.vividsolutions</groupId>
489
                <artifactId>jts</artifactId>
490 40480 jjdelcerro
                <version>1.13</version>
491 40435 jjdelcerro
            </dependency>
492
            <dependency>
493
                <groupId>junit</groupId>
494
                <artifactId>junit</artifactId>
495
                <version>3.8.1</version>
496
            </dependency>
497
            <dependency>
498
                <groupId>jwizardcomponent</groupId>
499
                <artifactId>jwizardcomponent</artifactId>
500
                <version>1.2.2</version>
501
            </dependency>
502
            <dependency>
503
                <groupId>jwizardcomponent</groupId>
504
                <artifactId>jwizardcomponent-0i18n</artifactId>
505
                <version>1.2.2.1</version>
506
            </dependency>
507
            <dependency>
508
                <groupId>org.python</groupId>
509
                <artifactId>jython</artifactId>
510
                <version>2.5.2</version>
511
            </dependency>
512
            <dependency>
513
                <groupId>org.jzkit</groupId>
514
                <artifactId>jzkit2-core</artifactId>
515
                <version>2.0.0</version>
516
            </dependency>
517
            <dependency>
518
                <groupId>org.jzkit</groupId>
519
                <artifactId>jzkit2-z3950</artifactId>
520
                <version>2.0.0</version>
521
            </dependency>
522
            <dependency>
523
                <groupId>org.jzkit</groupId>
524
                <artifactId>jzkit2-origin</artifactId>
525
                <version>2.0.0</version>
526
            </dependency>
527
            <dependency>
528
                <groupId>net.sf.kxml</groupId>
529
                <artifactId>kxml2</artifactId>
530
                <version>2.2.2</version>
531
            </dependency>
532
            <dependency>
533
                <groupId>log4j</groupId>
534
                <artifactId>log4j</artifactId>
535
                <version>1.2.14</version>
536
            </dependency>
537
            <dependency>
538
                <groupId>com.jgoodies</groupId>
539
                <artifactId>forms</artifactId>
540
                <version>1.0.7</version>
541
            </dependency>
542
            <dependency>
543
                <groupId>com.jgoodies</groupId>
544
                <artifactId>looks</artifactId>
545
                <version>2.1.4</version>
546
            </dependency>
547 40501 jjdelcerro
548 40435 jjdelcerro
            <dependency>
549
                <groupId>com.ostermiller</groupId>
550
                <artifactId>ostermillerutils</artifactId>
551
                <version>1.4.3</version>
552
            </dependency>
553
            <dependency>
554
                <groupId>mysql</groupId>
555
                <artifactId>mysql-connector-java</artifactId>
556
                <version>5.1.6</version>
557
            </dependency>
558
            <dependency>
559
              <groupId>postgresql</groupId>
560
              <artifactId>postgresql</artifactId>
561
              <version>9.1-901.jdbc3</version>
562
            </dependency>
563
            <dependency>
564
                <groupId>es.unex</groupId>
565
                <artifactId>sextante</artifactId>
566
                <version>0.6.0</version>
567
            </dependency>
568
            <dependency>
569
                <groupId>es.unex</groupId>
570
                <artifactId>sextante_gui</artifactId>
571
                <version>0.6.0</version>
572
            </dependency>
573
            <dependency>
574
                <groupId>es.unex</groupId>
575
                <artifactId>sextante_wps</artifactId>
576
                <version>0.6.0</version>
577
            </dependency>
578
            <dependency>
579
                <groupId>es.unex</groupId>
580
                <artifactId>libMath</artifactId>
581
                <version>0.6.0</version>
582
            </dependency>
583
            <dependency>
584
                <groupId>es.unex</groupId>
585
                <artifactId>libDocEngines</artifactId>
586
                <version>0.6.0</version>
587
            </dependency>
588 40504 jjdelcerro
                        <dependency>
589
                                <groupId>org.osgeo</groupId>
590
                                <artifactId>proj4j</artifactId>
591
                                <version>0.1.0</version>
592
                        </dependency>
593 40435 jjdelcerro
            <dependency>
594
                <groupId>sil</groupId>
595
                <artifactId>sil</artifactId>
596
                <version>0.43b-am1</version>
597
            </dependency>
598
            <dependency>
599
                <groupId>org.slf4j</groupId>
600
                <artifactId>slf4j-api</artifactId>
601
                <version>1.5.5</version>
602
            </dependency>
603
            <dependency>
604
                <groupId>org.slf4j</groupId>
605
                <artifactId>slf4j-log4j12</artifactId>
606
                <version>1.5.5</version>
607
            </dependency>
608
            <dependency>
609
                <groupId>net.sf.smc</groupId>
610
                <artifactId>smc</artifactId>
611
                <version>4.3</version>
612
            </dependency>
613
            <dependency>
614
                <groupId>soap</groupId>
615
                <artifactId>soap</artifactId>
616
                <version>2.3</version>
617
            </dependency>
618
            <dependency>
619
                <groupId>spatialindex</groupId>
620
                <artifactId>spatialindex</artifactId>
621
                <version>unknown</version>
622
            </dependency>
623
            <dependency>
624
                <groupId>org.springframework</groupId>
625
                <artifactId>spring</artifactId>
626
                <version>1.2.8</version>
627
            </dependency>
628
            <dependency>
629
                <groupId>net.sf</groupId>
630
                <artifactId>sqljep</artifactId>
631
                <version>0.2</version>
632
            </dependency>
633
            <dependency>
634
                <groupId>org.tmatesoft.svnkit</groupId>
635
                <artifactId>svnkit</artifactId>
636
                <version>1.3.3</version>
637
            </dependency>
638
            <dependency>
639
                <groupId>org.tmatesoft.svnkit</groupId>
640
                <artifactId>svnkit-cli</artifactId>
641
                <version>1.3.3</version>
642
            </dependency>
643
            <dependency>
644
                <groupId>tablelayout</groupId>
645
                <artifactId>TableLayout</artifactId>
646
                <version>20050920</version>
647
            </dependency>
648
            <dependency>
649
                <groupId>info.clearthought</groupId>
650
                <artifactId>TableLayout-bin-jdk1.5</artifactId>
651
                <version>2007-04-21</version>
652
            </dependency>
653
            <dependency>
654
                <groupId>net.sourceforge.thinlet</groupId>
655
                <artifactId>thinlet</artifactId>
656
                <version>2005-03-28</version>
657
            </dependency>
658
            <dependency>
659
                <groupId>gnu.trove</groupId>
660
                <artifactId>trove</artifactId>
661
                <version>0.1.8</version>
662
            </dependency>
663
            <dependency>
664
                <groupId>java3d</groupId>
665
                <artifactId>vecmath</artifactId>
666
                <version>1.3.1</version>
667
            </dependency>
668
            <dependency>
669
                <groupId>org.apache</groupId>
670
                <artifactId>xbean</artifactId>
671
                <version>2.2.0</version>
672
            </dependency>
673
            <dependency>
674
                <groupId>xerces</groupId>
675
                <artifactId>xercesImpl</artifactId>
676
                <version>2.5.0</version>
677
            </dependency>
678
            <dependency>
679
                <groupId>xml-apis</groupId>
680
                <artifactId>xml-apis-ext</artifactId>
681
                <version>1.3.04</version>
682
            </dependency>
683
            <dependency>
684
                <groupId>xmlpull</groupId>
685
                <artifactId>xmlpull</artifactId>
686
                <version>1.1.3.1</version>
687
            </dependency>
688
            <dependency>
689
                <groupId>zql</groupId>
690
                <artifactId>zql</artifactId>
691
                <version>unknown</version>
692
            </dependency>
693
            <dependency>
694
                <groupId>joda-time</groupId>
695
                <artifactId>joda-time</artifactId>
696
                <version>1.6</version>
697
            </dependency>
698
699
700
            <!-- External gvSIG projects -->
701
702
            <dependency>
703
              <groupId>org.gvsig</groupId>
704
              <artifactId>org.gvsig.jdk.v1_6</artifactId>
705
              <version>1.0.0</version>
706
            </dependency>
707
            <dependency>
708
              <groupId>org.gvsig</groupId>
709
              <artifactId>org.gvsig.jdk.v1_4</artifactId>
710
              <version>1.0.0</version>
711
            </dependency>
712
            <dependency>
713
                <groupId>org.gvsig</groupId>
714
                <artifactId>org.gvsig.tools.lib</artifactId>
715 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
716 40435 jjdelcerro
            </dependency>
717
            <dependency>
718
                <groupId>org.gvsig</groupId>
719
                <artifactId>org.gvsig.tools.lib</artifactId>
720 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
721 40435 jjdelcerro
                <type>test-jar</type>
722
            </dependency>
723
            <dependency>
724
                <groupId>org.gvsig</groupId>
725
                <artifactId>org.gvsig.tools.swing.api</artifactId>
726 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
727 40435 jjdelcerro
            </dependency>
728
            <dependency>
729
                <groupId>org.gvsig</groupId>
730
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
731 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
732 40435 jjdelcerro
            </dependency>
733
            <dependency>
734
                <groupId>org.gvsig</groupId>
735
                <artifactId>org.gvsig.tools.swing.spi</artifactId>
736 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
737 40435 jjdelcerro
            </dependency>
738
            <dependency>
739
                <groupId>org.gvsig</groupId>
740
                <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
741 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
742 40435 jjdelcerro
            </dependency>
743
            <dependency>
744
                <groupId>org.gvsig</groupId>
745
                <artifactId>org.gvsig.tools.swing.serv.jlist</artifactId>
746 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
747 40435 jjdelcerro
            </dependency>
748
            <dependency>
749
                <groupId>org.gvsig</groupId>
750
                <artifactId>org.gvsig.tools.swing.serv.jform</artifactId>
751 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
752 40435 jjdelcerro
            </dependency>
753
            <dependency>
754
                <groupId>org.gvsig</groupId>
755
                <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
756 40487 jjdelcerro
                <version>${gvsig.metadata.version}</version>
757 40435 jjdelcerro
            </dependency>
758
            <dependency>
759
                <groupId>org.gvsig</groupId>
760
                <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
761 40487 jjdelcerro
                <version>${gvsig.metadata.version}</version>
762 40435 jjdelcerro
            </dependency>
763
            <dependency>
764
                <groupId>org.gvsig</groupId>
765
                <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
766 40487 jjdelcerro
                <version>${gvsig.metadata.version}</version>
767 40435 jjdelcerro
            </dependency>
768
            <dependency>
769
                <groupId>org.gvsig</groupId>
770
                <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
771 40487 jjdelcerro
                <version>${gvsig.metadata.version}</version>
772 40435 jjdelcerro
            </dependency>
773
            <dependency>
774
                <groupId>org.gvsig</groupId>
775
                <artifactId>org.gvsig.about.api</artifactId>
776 40513 jjdelcerro
                <version>${gvsig.about.version}</version>
777 40435 jjdelcerro
            </dependency>
778
            <dependency>
779
                <groupId>org.gvsig</groupId>
780
                <artifactId>org.gvsig.about.impl</artifactId>
781 40513 jjdelcerro
                <version>${gvsig.about.version}</version>
782 40435 jjdelcerro
            </dependency>
783
            <dependency>
784
                <groupId>org.gvsig</groupId>
785
                <artifactId>org.gvsig.catalog</artifactId>
786
                <version>2.0</version>
787
            </dependency>
788
           <dependency>
789
                <groupId>org.gvsig</groupId>
790
                <artifactId>org.gvsig.timesupport.lib.api</artifactId>
791 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
792 40435 jjdelcerro
            </dependency>
793
            <dependency>
794
                <groupId>org.gvsig</groupId>
795
                <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
796 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
797 40435 jjdelcerro
            </dependency>
798
            <dependency>
799
                <groupId>org.gvsig</groupId>
800
                <artifactId>org.gvsig.timesupport.swing.api</artifactId>
801 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
802 40435 jjdelcerro
            </dependency>
803
            <dependency>
804
                <groupId>org.gvsig</groupId>
805
                <artifactId>org.gvsig.timesupport.swing.impl</artifactId>
806 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
807 40435 jjdelcerro
            </dependency>
808
            <dependency>
809
              <groupId>org.gvsig.external</groupId>
810
              <artifactId>org.gvsig.external.jump</artifactId>
811
              <version>1.0.0</version>
812
            </dependency>
813
            <dependency>
814
                <groupId>org.gvsig</groupId>
815
                <artifactId>org.gvsig.proj.lib.api</artifactId>
816 40501 jjdelcerro
                <version>${gvsig.proj.version}</version>
817 40435 jjdelcerro
            </dependency>
818
            <dependency>
819
                <groupId>org.gvsig</groupId>
820
                <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
821 40501 jjdelcerro
                <version>${gvsig.proj.version}</version>
822 40435 jjdelcerro
            </dependency>
823 40506 jjdelcerro
            <dependency>
824
                <groupId>org.gvsig</groupId>
825
                <artifactId>org.gvsig.projection.api</artifactId>
826
                <version>2.0.10</version>
827
            </dependency>
828 40435 jjdelcerro
829
            <!-- Childs projects -->
830
831
            <dependency>
832
                <groupId>org.gvsig</groupId>
833 40501 jjdelcerro
                <artifactId>org.gvsig.projection.cresques.impl</artifactId>
834 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
835 40501 jjdelcerro
            </dependency>
836
            <dependency>
837
                <groupId>org.gvsig</groupId>
838
                <artifactId>org.gvsig.projection.cresques.ui</artifactId>
839 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
840 40501 jjdelcerro
            </dependency>
841
            <dependency>
842
                <groupId>org.gvsig</groupId>
843 40435 jjdelcerro
                <artifactId>org.gvsig.andami</artifactId>
844 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
845 40435 jjdelcerro
            </dependency>
846
            <dependency>
847
                <groupId>org.gvsig</groupId>
848
                <artifactId>org.gvsig.app</artifactId>
849 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
850 40435 jjdelcerro
            </dependency>
851
            <dependency>
852
                <groupId>org.gvsig</groupId>
853
                <artifactId>org.gvsig.ui</artifactId>
854 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
855 40435 jjdelcerro
            </dependency>
856
            <dependency>
857
                <groupId>org.gvsig</groupId>
858
                <artifactId>org.gvsig.fmap.control</artifactId>
859 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
860 40435 jjdelcerro
            </dependency>
861
            <dependency>
862
                <groupId>org.gvsig</groupId>
863
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
864 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
865 40435 jjdelcerro
            </dependency>
866
            <dependency>
867
                <groupId>org.gvsig</groupId>
868
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
869 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
870 40435 jjdelcerro
            </dependency>
871
            <dependency>
872
                <groupId>org.gvsig</groupId>
873
                <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
874 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
875 40435 jjdelcerro
            </dependency>
876
            <dependency>
877
                <groupId>org.gvsig</groupId>
878
                <artifactId>org.gvsig.fmap.dal.api</artifactId>
879 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
880 40435 jjdelcerro
            </dependency>
881
            <dependency>
882
                <groupId>org.gvsig</groupId>
883
                <artifactId>org.gvsig.fmap.dal.spi</artifactId>
884 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
885 40435 jjdelcerro
            </dependency>
886
            <dependency>
887
                <groupId>org.gvsig</groupId>
888
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
889 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
890 40435 jjdelcerro
            </dependency>
891
            <dependency>
892
                <groupId>org.gvsig</groupId>
893
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
894 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
895 40435 jjdelcerro
                <type>test-jar</type>
896
                <scope>test</scope>
897
            </dependency>
898
            <dependency>
899
                <groupId>org.gvsig</groupId>
900
                <artifactId>org.gvsig.fmap.dal.db.lib</artifactId>
901 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
902 40435 jjdelcerro
            </dependency>
903
            <dependency>
904
                <groupId>org.gvsig</groupId>
905
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
906 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
907 40435 jjdelcerro
            </dependency>
908
            <dependency>
909
                <groupId>org.gvsig</groupId>
910
                <artifactId>org.gvsig.fmap.dal.db.h2</artifactId>
911 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
912 40435 jjdelcerro
            </dependency>
913 40513 jjdelcerro
914 40435 jjdelcerro
            <dependency>
915
                <groupId>org.gvsig</groupId>
916 40513 jjdelcerro
                <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
917 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
918 40435 jjdelcerro
            </dependency>
919
            <dependency>
920
                <groupId>org.gvsig</groupId>
921
                <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
922 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
923 40435 jjdelcerro
            </dependency>
924
            <dependency>
925
                <groupId>org.gvsig</groupId>
926
                <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
927 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
928 40435 jjdelcerro
            </dependency>
929
            <dependency>
930
              <groupId>org.gvsig</groupId>
931
              <artifactId>org.gvsig.newlayer.lib.api</artifactId>
932 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
933 40435 jjdelcerro
            </dependency>
934
            <dependency>
935
              <groupId>org.gvsig</groupId>
936
              <artifactId>org.gvsig.newlayer.lib.api</artifactId>
937 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
938 40435 jjdelcerro
              <type>test-jar</type>
939
            </dependency>
940
            <dependency>
941
              <groupId>org.gvsig</groupId>
942
              <artifactId>org.gvsig.newlayer.lib.impl</artifactId>
943 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
944 40435 jjdelcerro
            </dependency>
945
            <dependency>
946
                <groupId>org.gvsig</groupId>
947
                <artifactId>org.gvsig.newlayer.prov.generic</artifactId>
948 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
949 40435 jjdelcerro
            </dependency>
950
            <dependency>
951
                <groupId>org.gvsig</groupId>
952
                <artifactId>org.gvsig.newlayer.prov.file</artifactId>
953 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
954 40435 jjdelcerro
            </dependency>
955
            <dependency>
956
                <groupId>org.gvsig</groupId>
957
                <artifactId>org.gvsig.newlayer.prov.shape</artifactId>
958 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
959 40435 jjdelcerro
            </dependency>
960
            <dependency>
961
                <groupId>org.gvsig</groupId>
962
                <artifactId>org.gvsig.symbology.lib.api</artifactId>
963 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
964 40435 jjdelcerro
            </dependency>
965
            <dependency>
966
                <groupId>org.gvsig</groupId>
967
                <artifactId>org.gvsig.symbology.lib.impl</artifactId>
968 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
969 40435 jjdelcerro
            </dependency>
970
            <dependency>
971
                <groupId>org.gvsig</groupId>
972
                <artifactId>org.gvsig.symbology.swing.api</artifactId>
973 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
974 40435 jjdelcerro
            </dependency>
975
            <dependency>
976
                <groupId>org.gvsig</groupId>
977
                <artifactId>org.gvsig.symbology.swing.impl</artifactId>
978 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
979 40435 jjdelcerro
            </dependency>
980
            <dependency>
981
                <groupId>org.gvsig</groupId>
982
                <artifactId>org.gvsig.fmap.geometry.api</artifactId>
983 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
984 40435 jjdelcerro
            </dependency>
985
            <dependency>
986
                <groupId>org.gvsig</groupId>
987
                <artifactId>org.gvsig.fmap.geometry.impl</artifactId>
988 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
989 40435 jjdelcerro
            </dependency>
990
            <dependency>
991
                <groupId>org.gvsig</groupId>
992
                <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
993 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
994 40435 jjdelcerro
            </dependency>
995
            <dependency>
996
                <groupId>org.gvsig</groupId>
997
                <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
998 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
999 40435 jjdelcerro
            </dependency>
1000
            <dependency>
1001
                <groupId>org.gvsig</groupId>
1002
                <artifactId>org.gvsig.compat.api</artifactId>
1003 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1004 40435 jjdelcerro
            </dependency>
1005
            <dependency>
1006
                <groupId>org.gvsig</groupId>
1007
                <artifactId>org.gvsig.compat.se</artifactId>
1008 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1009 40435 jjdelcerro
            </dependency>
1010
            <dependency>
1011
                <groupId>org.gvsig</groupId>
1012
                <artifactId>org.gvsig.remoteclient</artifactId>
1013 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1014 40435 jjdelcerro
            </dependency>
1015
            <dependency>
1016
                <groupId>org.gvsig</groupId>
1017
                <artifactId>org.gvsig.i18n</artifactId>
1018 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1019 40435 jjdelcerro
            </dependency>
1020
            <dependency>
1021
                <groupId>org.gvsig</groupId>
1022
                <artifactId>org.gvsig.utils</artifactId>
1023 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1024 40435 jjdelcerro
            </dependency>
1025
            <dependency>
1026
              <groupId>org.gvsig</groupId>
1027
              <artifactId>org.gvsig.annotation.lib.api</artifactId>
1028 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1029 40435 jjdelcerro
            </dependency>
1030
            <dependency>
1031
              <groupId>org.gvsig</groupId>
1032
              <artifactId>org.gvsig.annotation.lib.impl</artifactId>
1033 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1034 40435 jjdelcerro
            </dependency>
1035
            <dependency>
1036
              <groupId>org.gvsig</groupId>
1037
              <artifactId>org.gvsig.annotation.swing.api</artifactId>
1038 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1039 40435 jjdelcerro
            </dependency>
1040
            <dependency>
1041
              <groupId>org.gvsig</groupId>
1042
              <artifactId>org.gvsig.annotation.swing.impl</artifactId>
1043 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1044 40435 jjdelcerro
            </dependency>
1045
            <dependency>
1046
              <groupId>org.gvsig</groupId>
1047
              <artifactId>org.gvsig.exportto.lib.api</artifactId>
1048 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1049 40435 jjdelcerro
            </dependency>
1050
            <dependency>
1051
              <groupId>org.gvsig</groupId>
1052
              <artifactId>org.gvsig.exportto.lib.api</artifactId>
1053 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1054 40435 jjdelcerro
              <type>test-jar</type>
1055
            </dependency>
1056
            <dependency>
1057
                <groupId>org.gvsig</groupId>
1058
                <artifactId>org.gvsig.exportto.lib.impl</artifactId>
1059 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1060 40435 jjdelcerro
            </dependency>
1061
            <dependency>
1062
                <groupId>org.gvsig</groupId>
1063
                <artifactId>org.gvsig.exportto.swing.api</artifactId>
1064 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1065 40435 jjdelcerro
            </dependency>
1066
            <dependency>
1067
                <groupId>org.gvsig</groupId>
1068
                <artifactId>org.gvsig.exportto.swing.spi</artifactId>
1069 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1070 40435 jjdelcerro
            </dependency>
1071
            <dependency>
1072
                <groupId>org.gvsig</groupId>
1073
                <artifactId>org.gvsig.exportto.swing.impl</artifactId>
1074 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1075 40435 jjdelcerro
            </dependency>
1076
            <dependency>
1077
                <groupId>org.gvsig</groupId>
1078
                <artifactId>org.gvsig.exportto.swing.prov.generic</artifactId>
1079 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1080 40435 jjdelcerro
            </dependency>
1081
            <dependency>
1082
                <groupId>org.gvsig</groupId>
1083
                <artifactId>org.gvsig.exportto.swing.prov.file</artifactId>
1084 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1085 40435 jjdelcerro
            </dependency>
1086
            <dependency>
1087
                <groupId>org.gvsig</groupId>
1088
                <artifactId>org.gvsig.exportto.swing.prov.jdbc</artifactId>
1089 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1090 40435 jjdelcerro
            </dependency>
1091
            <dependency>
1092
                <groupId>org.gvsig</groupId>
1093
                <artifactId>org.gvsig.exportto.swing.prov.shape</artifactId>
1094 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1095 40435 jjdelcerro
            </dependency>
1096
            <dependency>
1097
                <groupId>org.gvsig</groupId>
1098
                <artifactId>org.gvsig.exportto.swing.prov.dxf</artifactId>
1099 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1100 40435 jjdelcerro
            </dependency>
1101
            <dependency>
1102
                <groupId>org.gvsig</groupId>
1103
                <artifactId>org.gvsig.exportto.swing.prov.dbf</artifactId>
1104 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1105 40435 jjdelcerro
            </dependency>
1106
            <dependency>
1107
                <groupId>org.gvsig</groupId>
1108
                <artifactId>org.gvsig.exportto.swing.prov.postgresql</artifactId>
1109 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1110 40435 jjdelcerro
            </dependency>
1111
            <dependency>
1112
                <groupId>org.gvsig</groupId>
1113
                <artifactId>org.gvsig.exportto.swing.prov.mysql</artifactId>
1114 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1115 40435 jjdelcerro
            </dependency>
1116
            <dependency>
1117
                <groupId>org.gvsig</groupId>
1118
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1119 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1120 40435 jjdelcerro
            </dependency>
1121
            <dependency>
1122
                <groupId>org.gvsig</groupId>
1123
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1124 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1125 40435 jjdelcerro
                <type>test-jar</type>
1126
                <scope>test</scope>
1127
            </dependency>
1128
            <dependency>
1129
                <groupId>org.gvsig</groupId>
1130
                <artifactId>org.gvsig.personaldb.lib.impl</artifactId>
1131 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1132 40435 jjdelcerro
            </dependency>
1133
            <dependency>
1134
              <groupId>org.gvsig</groupId>
1135
              <artifactId>org.gvsig.installer.swing.api</artifactId>
1136 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1137 40435 jjdelcerro
            </dependency>
1138
            <dependency>
1139
                <groupId>org.gvsig</groupId>
1140
                <artifactId>org.gvsig.installer.swing.impl</artifactId>
1141 40528 jjdelcerro
                <version>2.0.14-SNAPSHOT</version>
1142 40435 jjdelcerro
            </dependency>
1143
            <dependency>
1144
              <groupId>org.gvsig</groupId>
1145
              <artifactId>org.gvsig.installer.lib.api</artifactId>
1146 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1147 40435 jjdelcerro
            </dependency>
1148
            <dependency>
1149
              <groupId>org.gvsig</groupId>
1150
              <artifactId>org.gvsig.installer.lib.spi</artifactId>
1151 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1152 40435 jjdelcerro
            </dependency>
1153
            <dependency>
1154
              <groupId>org.gvsig</groupId>
1155
              <artifactId>org.gvsig.installer.lib.impl</artifactId>
1156 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1157 40435 jjdelcerro
            </dependency>
1158
            <dependency>
1159
              <groupId>org.gvsig</groupId>
1160
              <artifactId>org.gvsig.installer.prov.plugin</artifactId>
1161 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1162 40435 jjdelcerro
            </dependency>
1163
            <dependency>
1164
              <groupId>org.gvsig</groupId>
1165 40513 jjdelcerro
              <artifactId>org.gvsig.geodb.app.mainplugin</artifactId>
1166 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1167 40435 jjdelcerro
            </dependency>
1168
1169
            <dependency>
1170
              <groupId>org.gvsig</groupId>
1171
              <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
1172 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1173 40435 jjdelcerro
            </dependency>
1174
            <dependency>
1175
              <groupId>org.gvsig</groupId>
1176
              <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1177 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1178 40435 jjdelcerro
            </dependency>
1179
            <dependency>
1180
              <groupId>org.gvsig</groupId>
1181
              <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1182 40528 jjdelcerro
              <version>2.0.14-SNAPSHOT</version>
1183 40435 jjdelcerro
              <type>test-jar</type>
1184
              <scope>test</scope>
1185
            </dependency>
1186
1187
        </dependencies>
1188
    </dependencyManagement>
1189
1190
    <dependencies>
1191
      <dependency>
1192
          <groupId>junit</groupId>
1193
          <artifactId>junit</artifactId>
1194
          <scope>test</scope>
1195
      </dependency>
1196
    </dependencies>
1197
1198
    <build>
1199 40480 jjdelcerro
        <extensions>
1200
            <extension>
1201
                <groupId>org.apache.maven.wagon</groupId>
1202
                <artifactId>wagon-webdav-jackrabbit</artifactId>
1203 40498 jjdelcerro
                <version>2.4</version>
1204 40480 jjdelcerro
            </extension>
1205
        </extensions>
1206
1207 40435 jjdelcerro
      <pluginManagement>
1208
        <plugins>
1209
1210
          <plugin>
1211
            <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
1212
            <groupId>org.eclipse.m2e</groupId>
1213
            <artifactId>lifecycle-mapping</artifactId>
1214
            <version>1.0.0</version>
1215
            <configuration>
1216
              <lifecycleMappingMetadata>
1217
                <pluginExecutions>
1218
                  <pluginExecution>
1219
                    <pluginExecutionFilter>
1220
                      <groupId>org.gvsig</groupId>
1221
                      <artifactId> org.gvsig.installer.maven </artifactId>
1222
                      <versionRange> [2.0.10-SNAPSHOT,) </versionRange>
1223
                      <goals>
1224
                        <goal>write-info</goal>
1225
                      </goals>
1226
                    </pluginExecutionFilter>
1227
                    <action>
1228 40510 jjdelcerro
                      <ignore />
1229 40435 jjdelcerro
                    </action>
1230
                  </pluginExecution>
1231
                  <pluginExecution>
1232
                    <pluginExecutionFilter>
1233
                      <groupId> org.codehaus.mojo </groupId>
1234
                      <artifactId> properties-maven-plugin </artifactId>
1235
                      <versionRange> [1.0-alpha-2,) </versionRange>
1236
                      <goals>
1237
                        <goal>
1238
                          read-project-properties
1239
                        </goal>
1240
                      </goals>
1241
                    </pluginExecutionFilter>
1242
                    <action>
1243 40510 jjdelcerro
                      <ignore />
1244 40435 jjdelcerro
                    </action>
1245
                  </pluginExecution>
1246
                </pluginExecutions>
1247
              </lifecycleMappingMetadata>
1248
            </configuration>
1249
          </plugin>
1250
1251
          <plugin>
1252
              <groupId>org.apache.maven.plugins</groupId>
1253
              <artifactId>maven-compiler-plugin</artifactId>
1254
              <version>2.3.2</version>
1255
              <configuration>
1256
                  <source>1.5</source>
1257
                  <target>1.5</target>
1258
                  <encoding>ISO-8859-1</encoding>
1259
              </configuration>
1260
          </plugin>
1261
1262
          <plugin>
1263
              <groupId>org.apache.maven.plugins</groupId>
1264
              <artifactId>maven-resources-plugin</artifactId>
1265
              <version>2.4.3</version>
1266
              <configuration>
1267
                  <encoding>ISO-8859-1</encoding>
1268
              </configuration>
1269
          </plugin>
1270
1271
          <plugin>
1272
              <groupId>org.apache.maven.plugins</groupId>
1273
              <artifactId>maven-eclipse-plugin</artifactId>
1274
              <configuration>
1275
                  <downloadSources>true</downloadSources>
1276
                  <downloadJavadocs>true</downloadJavadocs>
1277
                  <projectNameTemplate>${project.artifactId}</projectNameTemplate>
1278
              </configuration>
1279
          </plugin>
1280
1281
          <plugin>
1282
              <groupId>org.apache.maven.plugins</groupId>
1283
              <artifactId>maven-surefire-plugin</artifactId>
1284
              <version>2.7.1</version>
1285
              <configuration>
1286
                  <forkMode>once</forkMode>
1287
                  <environmentVariables>
1288
                      <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1289
                      <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1290
                      <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1291
                      <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1292
                      <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1293
                      <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1294
                  </environmentVariables>
1295
              </configuration>
1296
          </plugin>
1297
1298
          <plugin>
1299
              <groupId>org.apache.maven.plugins</groupId>
1300
              <artifactId>maven-failsafe-plugin</artifactId>
1301
              <executions>
1302
                  <execution>
1303
                      <goals>
1304
                          <goal>integration-test</goal>
1305
                          <goal>verify</goal>
1306
                      </goals>
1307
                  </execution>
1308
              </executions>
1309
              <configuration>
1310
                  <forkMode>once</forkMode>
1311
                  <environmentVariables>
1312
                      <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1313
                      <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1314
                      <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1315
                      <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1316
                      <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1317
                      <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1318
                  </environmentVariables>
1319
              </configuration>
1320
          </plugin>
1321
1322
          <plugin>
1323
              <groupId>org.apache.maven.plugins</groupId>
1324
              <artifactId>maven-javadoc-plugin</artifactId>
1325
              <version>2.9</version>
1326
              <configuration>
1327
                  <docTitle>${project.name} ${project.version}</docTitle>
1328
                  <encoding>ISO-8859-1</encoding>
1329
                  <footer />
1330
                  <header />
1331 40524 jjdelcerro
                  <keywords>false</keywords>
1332
                                  <!-- Don't include the deprecateds items in the javadoc -->
1333
                                  <nodeprecated>true</nodeprecated>
1334
                                  <!-- Don't generate javadoc of project with submodules -->
1335
                            <aggregate>false</aggregate>
1336
                            <!-- Removed detection of links due to its high cost -->
1337
                                  <detectJavaApiLink>false</detectJavaApiLink>
1338
                                  <detectLinks>false</detectLinks>
1339
                                  <detectOfflineLinks>false</detectOfflineLinks>
1340
                                  <!-- Removed the inclusion of dependencies sources due to their high cost -->
1341
                                  <includeDependencySources>false</includeDependencySources>
1342
                                  <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1343
1344 40435 jjdelcerro
                  <javaApiLinks>
1345
                      <property>
1346
                          <name>api_1.4</name>
1347
                          <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
1348
                      </property>
1349
                      <property>
1350
                          <name>api_1.5</name>
1351
                          <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
1352
                      </property>
1353
                      <property>
1354
                          <name>api_1.6</name>
1355
                          <value>http://download.oracle.com/javase/6/docs/api/</value>
1356
                      </property>
1357
                  </javaApiLinks>
1358
              </configuration>
1359
          </plugin>
1360
1361
          <plugin>
1362
              <groupId>org.apache.maven.plugins</groupId>
1363
              <artifactId>maven-site-plugin</artifactId>
1364 40525 jjdelcerro
              <version>3.3</version>
1365 40435 jjdelcerro
              <configuration>
1366
                  <chmod>true</chmod>
1367
                  <chmodMode>a+rwX</chmodMode>
1368
              </configuration>
1369
          </plugin>
1370
1371
          <plugin>
1372
              <groupId>org.apache.maven.plugins</groupId>
1373
              <artifactId>maven-jar-plugin</artifactId>
1374
              <version>2.3.1</version>
1375
              <configuration>
1376
                  <archive>
1377
                      <manifestEntries>
1378
                          <Built-By>gvSIG Team</Built-By>
1379
                      </manifestEntries>
1380
                  </archive>
1381
              </configuration>
1382
          </plugin>
1383
1384 40469 jjdelcerro
          <plugin>
1385
            <groupId>org.codehaus.mojo</groupId>
1386
            <artifactId>properties-maven-plugin</artifactId>
1387
            <version>1.0-alpha-2</version>
1388
          </plugin>
1389
1390
          <plugin>
1391
            <groupId>org.codehaus.gmaven</groupId>
1392
            <artifactId>gmaven-plugin</artifactId>
1393
            <version>1.4</version>
1394
          </plugin>
1395
1396
          <plugin>
1397
            <groupId>org.apache.maven.plugins</groupId>
1398
            <artifactId>maven-antrun-plugin</artifactId>
1399
            <version>1.7</version>
1400
          </plugin>
1401 40435 jjdelcerro
1402 40469 jjdelcerro
          <plugin>
1403
            <groupId>org.codehaus.mojo</groupId>
1404
            <artifactId>animal-sniffer-maven-plugin</artifactId>
1405
            <version>1.9</version>
1406
          </plugin>
1407 40435 jjdelcerro
1408 40469 jjdelcerro
          <plugin>
1409
              <groupId>org.apache.maven.plugins</groupId>
1410
              <artifactId>maven-release-plugin</artifactId>
1411
              <version>2.1</version>
1412
          </plugin>
1413 40435 jjdelcerro
1414 40469 jjdelcerro
          <plugin>
1415
            <groupId>org.apache.maven.plugins</groupId>
1416
            <artifactId>maven-assembly-plugin</artifactId>
1417
            <version>2.2-beta-5</version>
1418
          </plugin>
1419 40435 jjdelcerro
1420 40469 jjdelcerro
          <plugin>
1421
            <groupId>org.apache.maven.plugins</groupId>
1422
            <artifactId>maven-clean-plugin</artifactId>
1423
            <version>2.4.1</version>
1424
          </plugin>
1425
1426
          <plugin>
1427
              <groupId>org.codehaus.mojo</groupId>
1428
              <artifactId>exec-maven-plugin</artifactId>
1429
              <version>1.2</version>
1430
          </plugin>
1431
1432
          <plugin>
1433
              <groupId>com.mycila.maven-license-plugin</groupId>
1434
              <artifactId>maven-license-plugin</artifactId>
1435
              <version>1.10.b1</version>
1436
          </plugin>
1437
1438
          <plugin>
1439
            <groupId>org.apache.maven.plugins</groupId>
1440
            <artifactId>maven-checkstyle-plugin</artifactId>
1441
            <version>2.10</version>
1442
          </plugin>
1443
1444
          <plugin>
1445
              <groupId>org.apache.maven.plugins</groupId>
1446
              <artifactId>maven-source-plugin</artifactId>
1447
              <version>2.2.1</version>
1448
          </plugin>
1449
1450 40435 jjdelcerro
        </plugins>
1451
      </pluginManagement>
1452
1453
      <plugins>
1454
1455
        <plugin>
1456
          <artifactId>maven-clean-plugin</artifactId>
1457
          <configuration>
1458
            <filesets>
1459
              <fileset>
1460
                <directory>${user.home}/.depman/</directory>
1461
                <includes>
1462
                  <include>**</include>
1463
                </includes>
1464
              </fileset>
1465
            </filesets>
1466
            <followSymLinks>true</followSymLinks>
1467
          </configuration>
1468
        </plugin>
1469
1470
        <plugin>
1471
            <groupId>org.apache.maven.plugins</groupId>
1472
            <artifactId>maven-release-plugin</artifactId>
1473
            <configuration>
1474 40507 jjdelcerro
                <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/</tagBase>
1475
                        <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
1476
                        are not installed, so the dependencies between modules are not met. With this configuration
1477
                        we force the module installation. -->
1478
                        <preparationGoals>clean install</preparationGoals>
1479
                        <autoVersionSubmodules>true</autoVersionSubmodules>
1480 40435 jjdelcerro
            </configuration>
1481
        </plugin>
1482
1483
        <plugin>
1484
          <!-- load ".gvsig-devel.properties" -->
1485
          <groupId>org.codehaus.mojo</groupId>
1486
          <artifactId>properties-maven-plugin</artifactId>
1487
          <configuration>
1488
              <files>
1489
                  <!-- Define gvsig.product.folder.path in this property -->
1490
                  <file>${user.home}/.gvsig-devel.properties</file>
1491 40551 jjdelcerro
                  <file>${env.HOME}/.gvsig-devel.properties</file>
1492 40435 jjdelcerro
                  <file>${project.basedir}/gvsig-devel.properties</file>
1493
              </files>
1494
              <quiet>true</quiet>
1495
          </configuration>
1496
          <executions>
1497
              <execution>
1498 40469 jjdelcerro
                  <id>default</id>
1499 40457 jjdelcerro
                  <phase>prepare-package</phase>
1500 40435 jjdelcerro
                  <goals>
1501
                      <goal>read-project-properties</goal>
1502
                  </goals>
1503
              </execution>
1504
              <execution>
1505 40469 jjdelcerro
                <id>default-clean</id>
1506 40435 jjdelcerro
                <phase>pre-clean</phase>
1507
                <goals>
1508
                    <goal>read-project-properties</goal>
1509
                </goals>
1510
            </execution>
1511
          </executions>
1512
        </plugin>
1513
1514
        <plugin>
1515
          <!-- Check if exists ".gvsig-devel.properties" and create if not exists -->
1516
          <groupId>org.codehaus.gmaven</groupId>
1517
          <artifactId>gmaven-plugin</artifactId>
1518
          <inherited>false</inherited>
1519
          <executions>
1520
            <execution>
1521
            <phase>generate-sources</phase>
1522
            <goals>
1523
              <goal>execute</goal>
1524
            </goals>
1525
            <configuration>
1526
              <source><![CDATA[
1527 40551 jjdelcerro
                home = System.getenv('HOME')
1528
                if( home == null ) {
1529
                        home = System.properties['user.home']
1530
                }
1531 40435 jjdelcerro
                Properties props = new Properties()
1532 40551 jjdelcerro
                File propsFile = new File(home + "/.gvsig-devel.properties")
1533 40435 jjdelcerro
                gvsigProductFolderPathDefault = project.properties["gvsig.product.folder.path"]
1534 40549 jjdelcerro
                // println "Default gvsig.product.folder.path = " + gvsigProductFolderPathDefault
1535 40435 jjdelcerro
                try {
1536
                  props.load(propsFile.newDataInputStream())
1537
                  gvsigProductFolderPath = props.getProperty('gvsig.product.folder.path')
1538
                  if( gvsigProductFolderPath == null ) {
1539
                    gvsigProductFolderPath = gvsigProductFolderPathDefault
1540
                    props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1541
                    props.store(propsFile.newWriter(), null)
1542
                  }
1543
                } catch(java.io.FileNotFoundException e){
1544
                  gvsigProductFolderPath = gvsigProductFolderPathDefault
1545
                  props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1546
                  props.store(propsFile.newWriter(), null)
1547
                }
1548 40549 jjdelcerro
                log.info("Current gvsig.product.folder.path = " + gvsigProductFolderPath)
1549 40435 jjdelcerro
              ]]></source>
1550
            </configuration>
1551
            </execution>
1552
          </executions>
1553
        </plugin>
1554
1555
1556
      <plugin>
1557
        <!-- Package the roor folder of gvSIG desktop -->
1558
        <artifactId>maven-assembly-plugin</artifactId>
1559
        <inherited>false</inherited>
1560
        <configuration>
1561
            <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
1562
            <appendAssemblyId>false</appendAssemblyId>
1563
        </configuration>
1564
        <executions>
1565
          <execution>
1566
            <id>gvsig-plugin-package</id>
1567
            <phase>package</phase>
1568
            <goals>
1569
                <goal>single</goal>
1570
            </goals>
1571
            <configuration>
1572
              <finalName>${project.artifactId}-${project.version}-root-folder</finalName>
1573
              <descriptors>
1574
                <descriptorId>src/main/assembly/gvsig-root-folder-package.xml</descriptorId>
1575
              </descriptors>
1576
            </configuration>
1577
          </execution>
1578
        </executions>
1579
      </plugin>
1580
1581
      <plugin>
1582 40469 jjdelcerro
        <!-- Install the root folder of gvSIG desktop in product folder -->
1583 40435 jjdelcerro
        <artifactId>maven-antrun-plugin</artifactId>
1584
        <inherited>false</inherited>
1585
        <executions>
1586
          <execution>
1587
            <id>gvsig-plugin-install</id>
1588
            <phase>install</phase>
1589
            <configuration>
1590
              <target>
1591 40510 jjdelcerro
                <unzip src="target/${project.artifactId}-${project.version}-root-folder.zip" dest="${gvsig.product.folder.path}" />
1592 40435 jjdelcerro
              </target>
1593
            </configuration>
1594
            <goals>
1595
              <goal>run</goal>
1596
            </goals>
1597
          </execution>
1598
        </executions>
1599
      </plugin>
1600
1601
      <plugin>
1602
          <groupId>org.codehaus.mojo</groupId>
1603
          <artifactId>animal-sniffer-maven-plugin</artifactId>
1604
          <executions>
1605
              <execution>
1606
                  <id>check-java-api</id>
1607
                  <phase>package</phase>
1608
                  <goals>
1609
                      <goal>check</goal>
1610
                  </goals>
1611
                  <configuration>
1612 40498 jjdelcerro
                            <skip>false</skip>
1613 40435 jjdelcerro
                      <signature>
1614
                          <groupId>org.codehaus.mojo.signature</groupId>
1615
                          <artifactId>java15</artifactId>
1616
                          <version>1.0</version>
1617
                      </signature>
1618
                      <ignores>
1619
                          <ignore>net.sourceforge.cobertura.coveragedata.TouchCollector</ignore>
1620
                      </ignores>
1621
                  </configuration>
1622
              </execution>
1623
          </executions>
1624
      </plugin>
1625
1626
      <plugin>
1627
          <groupId>org.apache.maven.plugins</groupId>
1628
          <artifactId>maven-javadoc-plugin</artifactId>
1629
          <executions>
1630
              <execution>
1631
                  <id>attach-javadocs</id>
1632
                  <goals>
1633
                      <goal>jar</goal>
1634
                  </goals>
1635
              </execution>
1636
          </executions>
1637
      </plugin>
1638
1639
      <plugin>
1640 40469 jjdelcerro
          <groupId>org.apache.maven.plugins</groupId>
1641
          <artifactId>maven-source-plugin</artifactId>
1642
          <configuration>
1643
            <skipSource>false</skipSource> <!-- User property is: source.skip. -->
1644
          </configuration>
1645
          <executions>
1646
              <execution>
1647
                  <id>attach-sources</id>
1648
                  <phase>verify</phase>
1649
                  <goals>
1650
                      <goal>jar-no-fork</goal>
1651
                  </goals>
1652
              </execution>
1653
              <execution>
1654
                  <id>attach-test-sources</id>
1655
                  <phase>verify</phase>
1656
                  <goals>
1657
                      <goal>test-jar-no-fork</goal>
1658
                  </goals>
1659
              </execution>
1660
          </executions>
1661
      </plugin>
1662
1663
      <plugin>
1664
        <groupId>org.apache.maven.plugins</groupId>
1665
        <artifactId>maven-checkstyle-plugin</artifactId>
1666
        <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
1667
        <configuration>
1668
          <skip>false</skip> <!-- User property is: checkstyle.skip. -->
1669
          <enableRulesSummary>true</enableRulesSummary>
1670
          <failsOnError>false</failsOnError>
1671
          <configLocation>gvsig/checkstyle.xml</configLocation>
1672
          <headerLocation>gvsig/LICENSE.txt</headerLocation>
1673
        </configuration>
1674
        <dependencies>
1675
          <dependency>
1676
              <groupId>org.gvsig</groupId>
1677
              <artifactId>org.gvsig.desktop.buildtools</artifactId>
1678 40529 jjdelcerro
              <version>1.0.0</version>
1679 40469 jjdelcerro
          </dependency>
1680
        </dependencies>
1681
      </plugin>
1682
1683
      <plugin>
1684
          <groupId>com.mycila.maven-license-plugin</groupId>
1685
          <artifactId>maven-license-plugin</artifactId>
1686
          <!-- invoke as "mvn license:format" to fix the header -->
1687
          <!-- invoke as "mvn license:check" to check the header -->
1688 40471 jjdelcerro
          <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1689 40469 jjdelcerro
          <configuration>
1690 40480 jjdelcerro
              <skip>true</skip> <!-- User property is: license.skip  -->
1691 40469 jjdelcerro
              <header>header.txt</header>
1692
              <failIfMissing>false</failIfMissing>
1693
              <aggregate>true</aggregate>
1694
              <strictCheck>true</strictCheck>
1695
              <encoding>ISO-8859-1</encoding>
1696 40472 jjdelcerro
              <quiet>true</quiet>
1697 40469 jjdelcerro
              <mapping>
1698
                  <pom>XML_STYLE</pom>
1699
              </mapping>
1700
              <excludes>
1701
                  <exclude>**/*.properties</exclude>
1702 40471 jjdelcerro
                  <exclude>**/*.txt</exclude>
1703 40469 jjdelcerro
              </excludes>
1704
          </configuration>
1705
          <executions>
1706
            <execution>
1707
                <phase>test</phase>
1708
                <goals>
1709
                    <goal>check</goal>
1710
                </goals>
1711
            </execution>
1712
          </executions>
1713
          <dependencies>
1714
              <dependency>
1715
                  <groupId>org.gvsig</groupId>
1716
                  <artifactId>org.gvsig.desktop.buildtools</artifactId>
1717 40530 jjdelcerro
                  <version>1.0.0</version>
1718 40469 jjdelcerro
              </dependency>
1719
          </dependencies>
1720
      </plugin>
1721
1722
      <plugin>
1723 40435 jjdelcerro
        <!-- to continue building  when test fail -->
1724
        <groupId>org.apache.maven.plugins</groupId>
1725
        <artifactId>maven-surefire-plugin</artifactId>
1726
        <configuration>
1727
          <testFailureIgnore>true</testFailureIgnore>
1728
        </configuration>
1729
      </plugin>
1730
1731
    </plugins>
1732
  </build>
1733
1734 40480 jjdelcerro
1735 40501 jjdelcerro
         <reporting>
1736
            <excludeDefaults>true</excludeDefaults>
1737
            <plugins>
1738
              <plugin>
1739
                <groupId>org.apache.maven.plugins</groupId>
1740
                <artifactId>maven-project-info-reports-plugin</artifactId>
1741
            <version>2.7</version>
1742 40522 jjdelcerro
            <reportSets>
1743
                  <reportSet>
1744
                    <reports>
1745
                      <report>index</report>
1746
                      <report>summary</report>
1747
                      <report>scm</report>
1748
                      <report>license</report>
1749
                      <report>project-team</report>
1750
                      <report>issue-tracking</report>
1751
                      <report>mailing-list</report>
1752
                      <report>modules</report>
1753
1754 40523 jjdelcerro
                       <report>dependency-info</report>
1755
                                    <!-- Removed due to its high cost
1756 40522 jjdelcerro
                      <report>dependency-management</report>
1757
                      <report>dependencies</report>
1758 40523 jjdelcerro
                      -->
1759 40522 jjdelcerro
                      <report>dependency-convergence</report>
1760 40523 jjdelcerro
1761
                                  <!--
1762 40522 jjdelcerro
                      <report>plugins</report>
1763
                      <report>plugin-management</report>
1764
                      <report>distribution-management</report>
1765 40523 jjdelcerro
                      -->
1766
1767
                      <!-- gvSIG does not have Continuous Integration System
1768
                        <report>cim</report>
1769
                      -->
1770 40522 jjdelcerro
                    </reports>
1771
                  </reportSet>
1772
                </reportSets>
1773 40501 jjdelcerro
              </plugin>
1774
              <plugin>
1775
                <groupId>org.apache.maven.plugins</groupId>
1776
                <artifactId>maven-javadoc-plugin</artifactId>
1777 40523 jjdelcerro
                <!-- Do not use the version 2.9, does not manage properly the submodules -->
1778
            <version>2.9.1</version>
1779 40522 jjdelcerro
                <configuration>
1780 40523 jjdelcerro
                                <!-- Don't include the deprecateds items in the javadoc -->
1781
                                <nodeprecated>true</nodeprecated>
1782
                                <!-- Don't generate javadoc of project with submodules -->
1783
                          <aggregate>false</aggregate>
1784
                          <!-- Removed detection of links due to its high cost -->
1785
                                <detectJavaApiLink>false</detectJavaApiLink>
1786
                                <detectLinks>false</detectLinks>
1787
                                <detectOfflineLinks>false</detectOfflineLinks>
1788
                                <!-- Removed the inclusion of dependencies sources due to their high cost -->
1789
                                <includeDependencySources>false</includeDependencySources>
1790
                                <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1791 40522 jjdelcerro
                </configuration>
1792
            <reportSets>
1793
                <reportSet>
1794
                    <id>html</id>
1795
                    <reports>
1796
                        <report>javadoc</report>
1797 40523 jjdelcerro
                        <!-- removed javadocs of tests -->
1798 40522 jjdelcerro
                    </reports>
1799
                </reportSet>
1800
            </reportSets>
1801 40501 jjdelcerro
              </plugin>
1802
              <plugin>
1803
                <groupId>org.apache.maven.plugins</groupId>
1804
                <artifactId>maven-jxr-plugin</artifactId>
1805
            <version>2.3</version>
1806
                <configuration>
1807
                  <linkJavadoc>true</linkJavadoc>
1808 40522 jjdelcerro
                  <aggregate>false</aggregate>
1809 40501 jjdelcerro
                </configuration>
1810
              </plugin>
1811 40541 jjdelcerro
              <plugin>
1812
                <groupId>org.codehaus.mojo</groupId>
1813
                <artifactId>findbugs-maven-plugin</artifactId>
1814
                <version>2.5.2</version>
1815
              </plugin>
1816
1817 40501 jjdelcerro
            </plugins>
1818
          </reporting>
1819
1820 40549 jjdelcerro
1821 40435 jjdelcerro
  <properties>
1822
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
1823
    <localRepository>${user.home}/.m2/repository</localRepository>
1824
    <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
1825
    <eclipse.project.name>${project.artifactId}</eclipse.project.name>
1826
1827 40501 jjdelcerro
    <gvsig.tools.version>3.0.4</gvsig.tools.version>
1828 40513 jjdelcerro
        <gvsig.about.version>1.0.0</gvsig.about.version>
1829 40487 jjdelcerro
    <gvsig.metadata.version>1.0.0</gvsig.metadata.version>
1830 40501 jjdelcerro
    <gvsig.proj.version>1.0.0</gvsig.proj.version>
1831 40513 jjdelcerro
        <gvsig.timesupport.version>1.0.0</gvsig.timesupport.version>
1832
1833 40435 jjdelcerro
    <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
1834
  </properties>
1835
1836
  <modules>
1837
    <module>org.gvsig.desktop.compat.cdc</module>
1838
    <module>org.gvsig.desktop.library</module>
1839
    <module>org.gvsig.desktop.framework</module>
1840
    <module>org.gvsig.desktop.plugin</module>
1841
1842 40530 jjdelcerro
    <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
1843
    <!-- NOTE: Project  org.gvsig.desktop.buildtools must not be a sub module of this. -->
1844 40435 jjdelcerro
1845
  </modules>
1846
</project>