Statistics
| Revision:

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

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