Statistics
| Revision:

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

History | View | Annotate | Download (71.4 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
                  <file>${project.basedir}/gvsig-devel.properties</file>
1492
              </files>
1493
              <quiet>true</quiet>
1494
          </configuration>
1495
          <executions>
1496
              <execution>
1497 40469 jjdelcerro
                  <id>default</id>
1498 40457 jjdelcerro
                  <phase>prepare-package</phase>
1499 40435 jjdelcerro
                  <goals>
1500
                      <goal>read-project-properties</goal>
1501
                  </goals>
1502
              </execution>
1503
              <execution>
1504 40469 jjdelcerro
                <id>default-clean</id>
1505 40435 jjdelcerro
                <phase>pre-clean</phase>
1506
                <goals>
1507
                    <goal>read-project-properties</goal>
1508
                </goals>
1509
            </execution>
1510
          </executions>
1511
        </plugin>
1512
1513
        <plugin>
1514
          <!-- Check if exists ".gvsig-devel.properties" and create if not exists -->
1515
          <groupId>org.codehaus.gmaven</groupId>
1516
          <artifactId>gmaven-plugin</artifactId>
1517
          <inherited>false</inherited>
1518
          <executions>
1519
            <execution>
1520
            <phase>generate-sources</phase>
1521
            <goals>
1522
              <goal>execute</goal>
1523
            </goals>
1524
            <configuration>
1525
              <source><![CDATA[
1526
                Properties props = new Properties()
1527
                File propsFile = new File(System.properties['user.home'] + "/.gvsig-devel.properties")
1528
                gvsigProductFolderPathDefault = project.properties["gvsig.product.folder.path"]
1529 40549 jjdelcerro
                // println "Default gvsig.product.folder.path = " + gvsigProductFolderPathDefault
1530 40435 jjdelcerro
                try {
1531
                  props.load(propsFile.newDataInputStream())
1532
                  gvsigProductFolderPath = props.getProperty('gvsig.product.folder.path')
1533
                  if( gvsigProductFolderPath == null ) {
1534
                    gvsigProductFolderPath = gvsigProductFolderPathDefault
1535
                    props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1536
                    props.store(propsFile.newWriter(), null)
1537
                  }
1538
                } catch(java.io.FileNotFoundException e){
1539
                  gvsigProductFolderPath = gvsigProductFolderPathDefault
1540
                  props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1541
                  props.store(propsFile.newWriter(), null)
1542
                }
1543 40549 jjdelcerro
                log.info("Current gvsig.product.folder.path = " + gvsigProductFolderPath)
1544 40435 jjdelcerro
              ]]></source>
1545
            </configuration>
1546
            </execution>
1547
          </executions>
1548
        </plugin>
1549
1550
1551
      <plugin>
1552
        <!-- Package the roor folder of gvSIG desktop -->
1553
        <artifactId>maven-assembly-plugin</artifactId>
1554
        <inherited>false</inherited>
1555
        <configuration>
1556
            <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
1557
            <appendAssemblyId>false</appendAssemblyId>
1558
        </configuration>
1559
        <executions>
1560
          <execution>
1561
            <id>gvsig-plugin-package</id>
1562
            <phase>package</phase>
1563
            <goals>
1564
                <goal>single</goal>
1565
            </goals>
1566
            <configuration>
1567
              <finalName>${project.artifactId}-${project.version}-root-folder</finalName>
1568
              <descriptors>
1569
                <descriptorId>src/main/assembly/gvsig-root-folder-package.xml</descriptorId>
1570
              </descriptors>
1571
            </configuration>
1572
          </execution>
1573
        </executions>
1574
      </plugin>
1575
1576
      <plugin>
1577 40469 jjdelcerro
        <!-- Install the root folder of gvSIG desktop in product folder -->
1578 40435 jjdelcerro
        <artifactId>maven-antrun-plugin</artifactId>
1579
        <inherited>false</inherited>
1580
        <executions>
1581
          <execution>
1582
            <id>gvsig-plugin-install</id>
1583
            <phase>install</phase>
1584
            <configuration>
1585
              <target>
1586 40510 jjdelcerro
                <unzip src="target/${project.artifactId}-${project.version}-root-folder.zip" dest="${gvsig.product.folder.path}" />
1587 40435 jjdelcerro
              </target>
1588
            </configuration>
1589
            <goals>
1590
              <goal>run</goal>
1591
            </goals>
1592
          </execution>
1593
        </executions>
1594
      </plugin>
1595
1596
      <plugin>
1597
          <groupId>org.codehaus.mojo</groupId>
1598
          <artifactId>animal-sniffer-maven-plugin</artifactId>
1599
          <executions>
1600
              <execution>
1601
                  <id>check-java-api</id>
1602
                  <phase>package</phase>
1603
                  <goals>
1604
                      <goal>check</goal>
1605
                  </goals>
1606
                  <configuration>
1607 40498 jjdelcerro
                            <skip>false</skip>
1608 40435 jjdelcerro
                      <signature>
1609
                          <groupId>org.codehaus.mojo.signature</groupId>
1610
                          <artifactId>java15</artifactId>
1611
                          <version>1.0</version>
1612
                      </signature>
1613
                      <ignores>
1614
                          <ignore>net.sourceforge.cobertura.coveragedata.TouchCollector</ignore>
1615
                      </ignores>
1616
                  </configuration>
1617
              </execution>
1618
          </executions>
1619
      </plugin>
1620
1621
      <plugin>
1622
          <groupId>org.apache.maven.plugins</groupId>
1623
          <artifactId>maven-javadoc-plugin</artifactId>
1624
          <executions>
1625
              <execution>
1626
                  <id>attach-javadocs</id>
1627
                  <goals>
1628
                      <goal>jar</goal>
1629
                  </goals>
1630
              </execution>
1631
          </executions>
1632
      </plugin>
1633
1634
      <plugin>
1635 40469 jjdelcerro
          <groupId>org.apache.maven.plugins</groupId>
1636
          <artifactId>maven-source-plugin</artifactId>
1637
          <configuration>
1638
            <skipSource>false</skipSource> <!-- User property is: source.skip. -->
1639
          </configuration>
1640
          <executions>
1641
              <execution>
1642
                  <id>attach-sources</id>
1643
                  <phase>verify</phase>
1644
                  <goals>
1645
                      <goal>jar-no-fork</goal>
1646
                  </goals>
1647
              </execution>
1648
              <execution>
1649
                  <id>attach-test-sources</id>
1650
                  <phase>verify</phase>
1651
                  <goals>
1652
                      <goal>test-jar-no-fork</goal>
1653
                  </goals>
1654
              </execution>
1655
          </executions>
1656
      </plugin>
1657
1658
      <plugin>
1659
        <groupId>org.apache.maven.plugins</groupId>
1660
        <artifactId>maven-checkstyle-plugin</artifactId>
1661
        <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
1662
        <configuration>
1663
          <skip>false</skip> <!-- User property is: checkstyle.skip. -->
1664
          <enableRulesSummary>true</enableRulesSummary>
1665
          <failsOnError>false</failsOnError>
1666
          <configLocation>gvsig/checkstyle.xml</configLocation>
1667
          <headerLocation>gvsig/LICENSE.txt</headerLocation>
1668
        </configuration>
1669
        <dependencies>
1670
          <dependency>
1671
              <groupId>org.gvsig</groupId>
1672
              <artifactId>org.gvsig.desktop.buildtools</artifactId>
1673 40529 jjdelcerro
              <version>1.0.0</version>
1674 40469 jjdelcerro
          </dependency>
1675
        </dependencies>
1676
      </plugin>
1677
1678
      <plugin>
1679
          <groupId>com.mycila.maven-license-plugin</groupId>
1680
          <artifactId>maven-license-plugin</artifactId>
1681
          <!-- invoke as "mvn license:format" to fix the header -->
1682
          <!-- invoke as "mvn license:check" to check the header -->
1683 40471 jjdelcerro
          <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1684 40469 jjdelcerro
          <configuration>
1685 40480 jjdelcerro
              <skip>true</skip> <!-- User property is: license.skip  -->
1686 40469 jjdelcerro
              <header>header.txt</header>
1687
              <failIfMissing>false</failIfMissing>
1688
              <aggregate>true</aggregate>
1689
              <strictCheck>true</strictCheck>
1690
              <encoding>ISO-8859-1</encoding>
1691 40472 jjdelcerro
              <quiet>true</quiet>
1692 40469 jjdelcerro
              <mapping>
1693
                  <pom>XML_STYLE</pom>
1694
              </mapping>
1695
              <excludes>
1696
                  <exclude>**/*.properties</exclude>
1697 40471 jjdelcerro
                  <exclude>**/*.txt</exclude>
1698 40469 jjdelcerro
              </excludes>
1699
          </configuration>
1700
          <executions>
1701
            <execution>
1702
                <phase>test</phase>
1703
                <goals>
1704
                    <goal>check</goal>
1705
                </goals>
1706
            </execution>
1707
          </executions>
1708
          <dependencies>
1709
              <dependency>
1710
                  <groupId>org.gvsig</groupId>
1711
                  <artifactId>org.gvsig.desktop.buildtools</artifactId>
1712 40530 jjdelcerro
                  <version>1.0.0</version>
1713 40469 jjdelcerro
              </dependency>
1714
          </dependencies>
1715
      </plugin>
1716
1717
      <plugin>
1718 40435 jjdelcerro
        <!-- to continue building  when test fail -->
1719
        <groupId>org.apache.maven.plugins</groupId>
1720
        <artifactId>maven-surefire-plugin</artifactId>
1721
        <configuration>
1722
          <testFailureIgnore>true</testFailureIgnore>
1723
        </configuration>
1724
      </plugin>
1725
1726
    </plugins>
1727
  </build>
1728
1729 40480 jjdelcerro
1730 40501 jjdelcerro
         <reporting>
1731
            <excludeDefaults>true</excludeDefaults>
1732
            <plugins>
1733
              <plugin>
1734
                <groupId>org.apache.maven.plugins</groupId>
1735
                <artifactId>maven-project-info-reports-plugin</artifactId>
1736
            <version>2.7</version>
1737 40522 jjdelcerro
            <reportSets>
1738
                  <reportSet>
1739
                    <reports>
1740
                      <report>index</report>
1741
                      <report>summary</report>
1742
                      <report>scm</report>
1743
                      <report>license</report>
1744
                      <report>project-team</report>
1745
                      <report>issue-tracking</report>
1746
                      <report>mailing-list</report>
1747
                      <report>modules</report>
1748
1749 40523 jjdelcerro
                       <report>dependency-info</report>
1750
                                    <!-- Removed due to its high cost
1751 40522 jjdelcerro
                      <report>dependency-management</report>
1752
                      <report>dependencies</report>
1753 40523 jjdelcerro
                      -->
1754 40522 jjdelcerro
                      <report>dependency-convergence</report>
1755 40523 jjdelcerro
1756
                                  <!--
1757 40522 jjdelcerro
                      <report>plugins</report>
1758
                      <report>plugin-management</report>
1759
                      <report>distribution-management</report>
1760 40523 jjdelcerro
                      -->
1761
1762
                      <!-- gvSIG does not have Continuous Integration System
1763
                        <report>cim</report>
1764
                      -->
1765 40522 jjdelcerro
                    </reports>
1766
                  </reportSet>
1767
                </reportSets>
1768 40501 jjdelcerro
              </plugin>
1769
              <plugin>
1770
                <groupId>org.apache.maven.plugins</groupId>
1771
                <artifactId>maven-javadoc-plugin</artifactId>
1772 40523 jjdelcerro
                <!-- Do not use the version 2.9, does not manage properly the submodules -->
1773
            <version>2.9.1</version>
1774 40522 jjdelcerro
                <configuration>
1775 40523 jjdelcerro
                                <!-- Don't include the deprecateds items in the javadoc -->
1776
                                <nodeprecated>true</nodeprecated>
1777
                                <!-- Don't generate javadoc of project with submodules -->
1778
                          <aggregate>false</aggregate>
1779
                          <!-- Removed detection of links due to its high cost -->
1780
                                <detectJavaApiLink>false</detectJavaApiLink>
1781
                                <detectLinks>false</detectLinks>
1782
                                <detectOfflineLinks>false</detectOfflineLinks>
1783
                                <!-- Removed the inclusion of dependencies sources due to their high cost -->
1784
                                <includeDependencySources>false</includeDependencySources>
1785
                                <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1786 40522 jjdelcerro
                </configuration>
1787
            <reportSets>
1788
                <reportSet>
1789
                    <id>html</id>
1790
                    <reports>
1791
                        <report>javadoc</report>
1792 40523 jjdelcerro
                        <!-- removed javadocs of tests -->
1793 40522 jjdelcerro
                    </reports>
1794
                </reportSet>
1795
            </reportSets>
1796 40501 jjdelcerro
              </plugin>
1797
              <plugin>
1798
                <groupId>org.apache.maven.plugins</groupId>
1799
                <artifactId>maven-jxr-plugin</artifactId>
1800
            <version>2.3</version>
1801
                <configuration>
1802
                  <linkJavadoc>true</linkJavadoc>
1803 40522 jjdelcerro
                  <aggregate>false</aggregate>
1804 40501 jjdelcerro
                </configuration>
1805
              </plugin>
1806 40541 jjdelcerro
              <plugin>
1807
                <groupId>org.codehaus.mojo</groupId>
1808
                <artifactId>findbugs-maven-plugin</artifactId>
1809
                <version>2.5.2</version>
1810
              </plugin>
1811
1812 40501 jjdelcerro
            </plugins>
1813
          </reporting>
1814
1815 40549 jjdelcerro
1816 40435 jjdelcerro
  <properties>
1817
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
1818
    <localRepository>${user.home}/.m2/repository</localRepository>
1819
    <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
1820
    <eclipse.project.name>${project.artifactId}</eclipse.project.name>
1821
1822 40501 jjdelcerro
    <gvsig.tools.version>3.0.4</gvsig.tools.version>
1823 40513 jjdelcerro
        <gvsig.about.version>1.0.0</gvsig.about.version>
1824 40487 jjdelcerro
    <gvsig.metadata.version>1.0.0</gvsig.metadata.version>
1825 40501 jjdelcerro
    <gvsig.proj.version>1.0.0</gvsig.proj.version>
1826 40513 jjdelcerro
        <gvsig.timesupport.version>1.0.0</gvsig.timesupport.version>
1827
1828 40435 jjdelcerro
    <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
1829
  </properties>
1830
1831
  <modules>
1832
    <module>org.gvsig.desktop.compat.cdc</module>
1833
    <module>org.gvsig.desktop.library</module>
1834
    <module>org.gvsig.desktop.framework</module>
1835
    <module>org.gvsig.desktop.plugin</module>
1836
1837 40530 jjdelcerro
    <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
1838
    <!-- NOTE: Project  org.gvsig.desktop.buildtools must not be a sub module of this. -->
1839 40435 jjdelcerro
1840
  </modules>
1841
</project>