Statistics
| Revision:

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

History | View | Annotate | Download (133 KB)

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

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

    
9
    <version>2.0.445-SNAPSHOT</version>
10

    
11
    <name>${project.artifactId}</name>
12
    <description>
13
        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
    </description>
24

    
25
    <licenses>
26
        <license>
27
            <name>GPL-3.0-or-later</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

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

    
44
    <scm>
45
        <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
    </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
        <repository>
67
          <id>central</id>
68
          <name>Central Repository</name>
69
          <url>https://repo.maven.apache.org/maven2</url> <!-- the https you've been looking for -->
70
          <layout>default</layout>
71
          <snapshots>
72
            <enabled>false</enabled> <!-- or set to true if desired, default is false -->
73
          </snapshots>
74
        </repository>
75
    </repositories>
76

    
77
    <distributionManagement>
78
        <site>
79
            <id>gvsig-repository</id>
80
            <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
81
        </site>
82
        <repository>
83
            <id>gvsig-repository</id>
84
            <name>gvSIG maven repository</name>
85
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
86
            <uniqueVersion>false</uniqueVersion>
87
        </repository>
88
        <snapshotRepository>
89
            <id>gvsig-repository</id>
90
            <name>gvSIG maven repository</name>
91
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
92
            <uniqueVersion>false</uniqueVersion>
93
        </snapshotRepository>
94
    </distributionManagement>
95

    
96
    <issueManagement>
97
        <system>redmine</system>
98
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
99
    </issueManagement>
100

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

    
137
    <dependencyManagement>
138
        <dependencies>
139
            <dependency>
140
                <groupId>org.gvsig</groupId>
141
                <artifactId>org.gvsig.tools</artifactId>
142
                <version>${gvsig.tools.version}</version>
143
                <type>pom</type>
144
                <scope>import</scope>
145
            </dependency>
146

    
147
            <!-- Non gvSIG projects -->
148
            <!-- NOTE: the list of dependencies is ordered alphabetically -->
149
            <!-- by the artifactId. Please, if new dependencies are added, -->
150
            <!--keep the order.-->
151

    
152
            <dependency>
153
                <groupId>org.n52</groupId>
154
                <artifactId>52n-wps-config</artifactId>
155
                <version>1.0.1</version>
156
            </dependency>
157
            <dependency>
158
                <groupId>net.opengis</groupId>
159
                <artifactId>52n-wps-xml</artifactId>
160
                <version>1.0.0</version>
161
            </dependency>
162
            <dependency>
163
                <groupId>org.jzkit</groupId>
164
                <artifactId>a2j-runtime</artifactId>
165
                <version>2.0.9</version>
166
            </dependency>
167
            <dependency>
168
                <groupId>org.jzkit</groupId>
169
                <artifactId>a2j</artifactId>
170
                <version>2.0.9</version>
171
            </dependency>
172
            <dependency>
173
                <groupId>net.swing</groupId>
174
                <artifactId>amic-util</artifactId>
175
                <version>unknown</version>
176
            </dependency>
177
            <dependency>
178
                <groupId>org.apache.ant</groupId>
179
                <artifactId>ant</artifactId>
180
                <version>1.8.1</version>
181
            </dependency>
182
            <dependency>
183
                <groupId>org.apache.ant</groupId>
184
                <artifactId>ant-apache-oro</artifactId>
185
                <version>1.8.1</version>
186
            </dependency>
187
            <dependency>
188
                <groupId>ant-contrib</groupId>
189
                <artifactId>ant-contrib</artifactId>
190
                <version>1.0b3</version>
191
                <exclusions>
192
                    <exclusion>
193
                        <groupId>ant</groupId>
194
                        <artifactId>ant</artifactId>
195
                    </exclusion>
196
                </exclusions>
197
            </dependency>
198
            <dependency>
199
                <groupId>org.apache.ant</groupId>
200
                <artifactId>ant-launcher</artifactId>
201
                <version>1.8.1</version>
202
            </dependency>
203
            <dependency>
204
                <groupId>org.apache.ant</groupId>
205
                <artifactId>ant-nodeps</artifactId>
206
                <version>1.8.1</version>
207
            </dependency>
208
            <dependency>
209
                <groupId>org.tigris.antelope</groupId>
210
                <artifactId>antelopetasks</artifactId>
211
                <version>3.2.10</version>
212
            </dependency>
213
            <dependency>
214
                <groupId>com.sardak</groupId>
215
                <artifactId>antform</artifactId>
216
                <version>2.0</version>
217
            </dependency>
218
            <dependency>
219
              <groupId>com.fifesoft</groupId>
220
              <artifactId>autocomplete</artifactId>
221
              <version>2.5.7</version>
222
            </dependency>
223

    
224
            <dependency>
225
                <groupId>org.apache.xmlgraphics</groupId>
226
                <artifactId>batik-awt-util</artifactId>
227
                <version>1.7</version>
228
            </dependency>
229
            <dependency>
230
                <groupId>org.apache.xmlgraphics</groupId>
231
                <artifactId>batik-bridge</artifactId>
232
                <version>1.7</version>
233
            </dependency>
234
            <dependency>
235
                <groupId>org.apache.xmlgraphics</groupId>
236
                <artifactId>batik-ext</artifactId>
237
                <version>1.7</version>
238
            </dependency>
239
            <dependency>
240
                <groupId>org.apache.xmlgraphics</groupId>
241
                <artifactId>batik-gui-util</artifactId>
242
                <version>1.7</version>
243
            </dependency>
244
            <dependency>
245
                <groupId>org.apache.xmlgraphics</groupId>
246
                <artifactId>batik-gvt</artifactId>
247
                <version>1.7</version>
248
            </dependency>
249
            <dependency>
250
                <groupId>org.apache.xmlgraphics</groupId>
251
                <artifactId>batik-script</artifactId>
252
                <version>1.7</version>
253
            </dependency>
254
            <dependency>
255
                <groupId>org.apache.xmlgraphics</groupId>
256
                <artifactId>batik-xml</artifactId>
257
                <version>1.7</version>
258
            </dependency>
259
            <dependency>
260
                <groupId>org.apache.xmlgraphics</groupId>
261
                <artifactId>batik-anim</artifactId>
262
                <version>1.7</version>
263
            </dependency>
264
            <dependency>
265
                <groupId>org.apache.xmlgraphics</groupId>
266
                <artifactId>batik-css</artifactId>
267
                <version>1.7</version>
268
            </dependency>
269
            <dependency>
270
                <groupId>org.apache.xmlgraphics</groupId>
271
                <artifactId>batik-dom</artifactId>
272
                <version>1.7</version>
273
            </dependency>
274
            <dependency>
275
                <groupId>org.apache.xmlgraphics</groupId>
276
                <artifactId>batik-js</artifactId>
277
                <version>1.7</version>
278
            </dependency>
279
            <dependency>
280
                <groupId>org.apache.xmlgraphics</groupId>
281
                <artifactId>batik-parser</artifactId>
282
                <version>1.7</version>
283
            </dependency>
284
            <dependency>
285
                <groupId>org.apache.xmlgraphics</groupId>
286
                <artifactId>batik-svg-dom</artifactId>
287
                <version>1.7</version>
288
            </dependency>
289

    
290
            <dependency>
291
                <groupId>bsf</groupId>
292
                <artifactId>bsf</artifactId>
293
                <version>2.3.0-rc1</version>
294
            </dependency>
295
            <dependency>
296
                <groupId>org.apache.bsf</groupId>
297
                <artifactId>bsf-api</artifactId>
298
                <version>3.1</version>
299
            </dependency>
300
            <dependency>
301
                <groupId>org.apache.bsf</groupId>
302
                <artifactId>bsf-utils</artifactId>
303
                <version>3.1</version>
304
            </dependency>
305
            <dependency>
306
                <groupId>bsh</groupId>
307
                <artifactId>bsh</artifactId>
308
                <version>2.0b4</version>
309
            </dependency>
310
            <dependency>
311
                <groupId>castor</groupId>
312
                <artifactId>castor</artifactId>
313
                <version>0.9.5.3</version>
314
            </dependency>
315

    
316
            <dependency>
317
                <groupId>commons-beanutils</groupId>
318
                <artifactId>commons-beanutils</artifactId>
319
                <version>1.6</version>
320
            </dependency>
321
            <dependency>
322
                <groupId>commons-dbcp</groupId>
323
                <artifactId>commons-dbcp</artifactId>
324
                <version>1.2.2</version>
325
            </dependency>
326
            <dependency>
327
                <groupId>commons-codec</groupId>
328
                <artifactId>commons-codec</artifactId>
329
                <version>1.6</version>
330
            </dependency>
331
            <dependency>
332
                <groupId>commons-collections</groupId>
333
                <artifactId>commons-collections</artifactId>
334
                <version>3.2.2</version>
335
            </dependency>
336
<!--            <dependency>
337
                <groupId>org.apache.commons</groupId>
338
                <artifactId>commons-collections4</artifactId>
339
                <version>4.1</version>
340
            </dependency>            -->
341
            <dependency>
342
              <groupId>org.apache.commons</groupId>
343
              <artifactId>commons-compress</artifactId>
344
              <version>1.20</version>
345
            </dependency>
346
            <dependency>
347
                <groupId>org.apache.solr</groupId>
348
                <artifactId>solr-commons-csv</artifactId>
349
                <version>3.5.0</version>
350
            </dependency>
351
            <dependency>
352
                <groupId>commons-httpclient</groupId>
353
                <artifactId>commons-httpclient</artifactId>
354
                <version>2.0.2</version>
355
            </dependency>
356
            <dependency>
357
                <groupId>commons-cli</groupId>
358
                <artifactId>commons-cli</artifactId>
359
                <version>1.4</version>
360
            </dependency>
361
            <dependency>
362
                <groupId>commons-lang</groupId>
363
                <artifactId>commons-lang</artifactId>
364
                <version>2.6</version>
365
            </dependency>
366
            <dependency>
367
                <groupId>org.apache.commons</groupId>
368
                <artifactId>commons-math</artifactId>
369
                <version>2.2</version>
370
            </dependency>            
371
            <dependency>
372
                <groupId>commons-configuration</groupId>
373
                <artifactId>commons-configuration</artifactId>
374
                <version>1.10</version>
375
            </dependency>
376
            <dependency>
377
                <groupId>commons-logging</groupId>
378
                <artifactId>commons-logging</artifactId>
379
                <version>1.1.1</version>
380
            </dependency>
381
            <dependency>
382
                <groupId>commons-logging</groupId>
383
                <artifactId>commons-logging</artifactId>
384
                <version>1.1.1</version>
385
                <classifier>api</classifier>
386
            </dependency>
387
            <dependency>
388
                <groupId>commons-pool</groupId>
389
                <artifactId>commons-pool</artifactId>
390
                <version>1.6</version>
391
            </dependency>
392
            <dependency>
393
                <groupId>org.apache.commons</groupId>
394
                <artifactId>commons-text</artifactId>
395
                <version>1.6</version>
396
            </dependency>
397
            
398
            <dependency>
399
                <groupId>org.dspace</groupId>
400
                <artifactId>cql-java</artifactId>
401
                <version>1.0</version>
402
            </dependency>
403
            <dependency>
404
                <groupId>easymock</groupId>
405
                <artifactId>easymockclassextension</artifactId>
406
                <version>1.2</version>
407
            </dependency>
408
            <dependency>
409
                <groupId>flanagan</groupId>
410
                <artifactId>flanagan</artifactId>
411
                <version>20090616</version>
412
            </dependency>
413
            <dependency>
414
                <groupId>org.opengis</groupId>
415
                <artifactId>geoapi</artifactId>
416
                <version>2.0</version>
417
            </dependency>
418
            <dependency>
419
                <groupId>geojava</groupId>
420
                <artifactId>geojava</artifactId>
421
                <version>unknown</version>
422
            </dependency>
423
            <dependency>
424
                <groupId>org.geonames</groupId>
425
                <artifactId>geonames</artifactId>
426
                <version>1.0</version>
427
                <classifier>java5</classifier>
428
            </dependency>
429
            <dependency>
430
                <groupId>org.codehaus.groovy</groupId>
431
                <artifactId>groovy-all</artifactId>
432
                <version>2.4.12</version>
433
            </dependency>
434
            <dependency>
435
                <groupId>org.geotools</groupId>
436
                <artifactId>gt2-legacy</artifactId>
437
                <version>2.2-RC2</version>
438
            </dependency>
439
            <dependency>
440
                <groupId>org.geotools</groupId>
441
                <artifactId>gt2-main</artifactId>
442
                <version>2.2.2</version>
443
            </dependency>
444
            <dependency>
445
                <groupId>org.geotools</groupId>
446
                <artifactId>gt2-referencing</artifactId>
447
                <version>2.2-RC2</version>
448
            </dependency>
449
            <dependency>
450
                <groupId>hsqldb</groupId>
451
                <artifactId>hsqldb</artifactId>
452
                <version>1.8.0.10</version>
453
            </dependency>
454
            <dependency>
455
                <groupId>org.ini4j</groupId>
456
                <artifactId>ini4j</artifactId>
457
                <version>0.5.1</version>
458
            </dependency>
459
            <dependency>
460
                <groupId>com.lowagie</groupId>
461
                <artifactId>itext</artifactId>
462
                <version>2.1.7</version>
463
            </dependency>
464
            <dependency>
465
                <groupId>javax.media</groupId>
466
                <artifactId>jai_core</artifactId>
467
                <version>1.1.3</version>
468
            </dependency>
469
            <dependency>
470
                <groupId>javax.media</groupId>
471
                <artifactId>jai_codec</artifactId>
472
                <version>1.1.3</version>
473
            </dependency>
474
            <dependency>
475
                <groupId>gov.nist.math</groupId>
476
                <artifactId>jama</artifactId>
477
                <version>unknown</version>
478
            </dependency>
479
            <dependency>
480
                <groupId>javax.help</groupId>
481
                <artifactId>javahelp</artifactId>
482
                <version>2.0.05</version>
483
            </dependency>
484
            <dependency>
485
                <groupId>org.glassfish</groupId>
486
                <artifactId>javax.json</artifactId>
487
                <version>1.0.4</version>
488
            </dependency>
489
            <dependency>
490
                <groupId>com.toedter</groupId>
491
                <artifactId>jcalendar</artifactId>
492
                <version>1.3.2</version>
493
            </dependency>
494
            <dependency>
495
                <groupId>jfree</groupId>
496
                <artifactId>jcommon</artifactId>
497
                <version>1.0.12</version>
498
            </dependency>
499
            <dependency>
500
                <groupId>com.github.lespaul361</groupId>
501
                <artifactId>JCommunique</artifactId>
502
                <version>2.0.0</version>
503
            </dependency>            
504
            <dependency>
505
                <groupId>jdom</groupId>
506
                <artifactId>jdom</artifactId>
507
                <version>1.0</version>
508
            </dependency>
509
            <dependency>
510
                <groupId>org.gnu</groupId>
511
                <artifactId>jel</artifactId>
512
                <version>2.0.1</version>
513
            </dependency>
514
            <dependency>
515
                <groupId>org.nfunk</groupId>
516
                <artifactId>jep</artifactId>
517
                <version>2.4.0</version>
518
            </dependency>
519
            <dependency>
520
                <groupId>jfree</groupId>
521
                <artifactId>jfreechart</artifactId>
522
                <version>1.0.7</version>
523
            </dependency>
524
            <dependency>
525
                <groupId>org.jfree</groupId>
526
                <artifactId>jfreechart</artifactId>
527
                <version>1.0.14</version>
528
            </dependency>
529
            <dependency>
530
                <groupId>org.jgraf</groupId>
531
                <artifactId>jgraf</artifactId>
532
                <version>0.0.1</version>
533
            </dependency>
534
            <dependency>
535
                <groupId>net.sf</groupId>
536
                <artifactId>jgraph</artifactId>
537
                <version>5.10.1.5</version>
538
            </dependency>
539
            <dependency>
540
                <groupId>net.sf</groupId>
541
                <artifactId>jgridshiftapi</artifactId>
542
                <version>1.0</version>
543
            </dependency>
544
            <dependency>
545
              <groupId>com.jidesoft</groupId>
546
              <artifactId>jide-oss</artifactId>
547
              <version>3.6.18</version>
548
            </dependency>
549
            <dependency>
550
                <groupId>com.sun</groupId>
551
                <artifactId>jimi</artifactId>
552
                <version>1.1</version>
553
            </dependency>
554
            <dependency>
555
                <groupId>joda-time</groupId>
556
                <artifactId>joda-time</artifactId>
557
                <version>1.6</version>
558
            </dependency>
559
            <dependency>
560
                <groupId>org.jopendocument</groupId>
561
                <artifactId>jOpenDocument</artifactId>
562
                <version>1.3</version>
563
            </dependency>
564
            <dependency>
565
                <groupId>org.jpedal</groupId>
566
                <artifactId>jpedal_lgpl</artifactId>
567
                <version>4.37b36</version>
568
            </dependency>
569
            <dependency>
570
                <groupId>org.jruby</groupId>
571
                <artifactId>jruby</artifactId>
572
                <version>1.5.6</version>
573
            </dependency>
574
            <dependency>
575
                <groupId>rhino</groupId>
576
                <artifactId>js</artifactId>
577
                <!-- This is the version already included in Java 1.6 -->
578
                <version>1.6R2</version>
579
            </dependency>
580
            <dependency>
581
                <groupId>net.sf</groupId>
582
                <artifactId>jsi</artifactId>
583
                <version>unknown</version>
584
            </dependency>
585
            <dependency>
586
                <groupId>org.json</groupId>
587
                <artifactId>json</artifactId>
588
                <version>20180130</version>
589
            </dependency>
590
            <dependency>
591
                <groupId>javax.units</groupId>
592
                <artifactId>jsr108</artifactId>
593
                <version>0.01</version>
594
            </dependency>
595
            <dependency>
596
                <groupId>com.vividsolutions</groupId>
597
                <artifactId>jts-core</artifactId>
598
                <version>1.14.0</version>
599
                <scope>compile</scope>
600
            </dependency>
601
            <dependency>
602
                <groupId>com.vividsolutions</groupId>
603
                <artifactId>jts-io</artifactId>
604
                <version>1.14.0</version>
605
                <scope>compile</scope>
606
            </dependency>
607
            <dependency>
608
                <groupId>junit</groupId>
609
                <artifactId>junit</artifactId>
610
                <version>4.11</version>
611
            </dependency>
612
            <dependency>
613
                <groupId>jwizardcomponent</groupId>
614
                <artifactId>jwizardcomponent</artifactId>
615
                <version>1.2.2</version>
616
            </dependency>
617
            <dependency>
618
                <groupId>jwizardcomponent</groupId>
619
                <artifactId>jwizardcomponent-0i18n</artifactId>
620
                <version>1.2.2.1</version>
621
            </dependency>
622
            <dependency>
623
                <groupId>org.python</groupId>
624
                <artifactId>${jython.artifactId}</artifactId>
625
                <version>2.7.1</version>
626
            </dependency>
627
            <dependency>
628
                <groupId>org.jzkit</groupId>
629
                <artifactId>jzkit2-core</artifactId>
630
                <version>2.0.0</version>
631
            </dependency>
632
            <dependency>
633
                <groupId>org.jzkit</groupId>
634
                <artifactId>jzkit2-z3950</artifactId>
635
                <version>2.0.0</version>
636
            </dependency>
637
            <dependency>
638
                <groupId>org.jzkit</groupId>
639
                <artifactId>jzkit2-origin</artifactId>
640
                <version>2.0.0</version>
641
            </dependency>
642
            <dependency>
643
                <groupId>log4j</groupId>
644
                <artifactId>log4j</artifactId>
645
                <version>1.2.14</version>
646
            </dependency>
647
            <dependency>
648
                <groupId>com.googlecode.log4jdbc</groupId>
649
                <artifactId>log4jdbc</artifactId>
650
                <version>1.2</version>
651
            </dependency>
652
            <dependency>
653
                <groupId>com.ostermiller</groupId>
654
                <artifactId>ostermillerutils</artifactId>
655
                <version>1.4.3</version>
656
            </dependency>
657
            <dependency>
658
                <groupId>org.mapdb</groupId>
659
                <artifactId>mapdb</artifactId>
660
                <version>3.0.6</version>
661
            </dependency>
662
            <dependency>
663
                <groupId>mysql</groupId>
664
                <artifactId>mysql-connector-java</artifactId>
665
                <version>5.1.6</version>
666
            </dependency>
667
            <dependency>
668
                <groupId>es.unex</groupId>
669
                <artifactId>sextante</artifactId>
670
                <version>0.6.0</version>
671
            </dependency>
672
            <dependency>
673
                <groupId>es.unex</groupId>
674
                <artifactId>sextante_gui</artifactId>
675
                <version>0.6.0</version>
676
            </dependency>
677
            <dependency>
678
                <groupId>es.unex</groupId>
679
                <artifactId>sextante_wps</artifactId>
680
                <version>0.6.0</version>
681
            </dependency>
682
            <dependency>
683
                <groupId>es.unex</groupId>
684
                <artifactId>libMath</artifactId>
685
                <version>0.6.0</version>
686
            </dependency>
687
            <dependency>
688
                <groupId>es.unex</groupId>
689
                <artifactId>libDocEngines</artifactId>
690
                <version>0.6.0</version>
691
            </dependency>
692
            <dependency>
693
                <groupId>org.apache.directory.studio</groupId>
694
                <artifactId>org.apache.commons.pool</artifactId>
695
                <version>1.6</version>
696
            </dependency>
697
            <dependency>
698
                <groupId>org.osgeo</groupId>
699
                <artifactId>proj4j</artifactId>
700
                <version>0.1.0</version>
701
            </dependency>
702
            <dependency>
703
                <groupId>com.fifesoft</groupId>
704
                <artifactId>rsyntaxtextarea</artifactId>
705
                <version>2.6.1</version>
706
            </dependency>
707
            <dependency>
708
                <groupId>com.fifesoft</groupId>
709
                <artifactId>rstaui</artifactId>
710
                <version>2.5.7</version>
711
            </dependency>
712
            <dependency>
713
                <groupId>sil</groupId>
714
                <artifactId>sil</artifactId>
715
                <version>0.43b-am1</version>
716
            </dependency>
717
            <dependency>
718
                <groupId>net.sf.smc</groupId>
719
                <artifactId>smc</artifactId>
720
                <version>4.3</version>
721
            </dependency>
722
            <dependency>
723
                <groupId>soap</groupId>
724
                <artifactId>soap</artifactId>
725
                <version>2.3</version>
726
            </dependency>
727
            <dependency>
728
                <groupId>spatialindex</groupId>
729
                <artifactId>spatialindex</artifactId>
730
                <version>unknown</version>
731
            </dependency>
732
            <dependency>
733
                <groupId>org.springframework</groupId>
734
                <artifactId>spring</artifactId>
735
                <version>1.2.8</version>
736
            </dependency>
737
            <dependency>
738
                <groupId>net.sf</groupId>
739
                <artifactId>sqljep</artifactId>
740
                <version>0.2.1</version>
741
            </dependency>
742
            <dependency>
743
                <groupId>org.xerial</groupId>
744
                <artifactId>sqlite-jdbc</artifactId>
745
                <version>3.36.0.3</version>
746
            </dependency>            
747
            <dependency>
748
                <groupId>net.sf.supercsv</groupId>
749
                <artifactId>super-csv</artifactId>
750
                <version>2.1.0</version>
751
            </dependency>
752
            <dependency>
753
                <groupId>org.tmatesoft.svnkit</groupId>
754
                <artifactId>svnkit</artifactId>
755
                <version>1.3.3</version>
756
            </dependency>
757
            <dependency>
758
                <groupId>org.tmatesoft.svnkit</groupId>
759
                <artifactId>svnkit-cli</artifactId>
760
                <version>1.3.3</version>
761
            </dependency>
762
            <dependency>
763
              <groupId>org.swinglabs</groupId>
764
              <artifactId>swing-layout</artifactId>
765
              <version>1.0.3</version>
766
            </dependency>
767
            <dependency>
768
                <groupId>tablelayout</groupId>
769
                <artifactId>TableLayout</artifactId>
770
                <version>20050920</version>
771
            </dependency>
772
            <dependency>
773
                <groupId>info.clearthought</groupId>
774
                <artifactId>TableLayout-bin-jdk1.5</artifactId>
775
                <version>2007-04-21</version>
776
            </dependency>
777
            <dependency>
778
                <groupId>net.sourceforge.thinlet</groupId>
779
                <artifactId>thinlet</artifactId>
780
                <version>2005-03-28</version>
781
            </dependency>
782
            <dependency>
783
                <groupId>${tika.groupid}</groupId>
784
                <artifactId>tika</artifactId>
785
                <version>${tika.version}</version>
786
            </dependency>
787
            <dependency>
788
                <groupId>${tika.groupid}</groupId>
789
                <artifactId>tika-core</artifactId>
790
                <version>${tika.version}</version>
791
            </dependency>
792
            <!--            <dependency>
793
                <groupId>org.apache.tika</groupId>
794
                <artifactId>tika-parsers</artifactId>
795
                <version>1.27</version>
796
            </dependency>             -->
797
            <dependency>
798
                <groupId>${tika.groupid}</groupId>
799
                <artifactId>tika-parsers-standard-package</artifactId>
800
                <version>${tika.version}</version>
801
            </dependency>            
802
             
803
            <dependency>
804
                <groupId>${tika.groupid}</groupId>
805
                <artifactId>tika-parser-apple-module</artifactId>
806
                <version>${tika.version}</version>
807
            </dependency>
808
            <dependency>
809
                <groupId>${tika.groupid}</groupId>
810
                <artifactId>tika-parser-audiovideo-module</artifactId>
811
                <version>${tika.version}</version>
812
            </dependency>
813
            <dependency>
814
                <groupId>${tika.groupid}</groupId>
815
                <artifactId>tika-parser-cad-module</artifactId>
816
                <version>${tika.version}</version>
817
            </dependency>
818
            <dependency>
819
                <groupId>${tika.groupid}</groupId>
820
                <artifactId>tika-parser-code-module</artifactId>
821
                <version>${tika.version}</version>
822
            </dependency>
823
            <dependency>
824
                <groupId>${tika.groupid}</groupId>
825
                <artifactId>tika-parser-crypto-module</artifactId>
826
                <version>${tika.version}</version>
827
            </dependency>
828
            <dependency>
829
                <groupId>${tika.groupid}</groupId>
830
                <artifactId>tika-parser-digest-commons</artifactId>
831
                <version>${tika.version}</version>
832
            </dependency>
833
            <dependency>
834
                <groupId>${tika.groupid}</groupId>
835
                <artifactId>tika-parser-font-module</artifactId>
836
                <version>${tika.version}</version>
837
            </dependency>
838
            <dependency>
839
                <groupId>${tika.groupid}</groupId>
840
                <artifactId>tika-parser-html-module</artifactId>
841
                <version>${tika.version}</version>
842
            </dependency>
843
            <dependency>
844
                <groupId>${tika.groupid}</groupId>
845
                <artifactId>tika-parser-image-module</artifactId>
846
                <version>${tika.version}</version>
847
            </dependency>
848
            <dependency>
849
                <groupId>${tika.groupid}</groupId>
850
                <artifactId>tika-parser-mail-module</artifactId>
851
                <version>${tika.version}</version>
852
            </dependency>
853
            <dependency>
854
                <groupId>${tika.groupid}</groupId>
855
                <artifactId>tika-parser-microsoft-module</artifactId>
856
                <version>${tika.version}</version>
857
            </dependency>
858
            <dependency>
859
                <groupId>${tika.groupid}</groupId>
860
                <artifactId>tika-parser-miscoffice-module</artifactId>
861
                <version>${tika.version}</version>
862
            </dependency>
863
            <dependency>
864
                <groupId>${tika.groupid}</groupId>
865
                <artifactId>tika-parser-news-module</artifactId>
866
                <version>${tika.version}</version>
867
            </dependency>
868

    
869
            <dependency>
870
                <groupId>${tika.groupid}</groupId>
871
                <artifactId>tika-parser-ocr-module</artifactId>
872
                <version>${tika.version}</version>
873
            </dependency>
874
            <dependency>
875
                <groupId>${tika.groupid}</groupId>
876
                <artifactId>tika-parser-pdf-module</artifactId>
877
                <version>${tika.version}</version>
878
            </dependency>
879
            <dependency>
880
                <groupId>${tika.groupid}</groupId>
881
                <artifactId>tika-parser-pkg-module</artifactId>
882
                <version>${tika.version}</version>
883
            </dependency>
884
            <dependency>
885
                <groupId>${tika.groupid}</groupId>
886
                <artifactId>tika-parser-text-module</artifactId>
887
                <version>${tika.version}</version>
888
            </dependency>
889
            <dependency>
890
                <groupId>${tika.groupid}</groupId>
891
                <artifactId>tika-parser-webarchive-module</artifactId>
892
                <version>${tika.version}</version>
893
            </dependency>
894
            <dependency>
895
                <groupId>${tika.groupid}</groupId>
896
                <artifactId>tika-parser-xml-module</artifactId>
897
                <version>${tika.version}</version>
898
            </dependency>
899
            <dependency>
900
                <groupId>${tika.groupid}</groupId>
901
                <artifactId>tika-parser-xmp-commons</artifactId>
902
                <version>${tika.version}</version>
903
            </dependency>
904

    
905
             
906
            <dependency>
907
                <groupId>gnu.trove</groupId>
908
                <artifactId>trove</artifactId>
909
                <version>0.1.8</version>
910
            </dependency>
911
            <dependency>
912
                <groupId>java3d</groupId>
913
                <artifactId>vecmath</artifactId>
914
                <version>1.3.1</version>
915
            </dependency>
916
            <dependency>
917
                <groupId>org.apache</groupId>
918
                <artifactId>xbean</artifactId>
919
                <version>2.2.0</version>
920
            </dependency>
921
            <dependency>
922
                <groupId>xerces</groupId>
923
                <artifactId>xercesImpl</artifactId>
924
                <version>2.11.0</version>
925
            </dependency>
926
            <dependency>
927
                <groupId>xml-apis</groupId>
928
                <artifactId>xml-apis</artifactId>
929
                <version>1.4.01</version>
930
            </dependency>
931
            <dependency>
932
                <groupId>xml-apis</groupId>
933
                <artifactId>xml-apis-ext</artifactId>
934
                <version>1.3.04</version>
935
            </dependency>
936
            <dependency>
937
                <groupId>xmlpull</groupId>
938
                <artifactId>xmlpull</artifactId>
939
                <version>1.1.3.1</version>
940
            </dependency>
941
            <dependency>
942
                <groupId>zql</groupId>
943
                <artifactId>zql</artifactId>
944
                <version>unknown</version>
945
            </dependency>
946

    
947
            <!-- External gvSIG projects -->
948

    
949
            <dependency>
950
                <groupId>org.gvsig</groupId>
951
                <artifactId>org.gvsig.jdk.v1_6</artifactId>
952
                <version>1.0.1</version>
953
            </dependency>
954
            <dependency>
955
                <groupId>org.gvsig</groupId>
956
                <artifactId>org.gvsig.jdk.v1_4</artifactId>
957
                <version>1.0.0</version>
958
            </dependency>
959
<!--            <dependency>
960
                <groupId>org.gvsig</groupId>
961
                <artifactId>org.gvsig.catalog</artifactId>
962
                <version>2.0</version>
963
            </dependency>-->
964
            <dependency>
965
                <groupId>org.gvsig.external</groupId>
966
                <artifactId>org.gvsig.external.jump</artifactId>
967
                <version>1.0.0</version>
968
            </dependency>
969
            <dependency>
970
                <groupId>org.gvsig</groupId>
971
                <artifactId>org.gvsig.proj.lib.api</artifactId>
972
                <version>${gvsig.proj.version}</version>
973
            </dependency>
974
            <dependency>
975
                <groupId>org.gvsig</groupId>
976
                <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
977
                <version>${gvsig.proj.version}</version>
978
            </dependency>
979
            <dependency>
980
                <groupId>org.gvsig</groupId>
981
                <artifactId>org.gvsig.proj.swing.api</artifactId>
982
                <version>${gvsig.proj.version}</version>
983
            </dependency>
984
            <dependency>
985
                <groupId>org.gvsig</groupId>
986
                <artifactId>org.gvsig.proj.swing.impl</artifactId>
987
                <version>${gvsig.proj.version}</version>
988
            </dependency>
989
            <dependency>
990
                <groupId>org.gvsig</groupId>
991
                <artifactId>org.gvsig.projection.api</artifactId>
992
                <version>${gvsig.projection.api.version}</version>
993
            </dependency>
994
            
995
            <!-- Childs projects -->
996

    
997
            <dependency>
998
                <groupId>org.gvsig</groupId>
999
                <artifactId>org.gvsig.about.api</artifactId>
1000
                <version>2.0.445-SNAPSHOT</version>
1001
            </dependency>
1002
            <dependency>
1003
                <groupId>org.gvsig</groupId>
1004
                <artifactId>org.gvsig.about.impl</artifactId>
1005
                <version>2.0.445-SNAPSHOT</version>
1006
            </dependency>
1007
            <dependency>
1008
                <groupId>org.gvsig</groupId>
1009
                <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
1010
                <version>2.0.445-SNAPSHOT</version>
1011
            </dependency>
1012
            <dependency>
1013
                <groupId>org.gvsig</groupId>
1014
                <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
1015
                <version>2.0.445-SNAPSHOT</version>
1016
            </dependency>
1017
            <dependency>
1018
                <groupId>org.gvsig</groupId>
1019
                <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
1020
                <version>2.0.445-SNAPSHOT</version>
1021
            </dependency>
1022
            <dependency>
1023
                <groupId>org.gvsig</groupId>
1024
                <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
1025
                <version>2.0.445-SNAPSHOT</version>
1026
            </dependency>
1027
            <dependency>
1028
                <groupId>org.gvsig</groupId>
1029
                <artifactId>org.gvsig.projection.cresques.impl</artifactId>
1030
                <version>2.0.445-SNAPSHOT</version>
1031
                <exclusions>
1032
                    <exclusion>
1033
                        <groupId>org.geotools</groupId>
1034
                        <artifactId>gt2-legacy</artifactId>
1035
                    </exclusion>
1036
                    <exclusion>
1037
                        <groupId>org.geotools</groupId>
1038
                        <artifactId>gt2-main</artifactId>
1039
                    </exclusion>
1040
                    <exclusion>
1041
                        <groupId>org.geotools</groupId>
1042
                        <artifactId>gt2-referencing</artifactId>
1043
                    </exclusion>
1044
                    <exclusion>
1045
                        <groupId>geojava</groupId>
1046
                        <artifactId>geojava</artifactId>
1047
                    </exclusion>
1048
                    <exclusion>
1049
                        <groupId>javax.media</groupId>
1050
                        <artifactId>jai_core</artifactId>
1051
                    </exclusion>
1052
                    <exclusion>
1053
                        <groupId>javax.media</groupId>
1054
                        <artifactId>jai_codec</artifactId>
1055
                    </exclusion>
1056
                </exclusions>                
1057
                
1058
            </dependency>
1059
            <dependency>
1060
                <groupId>org.gvsig</groupId>
1061
                <artifactId>org.gvsig.projection.cresques.ui</artifactId>
1062
                <version>2.0.445-SNAPSHOT</version>
1063
            </dependency>
1064
            <dependency>
1065
                <groupId>org.gvsig</groupId>
1066
                <artifactId>org.gvsig.andami</artifactId>
1067
                <version>2.0.445-SNAPSHOT</version>
1068
            </dependency>
1069
            <dependency>
1070
                <groupId>org.gvsig</groupId>
1071
                <artifactId>org.gvsig.app</artifactId>
1072
                <version>2.0.445-SNAPSHOT</version>
1073
            </dependency>
1074
            <dependency>
1075
                <groupId>org.gvsig</groupId>
1076
                <artifactId>org.gvsig.ui</artifactId>
1077
                <version>2.0.445-SNAPSHOT</version>
1078
            </dependency>
1079
            <dependency>
1080
                <groupId>org.gvsig</groupId>
1081
                <artifactId>org.gvsig.basicformats</artifactId>
1082
                <version>2.0.445-SNAPSHOT</version>
1083
            </dependency>
1084
            <dependency>
1085
                <groupId>org.gvsig</groupId>
1086
                <artifactId>org.gvsig.fmap.control</artifactId>
1087
                <version>2.0.445-SNAPSHOT</version>
1088
            </dependency>
1089
            <dependency>
1090
                <groupId>org.gvsig</groupId>
1091
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
1092
                <version>2.0.445-SNAPSHOT</version>
1093
            </dependency>
1094
            <dependency>
1095
                <groupId>org.gvsig</groupId>
1096
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
1097
                <version>2.0.445-SNAPSHOT</version>
1098
            </dependency>            
1099
            <dependency>
1100
                <!-- 
1101
                Eliminado el proyecto asi que le pongo una version "chunga" 
1102
                para que falle al resolverla si alguien lo usa
1103
                -->
1104
                <groupId>org.gvsig</groupId>
1105
                <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
1106
                <version>ERROR</version> 
1107
            </dependency>
1108
            <dependency>
1109
                <groupId>org.gvsig</groupId>
1110
                <artifactId>org.gvsig.fmap.dal.api</artifactId>
1111
                <version>2.0.445-SNAPSHOT</version>
1112
            </dependency>
1113
            <dependency>
1114
                <groupId>org.gvsig</groupId>
1115
                <artifactId>org.gvsig.fmap.dal.spi</artifactId>
1116
                <version>2.0.445-SNAPSHOT</version>
1117
            </dependency>
1118
            <dependency>
1119
                <groupId>org.gvsig</groupId>
1120
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
1121
                <version>2.0.445-SNAPSHOT</version>
1122
            </dependency>
1123
            <dependency>
1124
                <groupId>org.gvsig</groupId>
1125
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
1126
                <version>2.0.445-SNAPSHOT</version>
1127
                <type>test-jar</type>
1128
                <scope>test</scope>
1129
            </dependency>
1130
            <dependency>
1131
                <groupId>org.gvsig</groupId>
1132
                <artifactId>org.gvsig.fmap.dal.api</artifactId>
1133
                <version>2.0.445-SNAPSHOT</version>
1134
                <type>test-jar</type>
1135
                <scope>test</scope>
1136
            </dependency>            <dependency>
1137
                <groupId>org.gvsig</groupId>
1138
                <artifactId>org.gvsig.fmap.dal.db.lib</artifactId>
1139
                <version>2.0.445-SNAPSHOT</version>
1140
            </dependency>
1141
            <dependency>
1142
                <groupId>org.gvsig</groupId>
1143
                <artifactId>org.gvsig.h2spatial.h2gis132.provider</artifactId>
1144
                <version>2.0.445-SNAPSHOT</version>
1145
            </dependency>
1146
            <dependency>
1147
                <groupId>org.gvsig</groupId>
1148
                <artifactId>org.gvsig.h2spatial.h2gis150.provider</artifactId>
1149
                <version>2.0.391-SNAPSHOT</version>
1150
            </dependency>
1151
              <dependency>
1152
                <groupId>org.gvsig</groupId>
1153
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
1154
                <version>2.0.445-SNAPSHOT</version>
1155
            </dependency>
1156
            <dependency>
1157
                <groupId>org.gvsig</groupId>
1158
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
1159
                <version>2.0.445-SNAPSHOT</version>
1160
                <scope>test</scope>
1161
                <type>test-jar</type>
1162
            </dependency>
1163
            <dependency>
1164
                <groupId>org.gvsig</groupId>
1165
                <artifactId>org.gvsig.fmap.dal.db.mdb</artifactId>
1166
                <version>2.0.445-SNAPSHOT</version>
1167
            </dependency>
1168
            <dependency>
1169
                <groupId>org.gvsig</groupId>
1170
                <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
1171
                <version>2.0.445-SNAPSHOT</version>
1172
            </dependency>
1173
            <dependency>
1174
                <groupId>org.gvsig</groupId>
1175
                <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
1176
                <version>2.0.445-SNAPSHOT</version>
1177
            </dependency>
1178
            <dependency>
1179
                <groupId>org.gvsig</groupId>
1180
                <artifactId>org.gvsig.fmap.dal.file.csv</artifactId>
1181
                <version>2.0.445-SNAPSHOT</version>
1182
            </dependency>
1183
            <dependency>
1184
                <groupId>org.gvsig</groupId>
1185
                <artifactId>org.gvsig.fmap.dal.file.gml</artifactId>
1186
                <version>2.0.445-SNAPSHOT</version>
1187
            </dependency>
1188
            <dependency>
1189
                <groupId>org.gvsig</groupId>
1190
                <artifactId>org.gvsig.fmap.dal.file.json</artifactId>
1191
                <version>2.0.445-SNAPSHOT</version>
1192
            </dependency>
1193
            <dependency>
1194
                <groupId>org.gvsig</groupId>
1195
                <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
1196
                <version>2.0.445-SNAPSHOT</version>
1197
            </dependency>
1198
            <dependency>
1199
              <groupId>org.gvsig</groupId>
1200
              <artifactId>org.gvsig.fmap.dal.swing.api</artifactId>
1201
              <version>2.0.445-SNAPSHOT</version>
1202
            </dependency>
1203
                <dependency>
1204
              <groupId>org.gvsig</groupId>
1205
              <artifactId>org.gvsig.fmap.dal.swing.impl</artifactId>
1206
               <version>2.0.445-SNAPSHOT</version>
1207
            </dependency>
1208
            <dependency>
1209
              <groupId>org.gvsig</groupId>
1210
              <artifactId>org.gvsig.fmap.dal.swing.api</artifactId>
1211
              <version>2.0.445-SNAPSHOT</version>
1212
                <type>test-jar</type>
1213
                <scope>test</scope>
1214
            </dependency>
1215
                <dependency>
1216
              <groupId>org.gvsig</groupId>
1217
              <artifactId>org.gvsig.fmap.dal.swing.impl</artifactId>
1218
               <version>2.0.445-SNAPSHOT</version>
1219
                <type>test-jar</type>
1220
                <scope>test</scope>
1221
            </dependency>
1222
            <dependency>
1223
                <groupId>org.gvsig</groupId>
1224
                <artifactId>org.gvsig.newlayer.lib.api</artifactId>
1225
                <version>2.0.445-SNAPSHOT</version>
1226
            </dependency>
1227
            <dependency>
1228
                <groupId>org.gvsig</groupId>
1229
                <artifactId>org.gvsig.newlayer.lib.api</artifactId>
1230
                <version>2.0.445-SNAPSHOT</version>
1231
                <type>test-jar</type>
1232
                <scope>test</scope>
1233
            </dependency>
1234
            <dependency>
1235
                <groupId>org.gvsig</groupId>
1236
                <artifactId>org.gvsig.newlayer.lib.impl</artifactId>
1237
                <version>2.0.445-SNAPSHOT</version>
1238
            </dependency>
1239
            <dependency>
1240
                <groupId>org.gvsig</groupId>
1241
                <artifactId>org.gvsig.newlayer.prov.jdbc</artifactId>
1242
                <version>2.0.445-SNAPSHOT</version>
1243
            </dependency>
1244
            <dependency>
1245
                <groupId>org.gvsig</groupId>
1246
                <artifactId>org.gvsig.newlayer.prov.file</artifactId>
1247
                <version>2.0.445-SNAPSHOT</version>
1248
            </dependency>
1249
            <dependency>
1250
                <groupId>org.gvsig</groupId>
1251
                <artifactId>org.gvsig.newlayer.prov.shape</artifactId>
1252
                <version>2.0.445-SNAPSHOT</version>
1253
            </dependency>
1254
            <dependency>
1255
                <groupId>org.gvsig</groupId>
1256
                <artifactId>org.gvsig.newlayer.prov.csv</artifactId>
1257
                <version>2.0.445-SNAPSHOT</version>
1258
            </dependency>
1259
            
1260
            
1261
            
1262
            
1263
            <dependency>
1264
                <groupId>org.gvsig</groupId>
1265
                <artifactId>org.gvsig.raster.lib.buffer.api</artifactId>
1266
                <version>2.0.445-SNAPSHOT</version>
1267
            </dependency>
1268
            <dependency>
1269
                <groupId>org.gvsig</groupId>
1270
                <artifactId>org.gvsig.raster.lib.buffer.spi</artifactId>
1271
                <version>2.0.445-SNAPSHOT</version>
1272
            </dependency>
1273
            <dependency>
1274
                <groupId>org.gvsig</groupId>
1275
                <artifactId>org.gvsig.raster.lib.buffer.impl</artifactId>
1276
                <version>2.0.445-SNAPSHOT</version>
1277
            </dependency>
1278
            <dependency>
1279
                <groupId>org.gvsig</groupId>
1280
                <artifactId>org.gvsig.raster.lib.legend.api</artifactId>
1281
                <version>2.0.327-SNAPSHOT</version>
1282
            </dependency>
1283
            <dependency>
1284
                <groupId>org.gvsig</groupId>
1285
                <artifactId>org.gvsig.raster.lib.legend.spi</artifactId>
1286
                <version>2.0.327-SNAPSHOT</version>
1287
            </dependency>
1288
            <dependency>
1289
                <groupId>org.gvsig</groupId>
1290
                <artifactId>org.gvsig.raster.lib.legend.impl</artifactId>
1291
                <version>2.0.327-SNAPSHOT</version>
1292
            </dependency>
1293
            <dependency>
1294
                <groupId>org.gvsig</groupId>
1295
                <artifactId>org.gvsig.fmap.mapcontext.swing.api</artifactId>
1296
                <version>2.0.445-SNAPSHOT</version>
1297
            </dependency>
1298
            <dependency>
1299
                <groupId>org.gvsig</groupId>
1300
                <artifactId>org.gvsig.fmap.mapcontext.swing.impl</artifactId>
1301
                <version>2.0.445-SNAPSHOT</version>
1302
            </dependency>
1303

    
1304
            <dependency>
1305
                <groupId>org.gvsig</groupId>
1306
                <artifactId>org.gvsig.fmap.dal.tilecache.raster</artifactId>
1307
                <version>2.0.445-SNAPSHOT</version>
1308
            </dependency>
1309
            <dependency>
1310
                <groupId>org.gvsig</groupId>
1311
                <artifactId>org.gvsig.raster.legend.tilecache</artifactId>
1312
                <version>2.0.445-SNAPSHOT</version>
1313
            </dependency>
1314

    
1315
            <dependency>
1316
                <groupId>org.gvsig</groupId>
1317
                <artifactId>org.gvsig.raster.tools.lib.api</artifactId>
1318
                <version>2.0.445-SNAPSHOT</version>
1319
            </dependency>
1320
            <dependency>
1321
                <groupId>org.gvsig</groupId>
1322
                <artifactId>org.gvsig.raster.tools.lib.impl</artifactId>
1323
                <version>2.0.445-SNAPSHOT</version>
1324
            </dependency>
1325
            <dependency>
1326
                <groupId>org.gvsig</groupId>
1327
                <artifactId>org.gvsig.raster.tools.swing.api</artifactId>
1328
                <version>2.0.445-SNAPSHOT</version>
1329
            </dependency>
1330
            <dependency>
1331
                <groupId>org.gvsig</groupId>
1332
                <artifactId>org.gvsig.raster.tools.swing.impl</artifactId>
1333
                <version>2.0.445-SNAPSHOT</version>
1334
            </dependency>
1335

    
1336

    
1337

    
1338
            <dependency>
1339
                <groupId>org.gvsig</groupId>
1340
                <artifactId>org.gvsig.raster.swing.buffer.api</artifactId>
1341
                <version>2.0.445-SNAPSHOT</version>
1342
            </dependency>
1343
            <dependency>
1344
                <groupId>org.gvsig</groupId>
1345
                <artifactId>org.gvsig.raster.swing.buffer.impl</artifactId>
1346
                <version>2.0.445-SNAPSHOT</version>
1347
            </dependency>
1348

    
1349
            <dependency>
1350
                <groupId>org.gvsig</groupId>
1351
                <artifactId>org.gvsig.raster.legend.swing.api</artifactId>
1352
                <version>2.0.445-SNAPSHOT</version>
1353
            </dependency>
1354
            <dependency>
1355
                <groupId>org.gvsig</groupId>
1356
                <artifactId>org.gvsig.raster.legend.swing.impl</artifactId>
1357
                <version>2.0.445-SNAPSHOT</version>
1358
            </dependency>
1359

    
1360
            <dependency>
1361
                <groupId>org.gvsig</groupId>
1362
                <artifactId>org.gvsig.raster.legend.lib.api</artifactId>
1363
                <version>2.0.327-SNAPSHOT</version>
1364
            </dependency>
1365
            <dependency>
1366
                <groupId>org.gvsig</groupId>
1367
                <artifactId>org.gvsig.raster.legend.lib.impl</artifactId>
1368
                <version>2.0.327-SNAPSHOT</version>
1369
            </dependency>
1370
            <dependency>
1371
                <groupId>org.gvsig</groupId>
1372
                <artifactId>org.gvsig.raster.legend.lib.spi</artifactId>
1373
                <version>2.0.327-SNAPSHOT</version>
1374
            </dependency>
1375
            <dependency>
1376
                <groupId>org.gvsig</groupId>
1377
                <artifactId>org.gvsig.raster.legend.imageio</artifactId>
1378
                <version>2.0.445-SNAPSHOT</version>
1379
            </dependency>
1380
            <dependency>
1381
                <groupId>org.gvsig</groupId>
1382
                <artifactId>org.gvsig.fmap.dal.file.imageio</artifactId>
1383
                <version>2.0.445-SNAPSHOT</version>
1384
            </dependency>
1385
            <dependency>
1386
                <groupId>org.gvsig</groupId>
1387
                <artifactId>org.gvsig.fmap.dal.file.png</artifactId>
1388
                <version>2.0.445-SNAPSHOT</version>
1389
            </dependency>
1390
            <dependency>
1391
                <groupId>org.gvsig</groupId>
1392
                <artifactId>org.gvsig.fmap.dal.file.jpg</artifactId>
1393
                <version>2.0.445-SNAPSHOT</version>
1394
            </dependency>
1395
            <dependency>
1396
                <groupId>org.gvsig</groupId>
1397
                <artifactId>org.gvsig.fmap.dal.file.jp2</artifactId>
1398
                <version>2.0.445-SNAPSHOT</version>
1399
            </dependency>
1400
            <dependency>
1401
                <groupId>org.gvsig</groupId>
1402
                <artifactId>org.gvsig.fmap.dal.file.tiff</artifactId>
1403
                <version>2.0.445-SNAPSHOT</version>
1404
            </dependency>
1405
            <dependency>
1406
                <groupId>org.gvsig</groupId>
1407
                <artifactId>org.gvsig.fmap.dal.file.bsq</artifactId>
1408
                <version>2.0.445-SNAPSHOT</version>
1409
            </dependency>
1410

    
1411
            
1412
            
1413
            <dependency>
1414
                <groupId>org.gvsig</groupId>
1415
                <artifactId>org.gvsig.symbology.lib.api</artifactId>
1416
                <version>2.0.445-SNAPSHOT</version>
1417
            </dependency>
1418
            <dependency>
1419
                <groupId>org.gvsig</groupId>
1420
                <artifactId>org.gvsig.symbology.lib.impl</artifactId>
1421
                <version>2.0.445-SNAPSHOT</version>
1422
            </dependency>
1423
            <dependency>
1424
                <groupId>org.gvsig</groupId>
1425
                <artifactId>org.gvsig.symbology.swing.api</artifactId>
1426
                <version>2.0.445-SNAPSHOT</version>
1427
            </dependency>
1428
            <dependency>
1429
                <groupId>org.gvsig</groupId>
1430
                <artifactId>org.gvsig.symbology.swing.impl</artifactId>
1431
                <version>2.0.445-SNAPSHOT</version>
1432
            </dependency>
1433
            <dependency>
1434
                <groupId>org.gvsig</groupId>
1435
                <artifactId>org.gvsig.fmap.geometry.api</artifactId>
1436
                <version>2.0.445-SNAPSHOT</version>
1437
            </dependency>
1438
            <dependency>
1439
                <groupId>org.gvsig</groupId>
1440
                <artifactId>org.gvsig.fmap.geometry.jts</artifactId>
1441
                <version>2.0.445-SNAPSHOT</version>
1442
            </dependency>
1443
            <dependency>
1444
                <groupId>org.gvsig</groupId>
1445
                <artifactId>org.gvsig.fmap.geometry.operation.jts</artifactId>
1446
                <version>2.0.445-SNAPSHOT</version>
1447
            </dependency>
1448

    
1449

    
1450
            <dependency>
1451
                <groupId>org.gvsig</groupId>
1452
                <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
1453
                <version>2.0.445-SNAPSHOT</version>
1454
            </dependency>
1455
            <dependency>
1456
                <groupId>org.gvsig</groupId>
1457
                <artifactId>org.gvsig.compat.api</artifactId>
1458
                <version>2.0.445-SNAPSHOT</version>
1459
            </dependency>
1460
            <dependency>
1461
                <groupId>org.gvsig</groupId>
1462
                <artifactId>org.gvsig.compat.se</artifactId>
1463
                <version>2.0.445-SNAPSHOT</version>
1464
            </dependency>
1465
            <dependency>
1466
                <groupId>org.gvsig</groupId>
1467
                <artifactId>org.gvsig.remoteclient</artifactId>
1468
                <version>2.0.445-SNAPSHOT</version>
1469
            </dependency>
1470
            <dependency>
1471
                <groupId>org.gvsig</groupId>
1472
                <artifactId>org.gvsig.i18n</artifactId>
1473
                <version>2.0.445-SNAPSHOT</version>
1474
            </dependency>
1475
            <dependency>
1476
                <groupId>org.gvsig</groupId>
1477
                <artifactId>org.gvsig.utils</artifactId>
1478
                <version>2.0.445-SNAPSHOT</version>
1479
            </dependency>
1480
            <dependency>
1481
                <groupId>org.gvsig</groupId>
1482
                <artifactId>org.gvsig.annotation.lib.api</artifactId>
1483
                <version>2.0.445-SNAPSHOT</version>
1484
            </dependency>
1485
            <dependency>
1486
                <groupId>org.gvsig</groupId>
1487
                <artifactId>org.gvsig.annotation.lib.impl</artifactId>
1488
                <version>2.0.445-SNAPSHOT</version>
1489
            </dependency>
1490
            <dependency>
1491
                <groupId>org.gvsig</groupId>
1492
                <artifactId>org.gvsig.annotation.swing.api</artifactId>
1493
                <version>2.0.445-SNAPSHOT</version>
1494
            </dependency>
1495
            <dependency>
1496
                <groupId>org.gvsig</groupId>
1497
                <artifactId>org.gvsig.annotation.swing.impl</artifactId>
1498
                <version>2.0.445-SNAPSHOT</version>
1499
            </dependency>
1500
            <dependency>
1501
                <groupId>org.gvsig</groupId>
1502
                <artifactId>org.gvsig.expressionevaluator.lib.api</artifactId>
1503
                <version>2.0.445-SNAPSHOT</version>
1504
            </dependency>
1505
            <dependency>
1506
                <groupId>org.gvsig</groupId>
1507
                <artifactId>org.gvsig.expressionevaluator.lib.impl</artifactId>
1508
                <version>2.0.445-SNAPSHOT</version>
1509
            </dependency>
1510
            <dependency>
1511
              <groupId>org.gvsig</groupId>
1512
              <artifactId>org.gvsig.expressionevaluator.geometry.lib.api</artifactId>
1513
              <version>2.0.445-SNAPSHOT</version>
1514
            </dependency>
1515
            <dependency>
1516
              <groupId>org.gvsig</groupId>
1517
              <artifactId>org.gvsig.expressionevaluator.geometry.lib.impl</artifactId>
1518
              <version>2.0.445-SNAPSHOT</version>
1519
            </dependency>
1520
            <dependency>
1521
              <groupId>org.gvsig</groupId>
1522
              <artifactId>org.gvsig.expressionevaluator.time.lib.impl</artifactId>
1523
              <version>2.0.445-SNAPSHOT</version>
1524
            </dependency>
1525
            <dependency>
1526
                <groupId>org.gvsig</groupId>
1527
                <artifactId>org.gvsig.expressionevaluator.swing.api</artifactId>
1528
                <version>2.0.445-SNAPSHOT</version>
1529
            </dependency>
1530
            <dependency>
1531
                <groupId>org.gvsig</groupId>
1532
                <artifactId>org.gvsig.expressionevaluator.swing.impl</artifactId>
1533
                <version>2.0.445-SNAPSHOT</version>
1534
            </dependency>
1535
            <dependency>
1536
                <groupId>org.gvsig</groupId>
1537
                <artifactId>org.gvsig.temporarystorage.lib.api</artifactId>
1538
                <version>2.0.445-SNAPSHOT</version>
1539
            </dependency>
1540
            <dependency>
1541
                <groupId>org.gvsig</groupId>
1542
                <artifactId>org.gvsig.temporarystorage.lib.impl</artifactId>
1543
                <version>2.0.445-SNAPSHOT</version>
1544
            </dependency>
1545
            <dependency>
1546
                <groupId>org.gvsig</groupId>
1547
                <artifactId>org.gvsig.exportto.lib.api</artifactId>
1548
                <version>2.0.445-SNAPSHOT</version>
1549
            </dependency>
1550
            <dependency>
1551
                <groupId>org.gvsig</groupId>
1552
                <artifactId>org.gvsig.exportto.lib.api</artifactId>
1553
                <version>2.0.445-SNAPSHOT</version>
1554
                <type>test-jar</type>
1555
                <scope>test</scope>
1556
            </dependency>
1557
            <dependency>
1558
                <groupId>org.gvsig</groupId>
1559
                <artifactId>org.gvsig.exportto.lib.impl</artifactId>
1560
                <version>2.0.445-SNAPSHOT</version>
1561
            </dependency>
1562
            <dependency>
1563
                <groupId>org.gvsig</groupId>
1564
                <artifactId>org.gvsig.exportto.swing.api</artifactId>
1565
                <version>2.0.445-SNAPSHOT</version>
1566
            </dependency>
1567
            <dependency>
1568
                <groupId>org.gvsig</groupId>
1569
                <artifactId>org.gvsig.exportto.swing.impl</artifactId>
1570
                <version>2.0.445-SNAPSHOT</version>
1571
            </dependency>
1572
            <dependency>
1573
                <groupId>org.gvsig</groupId>
1574
                <artifactId>org.gvsig.exportto.swing.prov.jdbc</artifactId>
1575
                <version>2.0.445-SNAPSHOT</version>
1576
            </dependency>
1577
            <dependency>
1578
                <groupId>org.gvsig</groupId>
1579
                <artifactId>org.gvsig.exportto.swing.prov.shape</artifactId>
1580
                <version>2.0.445-SNAPSHOT</version>
1581
            </dependency>
1582
            <dependency>
1583
                <groupId>org.gvsig</groupId>
1584
                <artifactId>org.gvsig.exportto.swing.prov.dbf</artifactId>
1585
                <version>2.0.445-SNAPSHOT</version>
1586
            </dependency>
1587
            <dependency>
1588
                <groupId>org.gvsig</groupId>
1589
                <artifactId>org.gvsig.exportto.swing.prov.csv</artifactId>
1590
                <version>2.0.445-SNAPSHOT</version>
1591
            </dependency>
1592
            <dependency>
1593
                <groupId>org.gvsig</groupId>
1594
                <artifactId>org.gvsig.installer.swing.api</artifactId>
1595
                <version>2.0.445-SNAPSHOT</version>
1596
            </dependency>
1597
            <dependency>
1598
                <groupId>org.gvsig</groupId>
1599
                <artifactId>org.gvsig.installer.swing.impl</artifactId>
1600
                <version>2.0.445-SNAPSHOT</version>
1601
            </dependency>
1602
            <dependency>
1603
                <groupId>org.gvsig</groupId>
1604
                <artifactId>org.gvsig.installer.lib.api</artifactId>
1605
                <version>2.0.445-SNAPSHOT</version>
1606
            </dependency>
1607
            <dependency>
1608
                <groupId>org.gvsig</groupId>
1609
                <artifactId>org.gvsig.installer.lib.spi</artifactId>
1610
                <version>2.0.445-SNAPSHOT</version>
1611
            </dependency>
1612
            <dependency>
1613
                <groupId>org.gvsig</groupId>
1614
                <artifactId>org.gvsig.installer.lib.impl</artifactId>
1615
                <version>2.0.445-SNAPSHOT</version>
1616
            </dependency>
1617
            <dependency>
1618
                <groupId>org.gvsig</groupId>
1619
                <artifactId>org.gvsig.installer.prov.plugin</artifactId>
1620
                <version>2.0.445-SNAPSHOT</version>
1621
            </dependency>
1622
            <dependency>
1623
                <groupId>org.gvsig</groupId>
1624
                <artifactId>org.gvsig.geodb.app.mainplugin</artifactId>
1625
                <version>2.0.445-SNAPSHOT</version>
1626
            </dependency>
1627

    
1628
            <dependency>
1629
                <groupId>org.gvsig</groupId>
1630
                <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
1631
                <version>2.0.445-SNAPSHOT</version>
1632
            </dependency>
1633
            <dependency>
1634
                <groupId>org.gvsig</groupId>
1635
                <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1636
                <version>2.0.445-SNAPSHOT</version>
1637
            </dependency>
1638
            <dependency>
1639
                <groupId>org.gvsig</groupId>
1640
                <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1641
                <version>2.0.445-SNAPSHOT</version>
1642
                <type>test-jar</type>
1643
                <scope>test</scope>
1644
            </dependency>
1645
            <dependency>
1646
                <groupId>org.gvsig</groupId>
1647
                <artifactId>org.gvsig.daltransform.app.join</artifactId>
1648
                <version>2.0.445-SNAPSHOT</version>
1649
            </dependency>
1650
            <dependency>
1651
                <groupId>org.gvsig</groupId>
1652
                <artifactId>org.gvsig.daltransform.app.eventtheme</artifactId>
1653
                <version>2.0.445-SNAPSHOT</version>
1654
            </dependency>
1655

    
1656
            <dependency>
1657
                <groupId>org.gvsig</groupId>
1658
                <artifactId>org.gvsig.app.mainplugin</artifactId>
1659
                <version>2.0.445-SNAPSHOT</version>
1660
            </dependency>
1661
            <dependency>
1662
                <groupId>org.gvsig</groupId>
1663
                <artifactId>org.gvsig.annotation.app.mainplugin</artifactId>
1664
                <version>2.0.445-SNAPSHOT</version>
1665
            </dependency>
1666
            <dependency>
1667
                <groupId>org.gvsig</groupId>
1668
                <artifactId>org.gvsig.centerviewpoint.app.mainplugin</artifactId>
1669
                <version>2.0.445-SNAPSHOT</version>
1670
            </dependency>
1671
            <dependency>
1672
                <groupId>org.gvsig</groupId>
1673
                <artifactId>org.gvsig.coreplugin.app.mainplugin</artifactId>
1674
                <version>2.0.445-SNAPSHOT</version>
1675
            </dependency>
1676
            <dependency>
1677
                <groupId>org.gvsig</groupId>
1678
                <artifactId>org.gvsig.datalocator.app.mainplugin</artifactId>
1679
                <version>2.0.445-SNAPSHOT</version>
1680
            </dependency>
1681
            <dependency>
1682
                <groupId>org.gvsig</groupId>
1683
                <artifactId>org.gvsig.exportto.app.mainplugin</artifactId>
1684
                <version>2.0.445-SNAPSHOT</version>
1685
            </dependency>
1686
            <dependency>
1687
                <groupId>org.gvsig</groupId>
1688
                <artifactId>org.gvsig.installer.app.mainplugin</artifactId>
1689
                <version>2.0.445-SNAPSHOT</version>
1690
            </dependency>
1691
            <dependency>
1692
                <groupId>org.gvsig</groupId>
1693
                <artifactId>org.gvsig.i18n.app.mainplugin</artifactId>
1694
                <version>2.0.445-SNAPSHOT</version>
1695
            </dependency>
1696
            <dependency>
1697
                <groupId>org.gvsig</groupId>
1698
                <artifactId>org.gvsig.selectiontools.app.mainplugin</artifactId>
1699
                <version>2.0.445-SNAPSHOT</version>
1700
            </dependency>
1701
            <dependency>
1702
                <groupId>org.gvsig</groupId>
1703
                <artifactId>org.gvsig.geometrymeasurement.app.mainplugin</artifactId>
1704
                <version>2.0.445-SNAPSHOT</version>
1705
            </dependency>
1706
            <dependency>
1707
                <groupId>org.gvsig</groupId>
1708
                <artifactId>org.gvsig.newlayer.app.mainplugin</artifactId>
1709
                <version>2.0.445-SNAPSHOT</version>
1710
            </dependency>
1711
            <dependency>
1712
                <groupId>org.gvsig</groupId>
1713
                <artifactId>org.gvsig.timesupport.lib.api</artifactId>
1714
                <version>2.0.445-SNAPSHOT</version>
1715
            </dependency>
1716
            <dependency>
1717
                <groupId>org.gvsig</groupId>
1718
                <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
1719
                <version>2.0.445-SNAPSHOT</version>
1720
            </dependency>
1721
            <dependency>
1722
                <groupId>org.gvsig</groupId>
1723
                <artifactId>org.gvsig.timesupport.swing.api</artifactId>
1724
                <version>2.0.445-SNAPSHOT</version>
1725
            </dependency>
1726
            <dependency>
1727
                <groupId>org.gvsig</groupId>
1728
                <artifactId>org.gvsig.timesupport.swing.impl</artifactId>
1729
                <version>2.0.445-SNAPSHOT</version>
1730
            </dependency>
1731

    
1732
            <dependency>
1733
                <groupId>org.gvsig</groupId>
1734
                <artifactId>org.gvsig.xml2db</artifactId>
1735
                <version>2.0.445-SNAPSHOT</version>
1736
            </dependency>
1737
            <dependency>
1738
                <groupId>org.gvsig</groupId>
1739
                <artifactId>org.gvsig.xml2db.lib</artifactId>
1740
                <version>2.0.445-SNAPSHOT</version>
1741
            </dependency>
1742
            <dependency>
1743
                <groupId>org.gvsig</groupId>
1744
                <artifactId>org.gvsig.xml2db.swing</artifactId>
1745
                <version>2.0.445-SNAPSHOT</version>
1746
            </dependency>
1747
            <dependency>
1748
                <groupId>org.gvsig</groupId>
1749
                <artifactId>org.gvsig.xml2db.app</artifactId>
1750
                <version>2.0.445-SNAPSHOT</version>
1751
            </dependency>
1752
            <dependency>
1753
                <groupId>org.gvsig</groupId>
1754
                <artifactId>org.gvsig.xml2db.lib.api</artifactId>
1755
                <version>2.0.445-SNAPSHOT</version>
1756
            </dependency>
1757
            <dependency>
1758
                <groupId>org.gvsig</groupId>
1759
                <artifactId>org.gvsig.xml2db.lib.impl</artifactId>
1760
                <version>2.0.445-SNAPSHOT</version>
1761
            </dependency>
1762
            <dependency>
1763
                <groupId>org.gvsig</groupId>
1764
                <artifactId>org.gvsig.xml2db.swing.api</artifactId>
1765
                <version>2.0.445-SNAPSHOT</version>
1766
            </dependency>
1767
            <dependency>
1768
                <groupId>org.gvsig</groupId>
1769
                <artifactId>org.gvsig.xml2db.swing.impl</artifactId>
1770
                <version>2.0.445-SNAPSHOT</version>
1771
            </dependency>
1772
            <dependency>
1773
                <groupId>org.gvsig</groupId>
1774
                <artifactId>org.gvsig.xml2db.app.mainplugin</artifactId>
1775
                <version>2.0.445-SNAPSHOT</version>
1776
            </dependency>
1777

    
1778
            <dependency>
1779
                <groupId>org.gvsig</groupId>
1780
                <artifactId>org.gvsig.sqlite.app.mainplugin</artifactId>
1781
                <version>2.0.445-SNAPSHOT</version>
1782
            </dependency>
1783
            <dependency>
1784
                <groupId>org.gvsig</groupId>
1785
                <artifactId>org.gvsig.sqlite.provider</artifactId>
1786
                <version>2.0.445-SNAPSHOT</version>
1787
            </dependency>
1788

    
1789
        </dependencies>
1790
    </dependencyManagement>
1791

    
1792
    <dependencies>
1793
        <dependency>
1794
            <groupId>junit</groupId>
1795
            <artifactId>junit</artifactId>
1796
            <scope>test</scope>
1797
        </dependency>
1798
    </dependencies>
1799

    
1800
    <build>
1801
        <extensions>
1802
            <extension>
1803
                <groupId>org.apache.maven.wagon</groupId>
1804
                <artifactId>wagon-webdav-jackrabbit</artifactId>
1805
                <version>${wagon.webdav.jackrabbit.version}</version>
1806
            </extension>
1807
        </extensions>
1808

    
1809
        <pluginManagement>
1810
            <plugins>
1811

    
1812
                <plugin>
1813
                    <groupId>org.codehaus.mojo</groupId>
1814
                    <artifactId>versions-maven-plugin</artifactId>
1815
                    <version>${versions.maven.plugin.version}</version>
1816
                    <configuration>
1817
                        <allowSnapshots>false</allowSnapshots>
1818
                        <excludeProperties>
1819
                            versions.maven.plugin.version,
1820
                            maven.deploy.plugin.version,
1821
                            maven.surefire.plugin.version,
1822
                            maven.compiler.plugin.version,
1823
                            maven.resources.plugin.version,
1824
                            maven.javadoc.plugin.version,
1825
                            maven.site.plugin.version,
1826
                            maven.jar.plugin.version,
1827
                            properties.maven.plugin.version,
1828
                            gmaven.plugin.version,
1829
                            maven.antrun.plugin.version,
1830
                            maven.release.plugin.version,
1831
                            maven.assembly.plugin.version,
1832
                            maven.clean.plugin.version,
1833
                            exec.maven.plugin.version,
1834
                            maven.license.plugin.version,
1835
                            maven.source.plugin.version,
1836
                            maven.scm.plugin.version,
1837
                            maven.checkstyle.plugin.version,
1838
                            animal.sniffer.maven.plugin.version,
1839
                            maven.project.info.reports.plugin.version,
1840
                            maven.jxr.plugin.version,
1841
                            findbugs.maven.plugin.version,
1842
                            wagon.webdav.jackrabbit.version,
1843
                        </excludeProperties>
1844
                    </configuration>
1845
                </plugin>
1846

    
1847
                <plugin>
1848
                    <groupId>org.apache.maven.plugins</groupId>
1849
                    <artifactId>maven-scm-plugin</artifactId>
1850
                    <version>${maven.scm.plugin.version}</version>
1851
                    <configuration>
1852
                        <connectionType>connection</connectionType>
1853
                    </configuration>
1854
                </plugin>
1855

    
1856
                <plugin>
1857
                    <groupId>org.apache.maven.plugins</groupId>
1858
                    <artifactId>maven-compiler-plugin</artifactId>
1859
                    <version>${maven.compiler.plugin.version}</version>
1860
                    <configuration>
1861
                        <source>${java.version}</source>
1862
                        <target>${java.version}</target>
1863
                        <encoding>${encoding}</encoding>
1864
                    </configuration>
1865
                </plugin>
1866

    
1867
                <plugin>
1868
                    <groupId>org.apache.maven.plugins</groupId>
1869
                    <artifactId>maven-resources-plugin</artifactId>
1870
                    <version>${maven.resources.plugin.version}</version>
1871
                    <configuration>
1872
                        <encoding>${encoding}</encoding>
1873
                    </configuration>
1874
                </plugin>
1875

    
1876
                <plugin>
1877
                    <groupId>org.apache.maven.plugins</groupId>
1878
                    <artifactId>maven-eclipse-plugin</artifactId>
1879
                    <configuration>
1880
                        <downloadSources>true</downloadSources>
1881
                        <downloadJavadocs>true</downloadJavadocs>
1882
                        <projectNameTemplate>${project.artifactId}</projectNameTemplate>
1883
                    </configuration>
1884
                </plugin>
1885

    
1886
                <plugin>
1887
                    <groupId>org.apache.maven.plugins</groupId>
1888
                    <artifactId>maven-surefire-plugin</artifactId>
1889
                    <version>${maven.surefire.plugin.version}</version>
1890
                    <configuration>
1891
                        <forkMode>once</forkMode>
1892
                        <environmentVariables>
1893
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1894
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1895
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1896
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1897
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1898
                            <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1899
                        </environmentVariables>
1900
                    </configuration>
1901
                </plugin>
1902

    
1903
                <plugin>
1904
                    <groupId>org.apache.maven.plugins</groupId>
1905
                    <artifactId>maven-failsafe-plugin</artifactId>
1906
                    <executions>
1907
                        <execution>
1908
                            <goals>
1909
                                <goal>integration-test</goal>
1910
                                <goal>verify</goal>
1911
                            </goals>
1912
                        </execution>
1913
                    </executions>
1914
                    <configuration>
1915
                        <forkMode>once</forkMode>
1916
                        <environmentVariables>
1917
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1918
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1919
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1920
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1921
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1922
                            <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1923
                        </environmentVariables>
1924
                    </configuration>
1925
                </plugin>
1926

    
1927
                <plugin>
1928
                    <groupId>org.apache.maven.plugins</groupId>
1929
                    <artifactId>maven-javadoc-plugin</artifactId>
1930
                    <version>${maven.javadoc.plugin.version}</version>
1931
                    <configuration>
1932
                        <failOnError>false</failOnError>
1933
                        <docTitle>${project.name} ${project.version}</docTitle>
1934
                        <encoding>${encoding}</encoding>
1935
                        <footer />
1936
                        <header />
1937
                        <keywords>false</keywords>
1938
                        <!-- Don't include the deprecateds items in the javadoc -->
1939
                        <nodeprecated>true</nodeprecated>
1940
                        <!-- Don't generate javadoc of project with submodules -->
1941
                        <aggregate>false</aggregate>
1942
                        <!-- Removed detection of links due to its high cost -->
1943
                        <detectJavaApiLink>false</detectJavaApiLink>
1944
                        <detectLinks>false</detectLinks>
1945
                        <detectOfflineLinks>false</detectOfflineLinks>
1946
                        <!-- Removed the inclusion of dependencies sources due to their high cost -->
1947
                        <includeDependencySources>false</includeDependencySources>
1948
                        <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1949
                        <javaApiLinks>
1950
                            <property>
1951
                                <name>api_1.4</name>
1952
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
1953
                            </property>
1954
                            <property>
1955
                                <name>api_1.5</name>
1956
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
1957
                            </property>
1958
                            <property>
1959
                                <name>api_1.6</name>
1960
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
1961
                            </property>
1962
                            <property>
1963
                                <name>api_1.7</name>
1964
                                <value>http://download.oracle.com/javase/7/docs/api/</value>
1965
                            </property>
1966
                            <property>
1967
                                <name>api_1.8</name>
1968
                                <value>http://download.oracle.com/javase/8/docs/api/</value>
1969
                            </property>
1970
                        </javaApiLinks>
1971
                        <configuration>
1972
                            <doclint>html,syntax,-missing,-reference</doclint>
1973
                        </configuration>  
1974
                        <!--
1975
                        <additionalparam>-quiet -Xdoclint:none -Xmaxwarns 0 -Xmaxerrs 0</additionalparam>
1976
                        -->
1977
                        <!-- https://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
1978
                    </configuration>
1979
                </plugin>
1980

    
1981
                <plugin>
1982
                    <groupId>org.apache.maven.plugins</groupId>
1983
                    <artifactId>maven-site-plugin</artifactId>
1984
                    <version>${maven.site.plugin.version}</version>
1985
                    <configuration>
1986
                        <chmod>true</chmod>
1987
                        <chmodMode>a+rwX</chmodMode>
1988
                    </configuration>
1989
                </plugin>
1990

    
1991
                <plugin>
1992
                    <groupId>org.apache.maven.plugins</groupId>
1993
                    <artifactId>maven-jar-plugin</artifactId>
1994
                    <version>${maven.jar.plugin.version}</version>
1995
                    <configuration>
1996
                        <archive>
1997
                            <manifestEntries>
1998
                                <Built-By>gvSIG Team</Built-By>
1999
                            </manifestEntries>
2000
                        </archive>
2001
                    </configuration>
2002
                </plugin>
2003

    
2004
                <plugin>
2005
                    <groupId>org.codehaus.mojo</groupId>
2006
                    <artifactId>properties-maven-plugin</artifactId>
2007
                    <version>${properties.maven.plugin.version}</version>
2008
                </plugin>
2009

    
2010
                <plugin>
2011
                    <groupId>org.apache.maven.plugins</groupId>
2012
                    <artifactId>maven-antrun-plugin</artifactId>
2013
                    <version>${maven.antrun.plugin.version}</version>
2014
                </plugin>
2015

    
2016
                <plugin>
2017
                    <groupId>org.codehaus.mojo</groupId>
2018
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
2019
                    <version>${animal.sniffer.maven.plugin.version}</version>
2020
                </plugin>
2021

    
2022
                <plugin>
2023
                    <groupId>org.apache.maven.plugins</groupId>
2024
                    <artifactId>maven-release-plugin</artifactId>
2025
                    <version>${maven.release.plugin.version}</version>
2026
                </plugin>
2027

    
2028
                <plugin>
2029
                    <groupId>org.apache.maven.plugins</groupId>
2030
                    <artifactId>maven-deploy-plugin</artifactId>
2031
                    <version>${maven.deploy.plugin.version}</version>
2032
                </plugin>
2033

    
2034
                <plugin>
2035
                    <artifactId>maven-assembly-plugin</artifactId>
2036
                    <version>${maven.assembly.plugin.version}</version>
2037
                    <executions>
2038
                        <execution>
2039
                            <id>gvsig-plugin-package</id>
2040
                            <phase>package</phase>
2041
                            <configuration>
2042
                                <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
2043
                                <appendAssemblyId>false</appendAssemblyId>
2044
                                <finalName>gvSIG-desktop-${gvsig.package.info.gvSIGVersion}-${gvsig.package.info.code}-${gvsig.package.info.version}-${buildNumber}-${gvsig.package.info.state}-${gvsig.package.info.operatingSystem}-${gvsig.package.info.architecture}-${gvsig.package.info.javaVM}.gvspkg</finalName>
2045
                                <descriptors>
2046
                                    <descriptor>src/main/assembly/gvsig-plugin-package.xml</descriptor>
2047
                                </descriptors>
2048
                            </configuration>
2049
                        </execution>
2050
                    </executions>
2051
                </plugin>
2052

    
2053
                <plugin>
2054
                    <groupId>org.apache.maven.plugins</groupId>
2055
                    <artifactId>maven-clean-plugin</artifactId>
2056
                    <version>${maven.clean.plugin.version}</version>
2057
                </plugin>
2058

    
2059
                <plugin>
2060
                    <groupId>org.codehaus.mojo</groupId>
2061
                    <artifactId>exec-maven-plugin</artifactId>
2062
                    <version>${exec.maven.plugin.version}</version>
2063
                </plugin>
2064

    
2065
                <plugin>
2066
                    <!-- invoke as "mvn license:format" to fix the header -->
2067
                    <!-- invoke as "mvn license:check" to check the header -->
2068
                    <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
2069
                    <groupId>com.mycila.maven-license-plugin</groupId>
2070
                    <artifactId>maven-license-plugin</artifactId>
2071
                    <version>${maven.license.plugin.version}</version>
2072
                    <configuration>
2073
                        <header>header.txt</header>
2074
                        <failIfMissing>false</failIfMissing>
2075
                        <aggregate>false</aggregate>
2076
                        <strictCheck>true</strictCheck>
2077
                        <encoding>${encoding}</encoding>
2078
                        <quiet>false</quiet>
2079
                        <excludes>
2080
                            <exclude>**/*.properties</exclude>
2081
                            <exclude>**/*.txt</exclude>
2082
                            <exclude>**/*.jpg</exclude>
2083
                            <exclude>**/*.jpeg</exclude>
2084
                            <exclude>**/*.svg</exclude>
2085
                            <exclude>**/*.png</exclude>
2086
                            <exclude>**/*.gvssym</exclude>
2087
                            <exclude>**/*.def</exclude>
2088
                            <exclude>**/*.msg</exclude>
2089
                        </excludes>
2090
                    </configuration>
2091
                    <dependencies>
2092
                        <dependency>
2093
                            <groupId>org.gvsig</groupId>
2094
                            <artifactId>org.gvsig.desktop.buildtools</artifactId>
2095
                            <version>1.0.0</version>
2096
                        </dependency>
2097
                    </dependencies>
2098
                </plugin>
2099

    
2100
                <!-- Habria que ver si es posible sustituir el plugin -->
2101
                <!-- com.mycila.maven-license-plugin:maven-license-plugin por este -->
2102
                <!-- Ver http://mojo.codehaus.org/license-maven-plugin/index.html -->
2103
                <!--
2104
                <plugin>
2105
                    <groupId>org.codehaus.mojo</groupId>
2106
                    <artifactId>license-maven-plugin</artifactId>
2107
                    <version>1.5</version>
2108
                </plugin>
2109
                -->
2110

    
2111
                <plugin>
2112
                    <groupId>org.apache.maven.plugins</groupId>
2113
                    <artifactId>maven-checkstyle-plugin</artifactId>
2114
                    <version>${maven.checkstyle.plugin.version}</version>
2115
                </plugin>
2116

    
2117
                <plugin>
2118
                    <groupId>org.apache.maven.plugins</groupId>
2119
                    <artifactId>maven-source-plugin</artifactId>
2120
                    <version>${maven.source.plugin.version}</version>
2121
                </plugin>
2122

    
2123
                <plugin>
2124
                    <groupId>org.codehaus.gmaven</groupId>
2125
                    <artifactId>gmaven-plugin</artifactId>
2126
                    <version>${gmaven.plugin.version}</version>
2127
                    <configuration>
2128
                        <providerSelection>2.0</providerSelection>
2129
                    </configuration>
2130
                    <dependencies>
2131
                        <dependency>
2132
                            <groupId>com.github.lookfirst</groupId>
2133
                            <artifactId>sardine</artifactId>
2134
                            <version>5.0.1</version>
2135
                        </dependency>
2136
                        <dependency>
2137
                          <groupId>org.apache.ant</groupId>
2138
                          <artifactId>ant</artifactId>
2139
                          <version>1.8.2</version>
2140
                        </dependency>
2141
                    </dependencies>
2142
                    <executions>
2143

    
2144
                        <execution>
2145
                            <id>increase-build-number</id>
2146
                            <phase>process-sources</phase>
2147
                            <configuration>
2148
                                <source><![CDATA[
2149
                    // use "mvn -Dincrease-build-number process-sources"
2150
                    if( project.properties["increase-build-number"] == null ) {
2151
                      log.info("Don't increment build number use flag '-Dincrease-build-number' to increment it.")
2152
                    } else {
2153
                      File file = new File(project.basedir,"buildNumber.properties")
2154
                      if( ! file.exists() ) {
2155
                          log.info("Skip increment build number (buildNumber.property not present).")
2156
                        } else {
2157
                        Properties props = new Properties()
2158

    
2159
                        props.load(file.newDataInputStream())
2160
                        value = (props.getProperty("buildNumber") as int) + 1
2161
                        props.setProperty("buildNumber",value as String)
2162
                        props.store(file.newWriter(), null)
2163
                        log.info("Setting build number to " + value)
2164
                      }
2165
                    }
2166
                  ]]></source>
2167
                            </configuration>
2168
                        </execution>
2169

    
2170
                        <execution>
2171
                            <id>build-package-info</id>
2172
                            <phase>prepare-package</phase>
2173
                            <configuration>
2174
                                <source><![CDATA[
2175
    if( project.properties["buildNumber"] == null) {
2176
      log.info("Skip build package.info (buildNumber.property not present).")
2177
      log.info("Skip build package.info index (buildNumber.property not present).")
2178
    } else {
2179
      poolURL = project.properties["gvsig.package.info.poolURL"];
2180
      if( poolURL[-1] != "/" ) {
2181
              poolURL = poolURL + "/";
2182
      }
2183
      package_info_file  = new File(project.basedir, "target/package.info")
2184
      log.info("Building package.info : " + package_info_file.getAbsolutePath())
2185
      Properties props = new Properties()
2186
      props.setProperty('code', project.properties["gvsig.package.info.code"])
2187
      props.setProperty('code-alias', project.properties["gvsig.package.info.codealias"])
2188
      props.setProperty('name', project.properties["gvsig.package.info.name"])
2189
      props.setProperty('version', project.properties["gvsig.package.info.version"])
2190
      props.setProperty('description', project.properties["gvsig.package.info.description"])
2191
      props.setProperty('owner', project.properties["gvsig.package.info.owner"])
2192
      props.setProperty('java-version', project.properties["gvsig.package.info.javaVM"])
2193
      props.setProperty('official', project.properties["gvsig.package.info.official"])
2194
      props.setProperty('type', "plugin")
2195
      props.setProperty('state', project.properties["gvsig.package.info.state"])
2196
      props.setProperty('operating-system', project.properties["gvsig.package.info.operatingSystem"])
2197
      props.setProperty('dependencies', project.properties["gvsig.package.info.dependencies"])
2198
      props.setProperty('sources-url', project.properties["gvsig.package.info.sourcesURL"].replace("scm:svn:",""))
2199
      props.setProperty('web-url', project.properties["gvsig.package.info.webURL"])
2200
      props.setProperty('architecture', project.properties["gvsig.package.info.architecture"])
2201
      props.setProperty('model-version', '1.0.1')
2202
      props.setProperty('categories', project.properties["gvsig.package.info.categories"])
2203
      props.setProperty('buildNumber', project.properties["buildNumber"])
2204
      props.setProperty('gvSIG-version', project.properties["gvsig.package.info.gvSIGVersion"])
2205

    
2206
      props.store(package_info_file.newWriter(), null)
2207

    
2208
      pkgname = "gvSIG-desktop-" +
2209
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2210
        project.properties["gvsig.package.info.code"] + "-" +
2211
        project.properties["gvsig.package.info.version"] + "-" +
2212
        project.properties["buildNumber"] + "-" +
2213
        project.properties["gvsig.package.info.state"] + "-" +
2214
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2215
        project.properties["gvsig.package.info.architecture"] + "-" +
2216
        project.properties["gvsig.package.info.javaVM"]
2217
      package_info_file  = new File(project.basedir, "target/gvspki/"+project.properties["gvsig.package.info.code"]+"/package.info")
2218
      log.info("Building package.info index " + package_info_file.getAbsolutePath())
2219
      package_info_file.getParentFile().mkdirs()
2220
      props.setProperty('download-url',
2221
        poolURL +
2222
        project.properties["gvsig.package.info.code"] + "/" +
2223
        pkgname + ".gvspkg"
2224
      )
2225
      props.store(package_info_file.newWriter(), null)
2226
    }
2227
                  ]]></source>
2228
                            </configuration>
2229
                        </execution>
2230

    
2231
                        <execution>
2232
                            <id>build-package-index</id>
2233
                            <phase>package</phase>
2234
                            <configuration>
2235
                                <source><![CDATA[
2236
    ant = new AntBuilder()
2237
    if( project.properties["buildNumber"] == null) {
2238
      log.info("Skip building package index (buildNumber.property not present).")
2239
    } else {
2240
      pkgname = "gvSIG-desktop-" +
2241
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2242
        project.properties["gvsig.package.info.code"] + "-" +
2243
        project.properties["gvsig.package.info.version"] + "-" +
2244
        project.properties["buildNumber"] + "-" +
2245
        project.properties["gvsig.package.info.state"] + "-" +
2246
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2247
        project.properties["gvsig.package.info.architecture"] + "-" +
2248
        project.properties["gvsig.package.info.javaVM"]
2249

    
2250
      log.info("Building package index " + pkgname + ".gvspki")
2251
      package_index_source  = project.basedir.getAbsolutePath() + "/target/gvspki"
2252
      package_index_target  = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspki"
2253
      ant.zip(destfile: package_index_target, basedir: package_index_source)
2254
    }
2255
                  ]]></source>
2256
                            </configuration>
2257
                        </execution>
2258

    
2259
                        <execution>
2260
                            <id>install-plugin</id>
2261
                            <phase>install</phase>
2262
                            <configuration>
2263
                                <source><![CDATA[            
2264
    
2265

    
2266
    def executeAntFile(File applicationDirectory, File pluginsDirectory, File file) {
2267
        log.info("Running install script '" + file.getAbsolutePath() + "'.");
2268
        def p = new org.apache.tools.ant.Project();
2269
        p.setUserProperty("ant.file", file.getAbsolutePath());
2270
        p.setUserProperty("gvsig_dir", applicationDirectory.getAbsolutePath());
2271
        p.setUserProperty("extensions_dir", pluginsDirectory.getAbsolutePath());
2272
        p.setBaseDir(file.getParentFile());
2273
        p.init();
2274
        helper = org.apache.tools.ant.ProjectHelper.getProjectHelper();
2275
        p.addReference("ant.projectHelper", helper);
2276
        helper.parse(p, file);
2277
        p.executeTarget(p.getDefaultTarget());
2278
    }
2279
                                    
2280
    
2281
    if( project.properties["buildNumber"] == null) {
2282
        log.info("Skip install package (buildNumber.property not present).")
2283
    } else {
2284
        ant = new AntBuilder()
2285
        pkgname = "gvSIG-desktop-" +
2286
          project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2287
          project.properties["gvsig.package.info.code"] + "-" +
2288
          project.properties["gvsig.package.info.version"] + "-" +
2289
          project.properties["buildNumber"] + "-" +
2290
          project.properties["gvsig.package.info.state"] + "-" +
2291
          project.properties["gvsig.package.info.operatingSystem"] + "-" +
2292
          project.properties["gvsig.package.info.architecture"] + "-" +
2293
          project.properties["gvsig.package.info.javaVM"]
2294

    
2295
        log.debug("gvsig.install.plugin=" + project.properties["gvsig.install.plugin"])
2296
        log.debug("gvsig.install.plugin.package=" + project.properties["gvsig.install.plugin.package"])
2297
        if( project.properties["gvsig.install.plugin"]=="true" ) {
2298
          source = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspkg.zip"
2299
          target = project.properties["gvsig.product.folder.path"] + "/gvSIG/extensiones/"
2300

    
2301
          log.info("Removing plugin of " + target + "/" + project.properties["gvsig.package.info.code"])
2302
          ant.delete(failonerror:false, dir:target + "/" + project.properties["gvsig.package.info.code"])
2303

    
2304
          log.info("Install plugin to " + target)
2305
          ant.unzip(src: source, dest: target)
2306
          def install_xml = new File(target + "/" + project.properties["gvsig.package.info.code"] + "/install/install.xml")
2307
          if( install_xml.exists() ) {
2308
            executeAntFile(
2309
                new File(project.properties["gvsig.product.folder.path"]),
2310
                new File(target),
2311
                install_xml
2312
            )
2313
          }
2314
        } else {
2315
            log.info("Skip plugin install.")
2316
        }
2317
        if( project.properties["gvsig.install.plugin.package"]=="true" ) {
2318
          source = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspkg.zip"
2319
          target = new File(project.properties["gvsig.product.folder.path"] +
2320
            "/install/" +
2321
            project.properties["gvsig.package.info.code"] + "/" +
2322
            pkgname + ".gvspkg")
2323
          target.getParentFile().mkdirs()
2324

    
2325
          log.info("Copy plugin package from " + source + " to " + target)
2326
          ant.copy(file:source, tofile:target.getAbsolutePath())
2327

    
2328
          source  = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspki"
2329
          target = project.properties["gvsig.product.folder.path"] +
2330
            "/install/" +
2331
            project.properties["gvsig.package.info.code"] + "/" +
2332
            pkgname + ".gvspki"
2333
          log.info("Copy plugin package index from " + source + " to " + target)
2334
          ant.copy(file:source, tofile:target)
2335
        } else {
2336
            log.info("Skip plugin package install.")
2337
        }
2338
    }
2339
                  ]]></source>
2340
                            </configuration>
2341
                        </execution>
2342

    
2343
                        <execution>
2344
                            <id>deploy-package</id>
2345
                            <phase>install</phase>
2346
                            <configuration>
2347
                                <source><![CDATA[
2348

    
2349
// To deploy package use:
2350
//    mvn -Ddeploy-package -Duser=USER -Dpassword=PASSWORD install
2351
//
2352
if( project.properties["deploy-package"] != null ) {
2353
    if( project.properties["gvsig.install.plugin.package"]=="true" ) {
2354
        poolURL = project.properties["gvsig.package.info.poolURL"];
2355
        if( poolURL[-1] != "/" ) {
2356
            poolURL = poolURL + "/";
2357
        }
2358
        targetPath = poolURL + project.properties["gvsig.package.info.code"];
2359
        log.info("Deploy plugin package to '"+targetPath+"'.");
2360

    
2361
        pkgname = "gvSIG-desktop-" +
2362
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2363
        project.properties["gvsig.package.info.code"] + "-" +
2364
        project.properties["gvsig.package.info.version"] + "-" +
2365
        project.properties["buildNumber"] + "-" +
2366
        project.properties["gvsig.package.info.state"] + "-" +
2367
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2368
        project.properties["gvsig.package.info.architecture"] + "-" +
2369
        project.properties["gvsig.package.info.javaVM"];
2370

    
2371
        source = project.basedir.getAbsolutePath() + "/target/" + pkgname
2372
        targetPath = poolURL + project.properties["gvsig.package.info.code"]
2373

    
2374
        log.info("Creating addon-request.txt in target folder");
2375
        new File(project.basedir.getAbsolutePath() + "/target/addon-request.txt").withWriter { out ->
2376
            out.println("");
2377
            out.println("# "+pkgname);
2378
            out.println("");
2379
            out.println(targetPath+"/" + pkgname + ".gvspki");
2380
            out.println("");
2381
        }
2382

    
2383
        if( project.properties["username"] == null ) {
2384
            print("Enter user name: ");
2385
            user = System.console().readLine().toString()
2386
            if( user != "" ) {
2387
                project.properties.setProperty("username",user);
2388
            }
2389
        }
2390
        if( project.properties["password"] == null ) {
2391
            print("Enter password for user '" + project.properties["username"] + "': ");
2392
            password = System.console().readPassword().toString()
2393
            if( password != "" ) {
2394
                project.properties.setProperty("password",password);
2395
            }
2396
        }
2397
        WebDAVClient session = new WebDAVClient(log);
2398
        if( project.properties["username"] == null || project.properties["password"] == null ) {
2399
            log.info("[WEBDAV] creating non authenticated session.");
2400
            log.info("[WEBDAV] Use -Duser=USER -Dpassword=PASSWORD to create a authenticated session.");
2401
            session.login();
2402
        } else {
2403
            session.login(project.properties["username"], project.properties["password"]);
2404
        }
2405
        session.makedirs(targetPath);
2406
        session.put(source + ".gvspkg.zip", targetPath+"/"+pkgname+ ".gvspkg");
2407
        session.put(source + ".gvspki", targetPath+"/"+pkgname+ ".gvspki");
2408

    
2409
    } else {
2410
        log.info("Skip plugin package deploy. It not be installed by default.");
2411
    }
2412
} else {
2413
    log.info("Skip plugin package deploy. Use the flags -Ddeploy-package -Duser=USER -Dpassword=PASSWORD to deploy it.");
2414
}
2415

    
2416
public class WebDAVClient {
2417

    
2418
    def log;
2419

    
2420
    private String user;
2421
    private String password;
2422
    private Object sardine;
2423

    
2424
    public WebDAVClient(log) {
2425
        disableCertificateValidation();
2426
            this.log = log;
2427
    }
2428

    
2429
    public void login(String user, String password) {
2430
        log.info("[WEBDAV] login as '"+user+"'.");
2431
        def SardineFactory
2432
        try {
2433
            SardineFactory = "com.github.sardine.SardineFactory" as Class
2434
        } catch (Exception ex) {
2435
            log.error("[WEBDAV] can't get SardineFactory.",ex);
2436
        }
2437
        this.user = user;
2438
        this.password = password;
2439
        this.sardine = SardineFactory.begin(this.user,this.password);
2440
    }
2441

    
2442
    public void login() {
2443
        log.info("[WEBDAV] login as guest");
2444
        this.sardine = SardineFactory.begin();
2445
    }
2446

    
2447
    public boolean exists(String url) throws Exception {
2448
        return sardine.exists(url);
2449
    }
2450

    
2451
    public void put(String source, String target) throws Exception {
2452
        log.info("[WEBDAV] put '" + source + "' to '" + target + "'...");
2453
        InputStream fis = new FileInputStream(new File(source));
2454
        sardine.put(target, fis);
2455
        log.info("[WEBDAV] put ok.");
2456
    }
2457

    
2458
    public void mkdir(String url) throws Exception {
2459
        if( ! exists(url) ) {
2460
            log.info("[WEBDAV] mkdir '"+url+"'.");
2461
            sardine.createDirectory(url);
2462
        }
2463
    }
2464

    
2465
    public List list(String url) throws Exception {
2466
        List resources = sardine.list(url);
2467
        return resources;
2468
    }
2469

    
2470
    void disableCertificateValidation() {
2471
    /*
2472
        javax.net.ssl.TrustManager[] trustAllCerts = new javax.net.ssl.TrustManager[1];
2473
        trustAllCerts[0] = new javax.net.ssl.X509TrustManager() {
2474
                public java.security.cert.X509Certificate[] getAcceptedIssuers() {
2475
                    return new java.security.cert.X509Certificate[0];
2476
                }
2477

    
2478
                public void checkClientTrusted(java.security.cert.X509Certificate[] xcs, String string) throws java.security.cert.CertificateException {
2479
                }
2480

    
2481
                public void checkServerTrusted(java.security.cert.X509Certificate[] xcs, String string) throws java.security.cert.CertificateException {
2482
                }
2483
            };
2484

    
2485
        // Ignore differences between given hostname and certificate hostname
2486
        javax.net.ssl.HostnameVerifier hv = new javax.net.ssl.HostnameVerifier() {
2487
            public boolean verify(String hostname, javax.net.ssl.SSLSession session) {
2488
                return true;
2489
            }
2490
        };
2491

    
2492
        // Install the all-trusting trust manager
2493
        try {
2494
            javax.net.ssl.SSLContext sc = javax.net.ssl.SSLContext.getInstance("SSL");
2495
            sc.init(null, trustAllCerts, new java.security.SecureRandom());
2496
            javax.net.ssl.HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
2497
            javax.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(hv);
2498
        } catch (Exception e) {
2499
        }
2500
        */
2501
    }
2502

    
2503
    public void makedirs(String url) throws Exception {
2504
        log.info("[WEBDAV] makedirs '"+url+"'.");
2505
        URL u = new URL(url);
2506
        String[] x = u.getPath().split("/");
2507
        String path = "";
2508
        for (int i=1; i<x.length; i++) { path = path + "/" + x[i]; URL t = new URL(u,path); mkdir(t.toString()); } }
2509
} ]]></source>
2510
                            </configuration>
2511
                        </execution>
2512

    
2513
                    </executions>
2514
                </plugin>
2515

    
2516
            </plugins>
2517
        </pluginManagement>
2518

    
2519
        <plugins>
2520
            <plugin>
2521
                <groupId>org.apache.maven.plugins</groupId>
2522
                <artifactId>maven-scm-plugin</artifactId>
2523
            </plugin>
2524

    
2525
            <plugin>
2526
                <artifactId>maven-clean-plugin</artifactId>
2527
                <configuration>
2528
                    <filesets>
2529
                        <fileset>
2530
                            <directory>${user.home}/.depman/</directory>
2531
                            <includes>
2532
                                <include>**</include>
2533
                            </includes>
2534
                        </fileset>
2535
                    </filesets>
2536
                    <followSymLinks>true</followSymLinks>
2537
                </configuration>
2538
            </plugin>
2539

    
2540
            <plugin>
2541
                <groupId>org.apache.maven.plugins</groupId>
2542
                <artifactId>maven-release-plugin</artifactId>
2543
                <configuration>
2544
                    <!-- The property svn.tags.folder is used in external projects   -->
2545
                    <!-- to override configuraction of tagBase -->
2546
                    <tagBase>${svn.tags.folder}</tagBase>
2547
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
2548
                    are not installed, so the dependencies between modules are not met. With this configuration
2549
                    we force the module installation. -->
2550
                    <preparationGoals>clean install</preparationGoals>
2551
                    <autoVersionSubmodules>true</autoVersionSubmodules>
2552
                    <!-- Dont make site-deploy -->
2553
                    <!-- You need to run it after in folder target/checkout -->
2554
                    <goals>deploy</goals>
2555
                </configuration>
2556
            </plugin>
2557

    
2558
            <plugin>
2559
                <!-- load ".gvsig-devel.properties" -->
2560
                <groupId>org.codehaus.mojo</groupId>
2561
                <artifactId>properties-maven-plugin</artifactId>
2562
                <configuration>
2563
                    <files>
2564
                        <!-- Define gvsig.product.folder.path in this property -->
2565
                        <file>${user.home}/.gvsig-devel.properties</file>
2566
                        <file>${env.HOME}/.gvsig-devel.properties</file>
2567
                        <file>${project.basedir}/gvsig-devel.properties</file>
2568
                        <file>buildNumber.properties</file>
2569
                    </files>
2570
                    <quiet>true</quiet>
2571
                </configuration>
2572
                <executions>
2573
                    <execution>
2574
                        <id>default</id>
2575
                        <phase>prepare-package</phase>
2576
                        <goals>
2577
                            <goal>read-project-properties</goal>
2578
                        </goals>
2579
                    </execution>
2580
                    <execution>
2581
                        <id>default-clean</id>
2582
                        <phase>pre-clean</phase>
2583
                        <goals>
2584
                            <goal>read-project-properties</goal>
2585
                        </goals>
2586
                    </execution>
2587
                </executions>
2588
            </plugin>
2589

    
2590
<!--
2591
            <plugin>
2592
                <groupId>org.codehaus.mojo</groupId>
2593
                <artifactId>animal-sniffer-maven-plugin</artifactId>
2594
                <executions>
2595
                    <execution>
2596
                        <id>check-java-api</id>
2597
                        <phase>package</phase>
2598
                        <goals>
2599
                            <goal>check</goal>
2600
                        </goals>
2601
                        <configuration>
2602
                            <skip>false</skip>
2603
                            <signature>
2604
                                <groupId>org.codehaus.mojo.signature</groupId>
2605
                                <artifactId>java18</artifactId>
2606
                                <version>1.0</version>
2607
                            </signature>
2608
                            <ignores>
2609
                                <ignore>net.sourceforge.cobertura.coveragedata.TouchCollector</ignore>
2610
                                <ignore>java.nio.ByteBuffer</ignore>
2611
                                <ignore>java.nio.MappedByteBuffer</ignore>
2612
                            </ignores>
2613
                        </configuration>
2614
                    </execution>
2615
                </executions>
2616
            </plugin>
2617
-->
2618
            <plugin>
2619
                <groupId>org.apache.maven.plugins</groupId>
2620
                <artifactId>maven-javadoc-plugin</artifactId>
2621
                <configuration>
2622
                    <doclint>html,syntax,-missing,-reference</doclint>
2623
                </configuration>                
2624
                <executions>
2625
                    <execution>
2626
                        <id>attach-javadocs</id>
2627
                        <goals>
2628
                            <goal>jar</goal>
2629
                        </goals>
2630
                    </execution>
2631
                </executions>
2632
            </plugin>
2633

    
2634
            <plugin>
2635
                <groupId>org.apache.maven.plugins</groupId>
2636
                <artifactId>maven-source-plugin</artifactId>
2637
                <configuration>
2638
                    <skipSource>false</skipSource> <!-- User property is: source.skip. -->
2639
                </configuration>
2640
                <executions>
2641
                    <execution>
2642
                        <id>attach-sources</id>
2643
                        <phase>verify</phase>
2644
                        <goals>
2645
                            <goal>jar-no-fork</goal>
2646
                        </goals>
2647
                    </execution>
2648
                    <execution>
2649
                        <id>attach-test-sources</id>
2650
                        <phase>verify</phase>
2651
                        <goals>
2652
                            <goal>test-jar-no-fork</goal>
2653
                        </goals>
2654
                    </execution>
2655
                </executions>
2656
            </plugin>
2657

    
2658
            <plugin>
2659
                <groupId>org.apache.maven.plugins</groupId>
2660
                <artifactId>maven-checkstyle-plugin</artifactId>
2661
                <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
2662
                <configuration>
2663
                    <skip>false</skip> <!-- User property is: checkstyle.skip. -->
2664
                    <enableRulesSummary>true</enableRulesSummary>
2665
                    <failsOnError>false</failsOnError>
2666
                    <configLocation>gvsig/checkstyle.xml</configLocation>
2667
                    <headerLocation>gvsig/LICENSE.txt</headerLocation>
2668
                </configuration>
2669
                <dependencies>
2670
                    <dependency>
2671
                        <groupId>org.gvsig</groupId>
2672
                        <artifactId>org.gvsig.desktop.buildtools</artifactId>
2673
                        <version>1.0.0</version>
2674
                    </dependency>
2675
                </dependencies>
2676
            </plugin>
2677

    
2678
            <plugin>
2679
                <!-- to continue building  when test fail -->
2680
                <groupId>org.apache.maven.plugins</groupId>
2681
                <artifactId>maven-surefire-plugin</artifactId>
2682
                <configuration>
2683
                    <testFailureIgnore>true</testFailureIgnore>
2684
                </configuration>
2685
            </plugin>
2686

    
2687
        </plugins>
2688
    </build>
2689

    
2690

    
2691
    <reporting>
2692
        <excludeDefaults>true</excludeDefaults>
2693
        <plugins>
2694
            <plugin>
2695
                <groupId>org.apache.maven.plugins</groupId>
2696
                <artifactId>maven-project-info-reports-plugin</artifactId>
2697
                <version>${maven.project.info.reports.plugin.version}</version>
2698
                <reportSets>
2699
                    <reportSet>
2700
                        <reports>
2701
                            <report>index</report>
2702
                            <report>summary</report>
2703
                            <report>scm</report>
2704
                            <report>license</report>
2705
                            <report>project-team</report>
2706
                            <report>issue-tracking</report>
2707
                            <report>mailing-list</report>
2708
                            <report>modules</report>
2709

    
2710
                            <report>dependency-info</report>
2711
                            <!-- Removed due to its high cost
2712
                            <report>dependency-management</report>
2713
                            <report>dependencies</report>
2714
                            -->
2715
                            <report>dependency-convergence</report>
2716

    
2717
                            <!--
2718
                            <report>plugins</report>
2719
                            <report>plugin-management</report>
2720
                            <report>distribution-management</report>
2721
                            -->
2722

    
2723
                            <!-- gvSIG does not have Continuous Integration System
2724
                            <report>cim</report>
2725
                            -->
2726
                        </reports>
2727
                    </reportSet>
2728
                </reportSets>
2729
            </plugin>
2730
            <plugin>
2731
                <groupId>org.apache.maven.plugins</groupId>
2732
                <artifactId>maven-javadoc-plugin</artifactId>
2733
                <!-- Do not use the version 2.9, does not manage properly the submodules -->
2734
                <version>${maven.javadoc.plugin.version}</version>
2735
                <configuration>
2736
                    <!-- Don't include the deprecateds items in the javadoc -->
2737
                    <nodeprecated>true</nodeprecated>
2738
                    <!-- Don't generate javadoc of project with submodules -->
2739
                    <aggregate>false</aggregate>
2740
                    <!-- Removed detection of links due to its high cost -->
2741
                    <detectJavaApiLink>false</detectJavaApiLink>
2742
                    <detectLinks>false</detectLinks>
2743
                    <detectOfflineLinks>false</detectOfflineLinks>
2744
                    <!-- Removed the inclusion of dependencies sources due to their high cost -->
2745
                    <includeDependencySources>false</includeDependencySources>
2746
                    <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
2747
                </configuration>
2748
                <reportSets>
2749
                    <reportSet>
2750
                        <id>html</id>
2751
                        <reports>
2752
                            <report>javadoc</report>
2753
                            <!-- removed javadocs of tests -->
2754
                        </reports>
2755
                    </reportSet>
2756
                </reportSets>
2757
            </plugin>
2758
            <plugin>
2759
                <groupId>org.apache.maven.plugins</groupId>
2760
                <artifactId>maven-jxr-plugin</artifactId>
2761
                <version>${maven.jxr.plugin.version}</version>
2762
                <configuration>
2763
                    <linkJavadoc>true</linkJavadoc>
2764
                    <aggregate>false</aggregate>
2765
                </configuration>
2766
            </plugin>
2767
            <plugin>
2768
                <groupId>org.codehaus.mojo</groupId>
2769
                <artifactId>findbugs-maven-plugin</artifactId>
2770
                <version>${findbugs.maven.plugin.version}</version>
2771
            </plugin>
2772

    
2773
        </plugins>
2774
    </reporting>
2775

    
2776

    
2777
    <profiles>
2778

    
2779
        <profile>
2780
            <!-- This profile is used to initialize and install the root folder of gvSIG -->
2781
            <id>gvsig-root</id>
2782
            <activation>
2783
                <file>
2784
                    <exists>src/main/assembly/gvsig-root-folder-package.xml</exists>
2785
                </file>
2786
            </activation>
2787
            <build>
2788
                <plugins>
2789

    
2790
                    <plugin>
2791
                        <!-- Check if exists ".gvsig-devel.properties" and create if not exists -->
2792
                        <groupId>org.codehaus.gmaven</groupId>
2793
                        <artifactId>gmaven-plugin</artifactId>
2794
                        <executions>
2795
                            <execution>
2796
                                <id>initialize-gvsig-product-folder-path</id>
2797
                                <phase>generate-sources</phase>
2798
                                <goals>
2799
                                    <goal>execute</goal>
2800
                                </goals>
2801
                                <configuration>
2802
                                    <source><![CDATA[
2803
                    if( project.artifactId != "org.gvsig.desktop" ) {
2804
                            log.warn("Skip initialization of gvsig-devel.properties.")
2805
                    } else {
2806
                      home = System.getenv('HOME')
2807
                      if( home == null ) {
2808
                        home = System.properties['user.home']
2809
                      }
2810
                      Properties props = new Properties()
2811
                      File propsFile = new File(home + "/.gvsig-devel.properties")
2812
                      if( project.properties["reset-gvsig.product.folder.path"] != null ) {
2813
                            gvsigProductFolderPath= new File(project.basedir, "target/product").getAbsolutePath()
2814
                            log.info("Force gvsig.product.folder.path to '"+gvsigProductFolderPath+"'.")
2815
                            props.load(propsFile.newDataInputStream())
2816
                            props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
2817
                            props.store(propsFile.newWriter(), null)
2818
                      } else {
2819
                        gvsigProductFolderPathDefault = project.properties["gvsig.product.folder.path"]
2820
                        // println "Default gvsig.product.folder.path = " + gvsigProductFolderPathDefault
2821
                        try {
2822
                          props.load(propsFile.newDataInputStream())
2823
                          gvsigProductFolderPath = props.getProperty('gvsig.product.folder.path')
2824
                          if( gvsigProductFolderPath == null ) {
2825
                            gvsigProductFolderPath = gvsigProductFolderPathDefault
2826
                            props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
2827
                            props.store(propsFile.newWriter(), null)
2828
                          }
2829
                        } catch(java.io.FileNotFoundException e){
2830
                          gvsigProductFolderPath = gvsigProductFolderPathDefault
2831
                          props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
2832
                          props.store(propsFile.newWriter(), null)
2833
                        }
2834
                        if( gvsigProductFolderPathDefault != gvsigProductFolderPath ) {
2835
                          f = new File(gvsigProductFolderPathDefault)
2836
                          f.mkdirs();
2837
                                                  new File(f,"WARNING.txt").withWriter { out ->
2838
                                                          out.println();
2839
                                                          out.println("The product folder used is set to:");
2840
                                                          out.println();
2841
                                                          out.println(gvsigProductFolderPath);
2842
                                                          out.println();
2843
                                                          out.println("See the HOME/.gvsig-devel.properties to change it.");
2844
                                                          out.println();
2845
                                                  }
2846
                        }
2847
                      }
2848
                      log.info("Current gvsig.product.folder.path = " + gvsigProductFolderPath)
2849
                    }
2850
                  ]]></source>
2851
                                </configuration>
2852
                            </execution>
2853

    
2854
                        </executions>
2855
                    </plugin>
2856

    
2857
                </plugins>
2858
            </build>
2859
        </profile>
2860

    
2861

    
2862

    
2863
        <profile>
2864
            <!-- This profile is used to packege and install the gvSIG plugins -->
2865
            <id>gvsig-plugin</id>
2866
            <activation>
2867
                <file>
2868
                    <exists>buildNumber.properties</exists>
2869
                </file>
2870
            </activation>
2871
            <build>
2872
                <plugins>
2873

    
2874
                    <plugin>
2875
                        <artifactId>maven-assembly-plugin</artifactId>
2876
                        <executions>
2877
                            <execution>
2878
                                <id>gvsig-plugin-package</id>
2879
                                <phase>package</phase>
2880
                                <goals>
2881
                                    <goal>single</goal>
2882
                                </goals>
2883
                            </execution>
2884
                        </executions>
2885
                    </plugin>
2886

    
2887
                    <plugin>
2888
                        <artifactId>maven-clean-plugin</artifactId>
2889
                        <configuration>
2890
                            <skip>false</skip>
2891
                            <failOnError>true</failOnError>
2892
                            <filesets>
2893
                                <fileset>
2894
                                    <directory>${gvsig.product.folder.path}/gvSIG/extensiones/${project.artifactId}</directory>
2895
                                </fileset>
2896
                            </filesets>
2897
                        </configuration>
2898
                        <executions>
2899
                            <execution>
2900
                                <id>default-clean</id>
2901
                                <phase>clean</phase>
2902
                            </execution>
2903
                        </executions>
2904
                    </plugin>
2905

    
2906
                    <plugin>
2907
                        <groupId>org.codehaus.gmaven</groupId>
2908
                        <artifactId>gmaven-plugin</artifactId>
2909
                        <executions>
2910

    
2911
                            <execution>
2912
                                <id>increase-build-number</id>
2913
                                <phase>process-sources</phase>
2914
                                <goals>
2915
                                    <goal>execute</goal>
2916
                                </goals>
2917
                            </execution>
2918

    
2919
                            <execution>
2920
                                <id>build-package-info</id>
2921
                                <phase>prepare-package</phase>
2922
                                <goals>
2923
                                    <goal>execute</goal>
2924
                                </goals>
2925
                            </execution>
2926

    
2927
                            <execution>
2928
                                <id>build-package-index</id>
2929
                                <phase>package</phase>
2930
                                <goals>
2931
                                    <goal>execute</goal>
2932
                                </goals>
2933
                            </execution>
2934

    
2935
                            <execution>
2936
                                <id>install-plugin</id>
2937
                                <phase>install</phase>
2938
                                <goals>
2939
                                    <goal>execute</goal>
2940
                                </goals>
2941
                            </execution>
2942

    
2943
                            <execution>
2944
                                <id>deploy-package</id>
2945
                                <phase>install</phase>
2946
                                <goals>
2947
                                    <goal>execute</goal>
2948
                                </goals>
2949
                            </execution>
2950

    
2951
                        </executions>
2952
                    </plugin>
2953

    
2954
                </plugins>
2955
            </build>
2956
        </profile>
2957

    
2958
    </profiles>
2959

    
2960
    <properties>
2961
        <!-- Maven plugins versions -->    
2962
        <maven.deploy.plugin.version>2.7</maven.deploy.plugin.version>
2963
        <maven.surefire.plugin.version>3.0.0-M3</maven.surefire.plugin.version>
2964
        <maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
2965
        <maven.resources.plugin.version>3.2.0</maven.resources.plugin.version>
2966
        <maven.javadoc.plugin.version>3.2.0</maven.javadoc.plugin.version>
2967
        <maven.site.plugin.version>3.3</maven.site.plugin.version>
2968
        <maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
2969
        <properties.maven.plugin.version>1.0.0</properties.maven.plugin.version>
2970
        <gmaven.plugin.version>1.5</gmaven.plugin.version>
2971
        <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
2972
        <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
2973
        <maven.assembly.plugin.version>2.2-beta-5</maven.assembly.plugin.version>
2974
        <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
2975
        <exec.maven.plugin.version>3.0.0</exec.maven.plugin.version>
2976
        <maven.license.plugin.version>1.10.b1</maven.license.plugin.version>
2977
        <maven.source.plugin.version>3.2.1</maven.source.plugin.version>
2978
        <maven.scm.plugin.version>1.11.2</maven.scm.plugin.version>
2979
        <maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
2980
        <animal.sniffer.maven.plugin.version>1.17</animal.sniffer.maven.plugin.version>
2981

    
2982
        <versions.maven.plugin.version>2.8.1</versions.maven.plugin.version>
2983
        <maven.project.info.reports.plugin.version>2.7</maven.project.info.reports.plugin.version>
2984
        <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
2985
        <findbugs.maven.plugin.version>2.5.2</findbugs.maven.plugin.version>
2986
        <wagon.webdav.jackrabbit.version>2.4</wagon.webdav.jackrabbit.version>
2987

    
2988
        <!-- General configuration -->
2989
        <encoding>ISO-8859-1</encoding>
2990
        <java.version>1.8</java.version>
2991
        
2992
        <localRepository>${user.home}/.m2/repository</localRepository>
2993
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
2994

    
2995
        <!-- The property svn.tags.folder is used in external projects to override  -->
2996
        <!-- configuraction in maven-release-plugin -->
2997
        <svn.tags.folder>https://devel.gvsig.org/svn/gvsig-desktop/tags/</svn.tags.folder>
2998

    
2999
        <!-- Package info property values -->
3000
        <gvsig.version>2.6.1</gvsig.version>
3001
        <gvsig.package.info.codealias />
3002
        <gvsig.package.info.code>${project.artifactId}</gvsig.package.info.code>
3003
        <gvsig.package.info.name>${project.name}</gvsig.package.info.name>
3004
        <gvsig.package.info.description>${project.description}</gvsig.package.info.description>
3005
        <gvsig.package.info.version>${project.version}</gvsig.package.info.version>
3006
        <gvsig.package.info.state>testing</gvsig.package.info.state>
3007
        <gvsig.package.info.official>false</gvsig.package.info.official>
3008
        <gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
3009
        <gvsig.package.info.architecture>all</gvsig.package.info.architecture>
3010
        <gvsig.package.info.javaVM>j1_7</gvsig.package.info.javaVM>
3011
        <gvsig.package.info.gvSIGVersion>${gvsig.version}</gvsig.package.info.gvSIGVersion>
3012
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0</gvsig.package.info.dependencies>
3013
        <gvsig.package.info.owner>gvSIG Association</gvsig.package.info.owner>
3014
        <gvsig.package.info.sourcesURL>${project.scm.connection}</gvsig.package.info.sourcesURL>
3015
        <gvsig.package.info.webURL>http://www.gvsig.com</gvsig.package.info.webURL>
3016
        <gvsig.package.info.categories />
3017
        <gvsig.package.info.poolURL>http://downloads.gvsig.org/download/gvsig-desktop/pool</gvsig.package.info.poolURL>
3018

    
3019
        <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
3020
        <gvsig.install.plugin>true</gvsig.install.plugin>
3021
        <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
3022
        <gvsig.install.plugin.package>true</gvsig.install.plugin.package>
3023

    
3024
        <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
3025

    
3026
        <!-- artifactID implementations libraries for use in runtime and test dependencies -->
3027
        <org.gvsig.about.impl>org.gvsig.about.impl</org.gvsig.about.impl>
3028
        <org.gvsig.annotation.lib.impl>org.gvsig.annotation.lib.impl</org.gvsig.annotation.lib.impl>
3029
        <org.gvsig.annotation.swing.impl>org.gvsig.annotation.swing.impl</org.gvsig.annotation.swing.impl>
3030
        <org.gvsig.compat.impl>org.gvsig.compat.se</org.gvsig.compat.impl>
3031
        <org.gvsig.exportto.lib.impl>org.gvsig.exportto.lib.impl</org.gvsig.exportto.lib.impl>
3032
        <org.gvsig.exportto.swing.impl>org.gvsig.exportto.swing.impl</org.gvsig.exportto.swing.impl>
3033
        <org.gvsig.fmap.dal.impl>org.gvsig.fmap.dal.impl</org.gvsig.fmap.dal.impl>
3034
        <org.gvsig.fmap.dal.swing.impl>org.gvsig.fmap.dal.swing.impl</org.gvsig.fmap.dal.swing.impl>
3035
        <org.gvsig.fmap.geometry.impl>org.gvsig.fmap.geometry.jts</org.gvsig.fmap.geometry.impl>
3036
        <org.gvsig.fmap.geometry.operation.impl>org.gvsig.fmap.geometry.operation.jts</org.gvsig.fmap.geometry.operation.impl>
3037
        <org.gvsig.fmap.mapcontext.impl>org.gvsig.fmap.mapcontext.impl</org.gvsig.fmap.mapcontext.impl>
3038
        <org.gvsig.fmap.mapcontext.operation.impl>org.gvsig.fmap.mapcontext.operation</org.gvsig.fmap.mapcontext.operation.impl>
3039
        <org.gvsig.installer.lib.impl>org.gvsig.installer.lib.impl</org.gvsig.installer.lib.impl>
3040
        <org.gvsig.installer.swing.impl>org.gvsig.installer.swing.impl</org.gvsig.installer.swing.impl>
3041
        <org.gvsig.metadata.lib.basic.impl>org.gvsig.metadata.lib.basic.impl</org.gvsig.metadata.lib.basic.impl>
3042
        <org.gvsig.metadata.swing.basic.impl>org.gvsig.metadata.swing.basic.impl</org.gvsig.metadata.swing.basic.impl>
3043
        <org.gvsig.newlayer.lib.impl>org.gvsig.newlayer.lib.impl</org.gvsig.newlayer.lib.impl>
3044
        <org.gvsig.personaldb.lib.impl>org.gvsig.personaldb.lib.impl</org.gvsig.personaldb.lib.impl>
3045
        <org.gvsig.projection.impl>org.gvsig.projection.cresques.impl</org.gvsig.projection.impl>
3046
        <!--
3047
        <org.gvsig.projection.impl>org.gvsig.projection.jcrs</org.gvsig.projection.impl>
3048
        -->
3049
        <org.gvsig.proj.lib.impl>org.gvsig.proj.lib.proj4j</org.gvsig.proj.lib.impl>
3050
        <org.gvsig.proj.swing.impl>org.gvsig.proj.swing.impl</org.gvsig.proj.swing.impl>
3051
        <org.gvsig.symbology.lib.impl>org.gvsig.symbology.lib.impl</org.gvsig.symbology.lib.impl>
3052
        <org.gvsig.symbology.swing.impl>org.gvsig.symbology.swing.impl</org.gvsig.symbology.swing.impl>
3053
        <org.gvsig.timesupport.lib.impl>org.gvsig.timesupport.lib.impl</org.gvsig.timesupport.lib.impl>
3054
        <org.gvsig.timesupport.swing.impl>org.gvsig.timesupport.swing.impl</org.gvsig.timesupport.swing.impl>
3055
        <org.gvsig.tools.dynform.impl>org.gvsig.tools.dynform.impl</org.gvsig.tools.dynform.impl>
3056
        <org.gvsig.tools.dynform.services>org.gvsig.tools.dynform.services</org.gvsig.tools.dynform.services>
3057
        <org.gvsig.tools.swing.impl>org.gvsig.tools.swing.impl</org.gvsig.tools.swing.impl>
3058
        <org.gvsig.h2spatial.provider>org.gvsig.h2spatial.h2gis132.provider</org.gvsig.h2spatial.provider>
3059

    
3060
        <jython.artifactId>jython-standalone</jython.artifactId>
3061
        <tika.version>2.8.0</tika.version>
3062
        <tika.groupid>org.apache.tika</tika.groupid>
3063
        <!-- External project versions -->
3064
        <gvsig.tools.version>3.0.374</gvsig.tools.version>
3065
        <gvsig.proj.version>1.0.31</gvsig.proj.version>
3066
        <gvsig.projection.api.version>2.0.56</gvsig.projection.api.version>
3067
    </properties>
3068

    
3069
    <modules>
3070
        <module>org.gvsig.desktop.compat.cdc</module>
3071
        <module>org.gvsig.desktop.library</module>
3072
        <module>org.gvsig.desktop.framework</module>
3073
        <module>org.gvsig.desktop.plugin</module>
3074

    
3075
        <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
3076
        <!-- NOTE: Project  org.gvsig.desktop.buildtools must not be a sub module of this. -->
3077

    
3078
    </modules>
3079
</project>
3080