Statistics
| Revision:

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

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.433-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.433-SNAPSHOT</version>
1001
            </dependency>
1002
            <dependency>
1003
                <groupId>org.gvsig</groupId>
1004
                <artifactId>org.gvsig.about.impl</artifactId>
1005
                <version>2.0.433-SNAPSHOT</version>
1006
            </dependency>
1007
            <dependency>
1008
                <groupId>org.gvsig</groupId>
1009
                <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
1010
                <version>2.0.433-SNAPSHOT</version>
1011
            </dependency>
1012
            <dependency>
1013
                <groupId>org.gvsig</groupId>
1014
                <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
1015
                <version>2.0.433-SNAPSHOT</version>
1016
            </dependency>
1017
            <dependency>
1018
                <groupId>org.gvsig</groupId>
1019
                <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
1020
                <version>2.0.433-SNAPSHOT</version>
1021
            </dependency>
1022
            <dependency>
1023
                <groupId>org.gvsig</groupId>
1024
                <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
1025
                <version>2.0.433-SNAPSHOT</version>
1026
            </dependency>
1027
            <dependency>
1028
                <groupId>org.gvsig</groupId>
1029
                <artifactId>org.gvsig.projection.cresques.impl</artifactId>
1030
                <version>2.0.433-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.433-SNAPSHOT</version>
1063
            </dependency>
1064
            <dependency>
1065
                <groupId>org.gvsig</groupId>
1066
                <artifactId>org.gvsig.andami</artifactId>
1067
                <version>2.0.433-SNAPSHOT</version>
1068
            </dependency>
1069
            <dependency>
1070
                <groupId>org.gvsig</groupId>
1071
                <artifactId>org.gvsig.app</artifactId>
1072
                <version>2.0.433-SNAPSHOT</version>
1073
            </dependency>
1074
            <dependency>
1075
                <groupId>org.gvsig</groupId>
1076
                <artifactId>org.gvsig.ui</artifactId>
1077
                <version>2.0.433-SNAPSHOT</version>
1078
            </dependency>
1079
            <dependency>
1080
                <groupId>org.gvsig</groupId>
1081
                <artifactId>org.gvsig.basicformats</artifactId>
1082
                <version>2.0.433-SNAPSHOT</version>
1083
            </dependency>
1084
            <dependency>
1085
                <groupId>org.gvsig</groupId>
1086
                <artifactId>org.gvsig.fmap.control</artifactId>
1087
                <version>2.0.433-SNAPSHOT</version>
1088
            </dependency>
1089
            <dependency>
1090
                <groupId>org.gvsig</groupId>
1091
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
1092
                <version>2.0.433-SNAPSHOT</version>
1093
            </dependency>
1094
            <dependency>
1095
                <groupId>org.gvsig</groupId>
1096
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
1097
                <version>2.0.433-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.433-SNAPSHOT</version>
1112
            </dependency>
1113
            <dependency>
1114
                <groupId>org.gvsig</groupId>
1115
                <artifactId>org.gvsig.fmap.dal.spi</artifactId>
1116
                <version>2.0.433-SNAPSHOT</version>
1117
            </dependency>
1118
            <dependency>
1119
                <groupId>org.gvsig</groupId>
1120
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
1121
                <version>2.0.433-SNAPSHOT</version>
1122
            </dependency>
1123
            <dependency>
1124
                <groupId>org.gvsig</groupId>
1125
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
1126
                <version>2.0.433-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.433-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.433-SNAPSHOT</version>
1140
            </dependency>
1141
            <dependency>
1142
                <groupId>org.gvsig</groupId>
1143
                <artifactId>org.gvsig.h2spatial.h2gis132.provider</artifactId>
1144
                <version>2.0.433-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.433-SNAPSHOT</version>
1155
            </dependency>
1156
            <dependency>
1157
                <groupId>org.gvsig</groupId>
1158
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
1159
                <version>2.0.433-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.433-SNAPSHOT</version>
1167
            </dependency>
1168
            <dependency>
1169
                <groupId>org.gvsig</groupId>
1170
                <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
1171
                <version>2.0.433-SNAPSHOT</version>
1172
            </dependency>
1173
            <dependency>
1174
                <groupId>org.gvsig</groupId>
1175
                <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
1176
                <version>2.0.433-SNAPSHOT</version>
1177
            </dependency>
1178
            <dependency>
1179
                <groupId>org.gvsig</groupId>
1180
                <artifactId>org.gvsig.fmap.dal.file.csv</artifactId>
1181
                <version>2.0.433-SNAPSHOT</version>
1182
            </dependency>
1183
            <dependency>
1184
                <groupId>org.gvsig</groupId>
1185
                <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
1186
                <version>2.0.433-SNAPSHOT</version>
1187
            </dependency>
1188
            <dependency>
1189
              <groupId>org.gvsig</groupId>
1190
              <artifactId>org.gvsig.fmap.dal.swing.api</artifactId>
1191
              <version>2.0.433-SNAPSHOT</version>
1192
            </dependency>
1193
                <dependency>
1194
              <groupId>org.gvsig</groupId>
1195
              <artifactId>org.gvsig.fmap.dal.swing.impl</artifactId>
1196
               <version>2.0.433-SNAPSHOT</version>
1197
            </dependency>
1198
            <dependency>
1199
              <groupId>org.gvsig</groupId>
1200
              <artifactId>org.gvsig.fmap.dal.swing.api</artifactId>
1201
              <version>2.0.433-SNAPSHOT</version>
1202
                <type>test-jar</type>
1203
                <scope>test</scope>
1204
            </dependency>
1205
                <dependency>
1206
              <groupId>org.gvsig</groupId>
1207
              <artifactId>org.gvsig.fmap.dal.swing.impl</artifactId>
1208
               <version>2.0.433-SNAPSHOT</version>
1209
                <type>test-jar</type>
1210
                <scope>test</scope>
1211
            </dependency>
1212
            <dependency>
1213
                <groupId>org.gvsig</groupId>
1214
                <artifactId>org.gvsig.newlayer.lib.api</artifactId>
1215
                <version>2.0.433-SNAPSHOT</version>
1216
            </dependency>
1217
            <dependency>
1218
                <groupId>org.gvsig</groupId>
1219
                <artifactId>org.gvsig.newlayer.lib.api</artifactId>
1220
                <version>2.0.433-SNAPSHOT</version>
1221
                <type>test-jar</type>
1222
                <scope>test</scope>
1223
            </dependency>
1224
            <dependency>
1225
                <groupId>org.gvsig</groupId>
1226
                <artifactId>org.gvsig.newlayer.lib.impl</artifactId>
1227
                <version>2.0.433-SNAPSHOT</version>
1228
            </dependency>
1229
            <dependency>
1230
                <groupId>org.gvsig</groupId>
1231
                <artifactId>org.gvsig.newlayer.prov.jdbc</artifactId>
1232
                <version>2.0.433-SNAPSHOT</version>
1233
            </dependency>
1234
            <dependency>
1235
                <groupId>org.gvsig</groupId>
1236
                <artifactId>org.gvsig.newlayer.prov.file</artifactId>
1237
                <version>2.0.433-SNAPSHOT</version>
1238
            </dependency>
1239
            <dependency>
1240
                <groupId>org.gvsig</groupId>
1241
                <artifactId>org.gvsig.newlayer.prov.shape</artifactId>
1242
                <version>2.0.433-SNAPSHOT</version>
1243
            </dependency>
1244
            <dependency>
1245
                <groupId>org.gvsig</groupId>
1246
                <artifactId>org.gvsig.newlayer.prov.csv</artifactId>
1247
                <version>2.0.433-SNAPSHOT</version>
1248
            </dependency>
1249
            
1250
            
1251
            
1252
            
1253
            <dependency>
1254
                <groupId>org.gvsig</groupId>
1255
                <artifactId>org.gvsig.raster.lib.buffer.api</artifactId>
1256
                <version>2.0.433-SNAPSHOT</version>
1257
            </dependency>
1258
            <dependency>
1259
                <groupId>org.gvsig</groupId>
1260
                <artifactId>org.gvsig.raster.lib.buffer.spi</artifactId>
1261
                <version>2.0.433-SNAPSHOT</version>
1262
            </dependency>
1263
            <dependency>
1264
                <groupId>org.gvsig</groupId>
1265
                <artifactId>org.gvsig.raster.lib.buffer.impl</artifactId>
1266
                <version>2.0.433-SNAPSHOT</version>
1267
            </dependency>
1268
            <dependency>
1269
                <groupId>org.gvsig</groupId>
1270
                <artifactId>org.gvsig.raster.lib.legend.api</artifactId>
1271
                <version>2.0.327-SNAPSHOT</version>
1272
            </dependency>
1273
            <dependency>
1274
                <groupId>org.gvsig</groupId>
1275
                <artifactId>org.gvsig.raster.lib.legend.spi</artifactId>
1276
                <version>2.0.327-SNAPSHOT</version>
1277
            </dependency>
1278
            <dependency>
1279
                <groupId>org.gvsig</groupId>
1280
                <artifactId>org.gvsig.raster.lib.legend.impl</artifactId>
1281
                <version>2.0.327-SNAPSHOT</version>
1282
            </dependency>
1283
            <dependency>
1284
                <groupId>org.gvsig</groupId>
1285
                <artifactId>org.gvsig.fmap.mapcontext.swing.api</artifactId>
1286
                <version>2.0.433-SNAPSHOT</version>
1287
            </dependency>
1288
            <dependency>
1289
                <groupId>org.gvsig</groupId>
1290
                <artifactId>org.gvsig.fmap.mapcontext.swing.impl</artifactId>
1291
                <version>2.0.433-SNAPSHOT</version>
1292
            </dependency>
1293

    
1294
            <dependency>
1295
                <groupId>org.gvsig</groupId>
1296
                <artifactId>org.gvsig.fmap.dal.tilecache.raster</artifactId>
1297
                <version>2.0.433-SNAPSHOT</version>
1298
            </dependency>
1299
            <dependency>
1300
                <groupId>org.gvsig</groupId>
1301
                <artifactId>org.gvsig.raster.legend.tilecache</artifactId>
1302
                <version>2.0.433-SNAPSHOT</version>
1303
            </dependency>
1304

    
1305
            <dependency>
1306
                <groupId>org.gvsig</groupId>
1307
                <artifactId>org.gvsig.raster.tools.lib.api</artifactId>
1308
                <version>2.0.433-SNAPSHOT</version>
1309
            </dependency>
1310
            <dependency>
1311
                <groupId>org.gvsig</groupId>
1312
                <artifactId>org.gvsig.raster.tools.lib.impl</artifactId>
1313
                <version>2.0.433-SNAPSHOT</version>
1314
            </dependency>
1315
            <dependency>
1316
                <groupId>org.gvsig</groupId>
1317
                <artifactId>org.gvsig.raster.tools.swing.api</artifactId>
1318
                <version>2.0.433-SNAPSHOT</version>
1319
            </dependency>
1320
            <dependency>
1321
                <groupId>org.gvsig</groupId>
1322
                <artifactId>org.gvsig.raster.tools.swing.impl</artifactId>
1323
                <version>2.0.433-SNAPSHOT</version>
1324
            </dependency>
1325

    
1326

    
1327

    
1328
            <dependency>
1329
                <groupId>org.gvsig</groupId>
1330
                <artifactId>org.gvsig.raster.swing.buffer.api</artifactId>
1331
                <version>2.0.433-SNAPSHOT</version>
1332
            </dependency>
1333
            <dependency>
1334
                <groupId>org.gvsig</groupId>
1335
                <artifactId>org.gvsig.raster.swing.buffer.impl</artifactId>
1336
                <version>2.0.433-SNAPSHOT</version>
1337
            </dependency>
1338

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

    
1350
            <dependency>
1351
                <groupId>org.gvsig</groupId>
1352
                <artifactId>org.gvsig.raster.legend.lib.api</artifactId>
1353
                <version>2.0.327-SNAPSHOT</version>
1354
            </dependency>
1355
            <dependency>
1356
                <groupId>org.gvsig</groupId>
1357
                <artifactId>org.gvsig.raster.legend.lib.impl</artifactId>
1358
                <version>2.0.327-SNAPSHOT</version>
1359
            </dependency>
1360
            <dependency>
1361
                <groupId>org.gvsig</groupId>
1362
                <artifactId>org.gvsig.raster.legend.lib.spi</artifactId>
1363
                <version>2.0.327-SNAPSHOT</version>
1364
            </dependency>
1365
            <dependency>
1366
                <groupId>org.gvsig</groupId>
1367
                <artifactId>org.gvsig.raster.legend.imageio</artifactId>
1368
                <version>2.0.433-SNAPSHOT</version>
1369
            </dependency>
1370
            <dependency>
1371
                <groupId>org.gvsig</groupId>
1372
                <artifactId>org.gvsig.fmap.dal.file.imageio</artifactId>
1373
                <version>2.0.433-SNAPSHOT</version>
1374
            </dependency>
1375
            <dependency>
1376
                <groupId>org.gvsig</groupId>
1377
                <artifactId>org.gvsig.fmap.dal.file.png</artifactId>
1378
                <version>2.0.433-SNAPSHOT</version>
1379
            </dependency>
1380
            <dependency>
1381
                <groupId>org.gvsig</groupId>
1382
                <artifactId>org.gvsig.fmap.dal.file.jpg</artifactId>
1383
                <version>2.0.433-SNAPSHOT</version>
1384
            </dependency>
1385
            <dependency>
1386
                <groupId>org.gvsig</groupId>
1387
                <artifactId>org.gvsig.fmap.dal.file.jp2</artifactId>
1388
                <version>2.0.433-SNAPSHOT</version>
1389
            </dependency>
1390
            <dependency>
1391
                <groupId>org.gvsig</groupId>
1392
                <artifactId>org.gvsig.fmap.dal.file.tiff</artifactId>
1393
                <version>2.0.433-SNAPSHOT</version>
1394
            </dependency>
1395
            <dependency>
1396
                <groupId>org.gvsig</groupId>
1397
                <artifactId>org.gvsig.fmap.dal.file.bsq</artifactId>
1398
                <version>2.0.433-SNAPSHOT</version>
1399
            </dependency>
1400

    
1401
            
1402
            
1403
            <dependency>
1404
                <groupId>org.gvsig</groupId>
1405
                <artifactId>org.gvsig.symbology.lib.api</artifactId>
1406
                <version>2.0.433-SNAPSHOT</version>
1407
            </dependency>
1408
            <dependency>
1409
                <groupId>org.gvsig</groupId>
1410
                <artifactId>org.gvsig.symbology.lib.impl</artifactId>
1411
                <version>2.0.433-SNAPSHOT</version>
1412
            </dependency>
1413
            <dependency>
1414
                <groupId>org.gvsig</groupId>
1415
                <artifactId>org.gvsig.symbology.swing.api</artifactId>
1416
                <version>2.0.433-SNAPSHOT</version>
1417
            </dependency>
1418
            <dependency>
1419
                <groupId>org.gvsig</groupId>
1420
                <artifactId>org.gvsig.symbology.swing.impl</artifactId>
1421
                <version>2.0.433-SNAPSHOT</version>
1422
            </dependency>
1423
            <dependency>
1424
                <groupId>org.gvsig</groupId>
1425
                <artifactId>org.gvsig.fmap.geometry.api</artifactId>
1426
                <version>2.0.433-SNAPSHOT</version>
1427
            </dependency>
1428
            <dependency>
1429
                <groupId>org.gvsig</groupId>
1430
                <artifactId>org.gvsig.fmap.geometry.jts</artifactId>
1431
                <version>2.0.433-SNAPSHOT</version>
1432
            </dependency>
1433
            <dependency>
1434
                <groupId>org.gvsig</groupId>
1435
                <artifactId>org.gvsig.fmap.geometry.operation.jts</artifactId>
1436
                <version>2.0.433-SNAPSHOT</version>
1437
            </dependency>
1438

    
1439

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

    
1618
            <dependency>
1619
                <groupId>org.gvsig</groupId>
1620
                <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
1621
                <version>2.0.433-SNAPSHOT</version>
1622
            </dependency>
1623
            <dependency>
1624
                <groupId>org.gvsig</groupId>
1625
                <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1626
                <version>2.0.433-SNAPSHOT</version>
1627
            </dependency>
1628
            <dependency>
1629
                <groupId>org.gvsig</groupId>
1630
                <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1631
                <version>2.0.433-SNAPSHOT</version>
1632
                <type>test-jar</type>
1633
                <scope>test</scope>
1634
            </dependency>
1635
            <dependency>
1636
                <groupId>org.gvsig</groupId>
1637
                <artifactId>org.gvsig.daltransform.app.join</artifactId>
1638
                <version>2.0.433-SNAPSHOT</version>
1639
            </dependency>
1640
            <dependency>
1641
                <groupId>org.gvsig</groupId>
1642
                <artifactId>org.gvsig.daltransform.app.eventtheme</artifactId>
1643
                <version>2.0.433-SNAPSHOT</version>
1644
            </dependency>
1645

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

    
1722
            <dependency>
1723
                <groupId>org.gvsig</groupId>
1724
                <artifactId>org.gvsig.xml2db</artifactId>
1725
                <version>2.0.433-SNAPSHOT</version>
1726
            </dependency>
1727
            <dependency>
1728
                <groupId>org.gvsig</groupId>
1729
                <artifactId>org.gvsig.xml2db.lib</artifactId>
1730
                <version>2.0.433-SNAPSHOT</version>
1731
            </dependency>
1732
            <dependency>
1733
                <groupId>org.gvsig</groupId>
1734
                <artifactId>org.gvsig.xml2db.swing</artifactId>
1735
                <version>2.0.433-SNAPSHOT</version>
1736
            </dependency>
1737
            <dependency>
1738
                <groupId>org.gvsig</groupId>
1739
                <artifactId>org.gvsig.xml2db.app</artifactId>
1740
                <version>2.0.433-SNAPSHOT</version>
1741
            </dependency>
1742
            <dependency>
1743
                <groupId>org.gvsig</groupId>
1744
                <artifactId>org.gvsig.xml2db.lib.api</artifactId>
1745
                <version>2.0.433-SNAPSHOT</version>
1746
            </dependency>
1747
            <dependency>
1748
                <groupId>org.gvsig</groupId>
1749
                <artifactId>org.gvsig.xml2db.lib.impl</artifactId>
1750
                <version>2.0.433-SNAPSHOT</version>
1751
            </dependency>
1752
            <dependency>
1753
                <groupId>org.gvsig</groupId>
1754
                <artifactId>org.gvsig.xml2db.swing.api</artifactId>
1755
                <version>2.0.433-SNAPSHOT</version>
1756
            </dependency>
1757
            <dependency>
1758
                <groupId>org.gvsig</groupId>
1759
                <artifactId>org.gvsig.xml2db.swing.impl</artifactId>
1760
                <version>2.0.433-SNAPSHOT</version>
1761
            </dependency>
1762
            <dependency>
1763
                <groupId>org.gvsig</groupId>
1764
                <artifactId>org.gvsig.xml2db.app.mainplugin</artifactId>
1765
                <version>2.0.433-SNAPSHOT</version>
1766
            </dependency>
1767

    
1768
            <dependency>
1769
                <groupId>org.gvsig</groupId>
1770
                <artifactId>org.gvsig.sqlite.app.mainplugin</artifactId>
1771
                <version>2.0.433-SNAPSHOT</version>
1772
            </dependency>
1773
            <dependency>
1774
                <groupId>org.gvsig</groupId>
1775
                <artifactId>org.gvsig.sqlite.provider</artifactId>
1776
                <version>2.0.433-SNAPSHOT</version>
1777
            </dependency>
1778

    
1779
        </dependencies>
1780
    </dependencyManagement>
1781

    
1782
    <dependencies>
1783
        <dependency>
1784
            <groupId>junit</groupId>
1785
            <artifactId>junit</artifactId>
1786
            <scope>test</scope>
1787
        </dependency>
1788
    </dependencies>
1789

    
1790
    <build>
1791
        <extensions>
1792
            <extension>
1793
                <groupId>org.apache.maven.wagon</groupId>
1794
                <artifactId>wagon-webdav-jackrabbit</artifactId>
1795
                <version>${wagon.webdav.jackrabbit.version}</version>
1796
            </extension>
1797
        </extensions>
1798

    
1799
        <pluginManagement>
1800
            <plugins>
1801

    
1802
                <plugin>
1803
                    <groupId>org.codehaus.mojo</groupId>
1804
                    <artifactId>versions-maven-plugin</artifactId>
1805
                    <version>${versions.maven.plugin.version}</version>
1806
                    <configuration>
1807
                        <allowSnapshots>false</allowSnapshots>
1808
                        <excludeProperties>
1809
                            versions.maven.plugin.version,
1810
                            maven.deploy.plugin.version,
1811
                            maven.surefire.plugin.version,
1812
                            maven.compiler.plugin.version,
1813
                            maven.resources.plugin.version,
1814
                            maven.javadoc.plugin.version,
1815
                            maven.site.plugin.version,
1816
                            maven.jar.plugin.version,
1817
                            properties.maven.plugin.version,
1818
                            gmaven.plugin.version,
1819
                            maven.antrun.plugin.version,
1820
                            maven.release.plugin.version,
1821
                            maven.assembly.plugin.version,
1822
                            maven.clean.plugin.version,
1823
                            exec.maven.plugin.version,
1824
                            maven.license.plugin.version,
1825
                            maven.source.plugin.version,
1826
                            maven.scm.plugin.version,
1827
                            maven.checkstyle.plugin.version,
1828
                            animal.sniffer.maven.plugin.version,
1829
                            maven.project.info.reports.plugin.version,
1830
                            maven.jxr.plugin.version,
1831
                            findbugs.maven.plugin.version,
1832
                            wagon.webdav.jackrabbit.version,
1833
                        </excludeProperties>
1834
                    </configuration>
1835
                </plugin>
1836

    
1837
                <plugin>
1838
                    <groupId>org.apache.maven.plugins</groupId>
1839
                    <artifactId>maven-scm-plugin</artifactId>
1840
                    <version>${maven.scm.plugin.version}</version>
1841
                    <configuration>
1842
                        <connectionType>connection</connectionType>
1843
                    </configuration>
1844
                </plugin>
1845

    
1846
                <plugin>
1847
                    <groupId>org.apache.maven.plugins</groupId>
1848
                    <artifactId>maven-compiler-plugin</artifactId>
1849
                    <version>${maven.compiler.plugin.version}</version>
1850
                    <configuration>
1851
                        <source>${java.version}</source>
1852
                        <target>${java.version}</target>
1853
                        <encoding>${encoding}</encoding>
1854
                    </configuration>
1855
                </plugin>
1856

    
1857
                <plugin>
1858
                    <groupId>org.apache.maven.plugins</groupId>
1859
                    <artifactId>maven-resources-plugin</artifactId>
1860
                    <version>${maven.resources.plugin.version}</version>
1861
                    <configuration>
1862
                        <encoding>${encoding}</encoding>
1863
                    </configuration>
1864
                </plugin>
1865

    
1866
                <plugin>
1867
                    <groupId>org.apache.maven.plugins</groupId>
1868
                    <artifactId>maven-eclipse-plugin</artifactId>
1869
                    <configuration>
1870
                        <downloadSources>true</downloadSources>
1871
                        <downloadJavadocs>true</downloadJavadocs>
1872
                        <projectNameTemplate>${project.artifactId}</projectNameTemplate>
1873
                    </configuration>
1874
                </plugin>
1875

    
1876
                <plugin>
1877
                    <groupId>org.apache.maven.plugins</groupId>
1878
                    <artifactId>maven-surefire-plugin</artifactId>
1879
                    <version>${maven.surefire.plugin.version}</version>
1880
                    <configuration>
1881
                        <forkMode>once</forkMode>
1882
                        <environmentVariables>
1883
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1884
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1885
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1886
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1887
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1888
                            <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1889
                        </environmentVariables>
1890
                    </configuration>
1891
                </plugin>
1892

    
1893
                <plugin>
1894
                    <groupId>org.apache.maven.plugins</groupId>
1895
                    <artifactId>maven-failsafe-plugin</artifactId>
1896
                    <executions>
1897
                        <execution>
1898
                            <goals>
1899
                                <goal>integration-test</goal>
1900
                                <goal>verify</goal>
1901
                            </goals>
1902
                        </execution>
1903
                    </executions>
1904
                    <configuration>
1905
                        <forkMode>once</forkMode>
1906
                        <environmentVariables>
1907
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1908
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1909
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1910
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1911
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1912
                            <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1913
                        </environmentVariables>
1914
                    </configuration>
1915
                </plugin>
1916

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

    
1971
                <plugin>
1972
                    <groupId>org.apache.maven.plugins</groupId>
1973
                    <artifactId>maven-site-plugin</artifactId>
1974
                    <version>${maven.site.plugin.version}</version>
1975
                    <configuration>
1976
                        <chmod>true</chmod>
1977
                        <chmodMode>a+rwX</chmodMode>
1978
                    </configuration>
1979
                </plugin>
1980

    
1981
                <plugin>
1982
                    <groupId>org.apache.maven.plugins</groupId>
1983
                    <artifactId>maven-jar-plugin</artifactId>
1984
                    <version>${maven.jar.plugin.version}</version>
1985
                    <configuration>
1986
                        <archive>
1987
                            <manifestEntries>
1988
                                <Built-By>gvSIG Team</Built-By>
1989
                            </manifestEntries>
1990
                        </archive>
1991
                    </configuration>
1992
                </plugin>
1993

    
1994
                <plugin>
1995
                    <groupId>org.codehaus.mojo</groupId>
1996
                    <artifactId>properties-maven-plugin</artifactId>
1997
                    <version>${properties.maven.plugin.version}</version>
1998
                </plugin>
1999

    
2000
                <plugin>
2001
                    <groupId>org.apache.maven.plugins</groupId>
2002
                    <artifactId>maven-antrun-plugin</artifactId>
2003
                    <version>${maven.antrun.plugin.version}</version>
2004
                </plugin>
2005

    
2006
                <plugin>
2007
                    <groupId>org.codehaus.mojo</groupId>
2008
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
2009
                    <version>${animal.sniffer.maven.plugin.version}</version>
2010
                </plugin>
2011

    
2012
                <plugin>
2013
                    <groupId>org.apache.maven.plugins</groupId>
2014
                    <artifactId>maven-release-plugin</artifactId>
2015
                    <version>${maven.release.plugin.version}</version>
2016
                </plugin>
2017

    
2018
                <plugin>
2019
                    <groupId>org.apache.maven.plugins</groupId>
2020
                    <artifactId>maven-deploy-plugin</artifactId>
2021
                    <version>${maven.deploy.plugin.version}</version>
2022
                </plugin>
2023

    
2024
                <plugin>
2025
                    <artifactId>maven-assembly-plugin</artifactId>
2026
                    <version>${maven.assembly.plugin.version}</version>
2027
                    <executions>
2028
                        <execution>
2029
                            <id>gvsig-plugin-package</id>
2030
                            <phase>package</phase>
2031
                            <configuration>
2032
                                <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
2033
                                <appendAssemblyId>false</appendAssemblyId>
2034
                                <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>
2035
                                <descriptors>
2036
                                    <descriptor>src/main/assembly/gvsig-plugin-package.xml</descriptor>
2037
                                </descriptors>
2038
                            </configuration>
2039
                        </execution>
2040
                    </executions>
2041
                </plugin>
2042

    
2043
                <plugin>
2044
                    <groupId>org.apache.maven.plugins</groupId>
2045
                    <artifactId>maven-clean-plugin</artifactId>
2046
                    <version>${maven.clean.plugin.version}</version>
2047
                </plugin>
2048

    
2049
                <plugin>
2050
                    <groupId>org.codehaus.mojo</groupId>
2051
                    <artifactId>exec-maven-plugin</artifactId>
2052
                    <version>${exec.maven.plugin.version}</version>
2053
                </plugin>
2054

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

    
2090
                <!-- Habria que ver si es posible sustituir el plugin -->
2091
                <!-- com.mycila.maven-license-plugin:maven-license-plugin por este -->
2092
                <!-- Ver http://mojo.codehaus.org/license-maven-plugin/index.html -->
2093
                <!--
2094
                <plugin>
2095
                    <groupId>org.codehaus.mojo</groupId>
2096
                    <artifactId>license-maven-plugin</artifactId>
2097
                    <version>1.5</version>
2098
                </plugin>
2099
                -->
2100

    
2101
                <plugin>
2102
                    <groupId>org.apache.maven.plugins</groupId>
2103
                    <artifactId>maven-checkstyle-plugin</artifactId>
2104
                    <version>${maven.checkstyle.plugin.version}</version>
2105
                </plugin>
2106

    
2107
                <plugin>
2108
                    <groupId>org.apache.maven.plugins</groupId>
2109
                    <artifactId>maven-source-plugin</artifactId>
2110
                    <version>${maven.source.plugin.version}</version>
2111
                </plugin>
2112

    
2113
                <plugin>
2114
                    <groupId>org.codehaus.gmaven</groupId>
2115
                    <artifactId>gmaven-plugin</artifactId>
2116
                    <version>${gmaven.plugin.version}</version>
2117
                    <configuration>
2118
                        <providerSelection>2.0</providerSelection>
2119
                    </configuration>
2120
                    <dependencies>
2121
                        <dependency>
2122
                            <groupId>com.github.lookfirst</groupId>
2123
                            <artifactId>sardine</artifactId>
2124
                            <version>5.0.1</version>
2125
                        </dependency>
2126
                        <dependency>
2127
                          <groupId>org.apache.ant</groupId>
2128
                          <artifactId>ant</artifactId>
2129
                          <version>1.8.2</version>
2130
                        </dependency>
2131
                    </dependencies>
2132
                    <executions>
2133

    
2134
                        <execution>
2135
                            <id>increase-build-number</id>
2136
                            <phase>process-sources</phase>
2137
                            <configuration>
2138
                                <source><![CDATA[
2139
                    // use "mvn -Dincrease-build-number process-sources"
2140
                    if( project.properties["increase-build-number"] == null ) {
2141
                      log.info("Don't increment build number use flag '-Dincrease-build-number' to increment it.")
2142
                    } else {
2143
                      File file = new File(project.basedir,"buildNumber.properties")
2144
                      if( ! file.exists() ) {
2145
                          log.info("Skip increment build number (buildNumber.property not present).")
2146
                        } else {
2147
                        Properties props = new Properties()
2148

    
2149
                        props.load(file.newDataInputStream())
2150
                        value = (props.getProperty("buildNumber") as int) + 1
2151
                        props.setProperty("buildNumber",value as String)
2152
                        props.store(file.newWriter(), null)
2153
                        log.info("Setting build number to " + value)
2154
                      }
2155
                    }
2156
                  ]]></source>
2157
                            </configuration>
2158
                        </execution>
2159

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

    
2196
      props.store(package_info_file.newWriter(), null)
2197

    
2198
      pkgname = "gvSIG-desktop-" +
2199
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2200
        project.properties["gvsig.package.info.code"] + "-" +
2201
        project.properties["gvsig.package.info.version"] + "-" +
2202
        project.properties["buildNumber"] + "-" +
2203
        project.properties["gvsig.package.info.state"] + "-" +
2204
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2205
        project.properties["gvsig.package.info.architecture"] + "-" +
2206
        project.properties["gvsig.package.info.javaVM"]
2207
      package_info_file  = new File(project.basedir, "target/gvspki/"+project.properties["gvsig.package.info.code"]+"/package.info")
2208
      log.info("Building package.info index " + package_info_file.getAbsolutePath())
2209
      package_info_file.getParentFile().mkdirs()
2210
      props.setProperty('download-url',
2211
        poolURL +
2212
        project.properties["gvsig.package.info.code"] + "/" +
2213
        pkgname + ".gvspkg"
2214
      )
2215
      props.store(package_info_file.newWriter(), null)
2216
    }
2217
                  ]]></source>
2218
                            </configuration>
2219
                        </execution>
2220

    
2221
                        <execution>
2222
                            <id>build-package-index</id>
2223
                            <phase>package</phase>
2224
                            <configuration>
2225
                                <source><![CDATA[
2226
    ant = new AntBuilder()
2227
    if( project.properties["buildNumber"] == null) {
2228
      log.info("Skip building package index (buildNumber.property not present).")
2229
    } else {
2230
      pkgname = "gvSIG-desktop-" +
2231
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2232
        project.properties["gvsig.package.info.code"] + "-" +
2233
        project.properties["gvsig.package.info.version"] + "-" +
2234
        project.properties["buildNumber"] + "-" +
2235
        project.properties["gvsig.package.info.state"] + "-" +
2236
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2237
        project.properties["gvsig.package.info.architecture"] + "-" +
2238
        project.properties["gvsig.package.info.javaVM"]
2239

    
2240
      log.info("Building package index " + pkgname + ".gvspki")
2241
      package_index_source  = project.basedir.getAbsolutePath() + "/target/gvspki"
2242
      package_index_target  = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspki"
2243
      ant.zip(destfile: package_index_target, basedir: package_index_source)
2244
    }
2245
                  ]]></source>
2246
                            </configuration>
2247
                        </execution>
2248

    
2249
                        <execution>
2250
                            <id>install-plugin</id>
2251
                            <phase>install</phase>
2252
                            <configuration>
2253
                                <source><![CDATA[            
2254
    
2255

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

    
2285
        log.debug("gvsig.install.plugin=" + project.properties["gvsig.install.plugin"])
2286
        log.debug("gvsig.install.plugin.package=" + project.properties["gvsig.install.plugin.package"])
2287
        if( project.properties["gvsig.install.plugin"]=="true" ) {
2288
          source = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspkg.zip"
2289
          target = project.properties["gvsig.product.folder.path"] + "/gvSIG/extensiones/"
2290

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

    
2294
          log.info("Install plugin to " + target)
2295
          ant.unzip(src: source, dest: target)
2296
          def install_xml = new File(target + "/" + project.properties["gvsig.package.info.code"] + "/install/install.xml")
2297
          if( install_xml.exists() ) {
2298
            executeAntFile(
2299
                new File(project.properties["gvsig.product.folder.path"]),
2300
                new File(target),
2301
                install_xml
2302
            )
2303
          }
2304
        } else {
2305
            log.info("Skip plugin install.")
2306
        }
2307
        if( project.properties["gvsig.install.plugin.package"]=="true" ) {
2308
          source = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspkg.zip"
2309
          target = new File(project.properties["gvsig.product.folder.path"] +
2310
            "/install/" +
2311
            project.properties["gvsig.package.info.code"] + "/" +
2312
            pkgname + ".gvspkg")
2313
          target.getParentFile().mkdirs()
2314

    
2315
          log.info("Copy plugin package from " + source + " to " + target)
2316
          ant.copy(file:source, tofile:target.getAbsolutePath())
2317

    
2318
          source  = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspki"
2319
          target = project.properties["gvsig.product.folder.path"] +
2320
            "/install/" +
2321
            project.properties["gvsig.package.info.code"] + "/" +
2322
            pkgname + ".gvspki"
2323
          log.info("Copy plugin package index from " + source + " to " + target)
2324
          ant.copy(file:source, tofile:target)
2325
        } else {
2326
            log.info("Skip plugin package install.")
2327
        }
2328
    }
2329
                  ]]></source>
2330
                            </configuration>
2331
                        </execution>
2332

    
2333
                        <execution>
2334
                            <id>deploy-package</id>
2335
                            <phase>install</phase>
2336
                            <configuration>
2337
                                <source><![CDATA[
2338

    
2339
// To deploy package use:
2340
//    mvn -Ddeploy-package -Duser=USER -Dpassword=PASSWORD install
2341
//
2342
if( project.properties["deploy-package"] != null ) {
2343
    if( project.properties["gvsig.install.plugin.package"]=="true" ) {
2344
        poolURL = project.properties["gvsig.package.info.poolURL"];
2345
        if( poolURL[-1] != "/" ) {
2346
            poolURL = poolURL + "/";
2347
        }
2348
        targetPath = poolURL + project.properties["gvsig.package.info.code"];
2349
        log.info("Deploy plugin package to '"+targetPath+"'.");
2350

    
2351
        pkgname = "gvSIG-desktop-" +
2352
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2353
        project.properties["gvsig.package.info.code"] + "-" +
2354
        project.properties["gvsig.package.info.version"] + "-" +
2355
        project.properties["buildNumber"] + "-" +
2356
        project.properties["gvsig.package.info.state"] + "-" +
2357
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2358
        project.properties["gvsig.package.info.architecture"] + "-" +
2359
        project.properties["gvsig.package.info.javaVM"];
2360

    
2361
        source = project.basedir.getAbsolutePath() + "/target/" + pkgname
2362
        targetPath = poolURL + project.properties["gvsig.package.info.code"]
2363

    
2364
        log.info("Creating addon-request.txt in target folder");
2365
        new File(project.basedir.getAbsolutePath() + "/target/addon-request.txt").withWriter { out ->
2366
            out.println("");
2367
            out.println("# "+pkgname);
2368
            out.println("");
2369
            out.println(targetPath+"/" + pkgname + ".gvspki");
2370
            out.println("");
2371
        }
2372

    
2373
        if( project.properties["username"] == null ) {
2374
            print("Enter user name: ");
2375
            user = System.console().readLine().toString()
2376
            if( user != "" ) {
2377
                project.properties.setProperty("username",user);
2378
            }
2379
        }
2380
        if( project.properties["password"] == null ) {
2381
            print("Enter password for user '" + project.properties["username"] + "': ");
2382
            password = System.console().readPassword().toString()
2383
            if( password != "" ) {
2384
                project.properties.setProperty("password",password);
2385
            }
2386
        }
2387
        WebDAVClient session = new WebDAVClient(log);
2388
        if( project.properties["username"] == null || project.properties["password"] == null ) {
2389
            log.info("[WEBDAV] creating non authenticated session.");
2390
            log.info("[WEBDAV] Use -Duser=USER -Dpassword=PASSWORD to create a authenticated session.");
2391
            session.login();
2392
        } else {
2393
            session.login(project.properties["username"], project.properties["password"]);
2394
        }
2395
        session.makedirs(targetPath);
2396
        session.put(source + ".gvspkg.zip", targetPath+"/"+pkgname+ ".gvspkg");
2397
        session.put(source + ".gvspki", targetPath+"/"+pkgname+ ".gvspki");
2398

    
2399
    } else {
2400
        log.info("Skip plugin package deploy. It not be installed by default.");
2401
    }
2402
} else {
2403
    log.info("Skip plugin package deploy. Use the flags -Ddeploy-package -Duser=USER -Dpassword=PASSWORD to deploy it.");
2404
}
2405

    
2406
public class WebDAVClient {
2407

    
2408
    def log;
2409

    
2410
    private String user;
2411
    private String password;
2412
    private Object sardine;
2413

    
2414
    public WebDAVClient(log) {
2415
        disableCertificateValidation();
2416
            this.log = log;
2417
    }
2418

    
2419
    public void login(String user, String password) {
2420
        log.info("[WEBDAV] login as '"+user+"'.");
2421
        def SardineFactory
2422
        try {
2423
            SardineFactory = "com.github.sardine.SardineFactory" as Class
2424
        } catch (Exception ex) {
2425
            log.error("[WEBDAV] can't get SardineFactory.",ex);
2426
        }
2427
        this.user = user;
2428
        this.password = password;
2429
        this.sardine = SardineFactory.begin(this.user,this.password);
2430
    }
2431

    
2432
    public void login() {
2433
        log.info("[WEBDAV] login as guest");
2434
        this.sardine = SardineFactory.begin();
2435
    }
2436

    
2437
    public boolean exists(String url) throws Exception {
2438
        return sardine.exists(url);
2439
    }
2440

    
2441
    public void put(String source, String target) throws Exception {
2442
        log.info("[WEBDAV] put '" + source + "' to '" + target + "'...");
2443
        InputStream fis = new FileInputStream(new File(source));
2444
        sardine.put(target, fis);
2445
        log.info("[WEBDAV] put ok.");
2446
    }
2447

    
2448
    public void mkdir(String url) throws Exception {
2449
        if( ! exists(url) ) {
2450
            log.info("[WEBDAV] mkdir '"+url+"'.");
2451
            sardine.createDirectory(url);
2452
        }
2453
    }
2454

    
2455
    public List list(String url) throws Exception {
2456
        List resources = sardine.list(url);
2457
        return resources;
2458
    }
2459

    
2460
    void disableCertificateValidation() {
2461
    /*
2462
        javax.net.ssl.TrustManager[] trustAllCerts = new javax.net.ssl.TrustManager[1];
2463
        trustAllCerts[0] = new javax.net.ssl.X509TrustManager() {
2464
                public java.security.cert.X509Certificate[] getAcceptedIssuers() {
2465
                    return new java.security.cert.X509Certificate[0];
2466
                }
2467

    
2468
                public void checkClientTrusted(java.security.cert.X509Certificate[] xcs, String string) throws java.security.cert.CertificateException {
2469
                }
2470

    
2471
                public void checkServerTrusted(java.security.cert.X509Certificate[] xcs, String string) throws java.security.cert.CertificateException {
2472
                }
2473
            };
2474

    
2475
        // Ignore differences between given hostname and certificate hostname
2476
        javax.net.ssl.HostnameVerifier hv = new javax.net.ssl.HostnameVerifier() {
2477
            public boolean verify(String hostname, javax.net.ssl.SSLSession session) {
2478
                return true;
2479
            }
2480
        };
2481

    
2482
        // Install the all-trusting trust manager
2483
        try {
2484
            javax.net.ssl.SSLContext sc = javax.net.ssl.SSLContext.getInstance("SSL");
2485
            sc.init(null, trustAllCerts, new java.security.SecureRandom());
2486
            javax.net.ssl.HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
2487
            javax.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(hv);
2488
        } catch (Exception e) {
2489
        }
2490
        */
2491
    }
2492

    
2493
    public void makedirs(String url) throws Exception {
2494
        log.info("[WEBDAV] makedirs '"+url+"'.");
2495
        URL u = new URL(url);
2496
        String[] x = u.getPath().split("/");
2497
        String path = "";
2498
        for (int i=1; i<x.length; i++) { path = path + "/" + x[i]; URL t = new URL(u,path); mkdir(t.toString()); } }
2499
} ]]></source>
2500
                            </configuration>
2501
                        </execution>
2502

    
2503
                    </executions>
2504
                </plugin>
2505

    
2506
            </plugins>
2507
        </pluginManagement>
2508

    
2509
        <plugins>
2510
            <plugin>
2511
                <groupId>org.apache.maven.plugins</groupId>
2512
                <artifactId>maven-scm-plugin</artifactId>
2513
            </plugin>
2514

    
2515
            <plugin>
2516
                <artifactId>maven-clean-plugin</artifactId>
2517
                <configuration>
2518
                    <filesets>
2519
                        <fileset>
2520
                            <directory>${user.home}/.depman/</directory>
2521
                            <includes>
2522
                                <include>**</include>
2523
                            </includes>
2524
                        </fileset>
2525
                    </filesets>
2526
                    <followSymLinks>true</followSymLinks>
2527
                </configuration>
2528
            </plugin>
2529

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

    
2548
            <plugin>
2549
                <!-- load ".gvsig-devel.properties" -->
2550
                <groupId>org.codehaus.mojo</groupId>
2551
                <artifactId>properties-maven-plugin</artifactId>
2552
                <configuration>
2553
                    <files>
2554
                        <!-- Define gvsig.product.folder.path in this property -->
2555
                        <file>${user.home}/.gvsig-devel.properties</file>
2556
                        <file>${env.HOME}/.gvsig-devel.properties</file>
2557
                        <file>${project.basedir}/gvsig-devel.properties</file>
2558
                        <file>buildNumber.properties</file>
2559
                    </files>
2560
                    <quiet>true</quiet>
2561
                </configuration>
2562
                <executions>
2563
                    <execution>
2564
                        <id>default</id>
2565
                        <phase>prepare-package</phase>
2566
                        <goals>
2567
                            <goal>read-project-properties</goal>
2568
                        </goals>
2569
                    </execution>
2570
                    <execution>
2571
                        <id>default-clean</id>
2572
                        <phase>pre-clean</phase>
2573
                        <goals>
2574
                            <goal>read-project-properties</goal>
2575
                        </goals>
2576
                    </execution>
2577
                </executions>
2578
            </plugin>
2579

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

    
2624
            <plugin>
2625
                <groupId>org.apache.maven.plugins</groupId>
2626
                <artifactId>maven-source-plugin</artifactId>
2627
                <configuration>
2628
                    <skipSource>false</skipSource> <!-- User property is: source.skip. -->
2629
                </configuration>
2630
                <executions>
2631
                    <execution>
2632
                        <id>attach-sources</id>
2633
                        <phase>verify</phase>
2634
                        <goals>
2635
                            <goal>jar-no-fork</goal>
2636
                        </goals>
2637
                    </execution>
2638
                    <execution>
2639
                        <id>attach-test-sources</id>
2640
                        <phase>verify</phase>
2641
                        <goals>
2642
                            <goal>test-jar-no-fork</goal>
2643
                        </goals>
2644
                    </execution>
2645
                </executions>
2646
            </plugin>
2647

    
2648
            <plugin>
2649
                <groupId>org.apache.maven.plugins</groupId>
2650
                <artifactId>maven-checkstyle-plugin</artifactId>
2651
                <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
2652
                <configuration>
2653
                    <skip>false</skip> <!-- User property is: checkstyle.skip. -->
2654
                    <enableRulesSummary>true</enableRulesSummary>
2655
                    <failsOnError>false</failsOnError>
2656
                    <configLocation>gvsig/checkstyle.xml</configLocation>
2657
                    <headerLocation>gvsig/LICENSE.txt</headerLocation>
2658
                </configuration>
2659
                <dependencies>
2660
                    <dependency>
2661
                        <groupId>org.gvsig</groupId>
2662
                        <artifactId>org.gvsig.desktop.buildtools</artifactId>
2663
                        <version>1.0.0</version>
2664
                    </dependency>
2665
                </dependencies>
2666
            </plugin>
2667

    
2668
            <plugin>
2669
                <!-- to continue building  when test fail -->
2670
                <groupId>org.apache.maven.plugins</groupId>
2671
                <artifactId>maven-surefire-plugin</artifactId>
2672
                <configuration>
2673
                    <testFailureIgnore>true</testFailureIgnore>
2674
                </configuration>
2675
            </plugin>
2676

    
2677
        </plugins>
2678
    </build>
2679

    
2680

    
2681
    <reporting>
2682
        <excludeDefaults>true</excludeDefaults>
2683
        <plugins>
2684
            <plugin>
2685
                <groupId>org.apache.maven.plugins</groupId>
2686
                <artifactId>maven-project-info-reports-plugin</artifactId>
2687
                <version>${maven.project.info.reports.plugin.version}</version>
2688
                <reportSets>
2689
                    <reportSet>
2690
                        <reports>
2691
                            <report>index</report>
2692
                            <report>summary</report>
2693
                            <report>scm</report>
2694
                            <report>license</report>
2695
                            <report>project-team</report>
2696
                            <report>issue-tracking</report>
2697
                            <report>mailing-list</report>
2698
                            <report>modules</report>
2699

    
2700
                            <report>dependency-info</report>
2701
                            <!-- Removed due to its high cost
2702
                            <report>dependency-management</report>
2703
                            <report>dependencies</report>
2704
                            -->
2705
                            <report>dependency-convergence</report>
2706

    
2707
                            <!--
2708
                            <report>plugins</report>
2709
                            <report>plugin-management</report>
2710
                            <report>distribution-management</report>
2711
                            -->
2712

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

    
2763
        </plugins>
2764
    </reporting>
2765

    
2766

    
2767
    <profiles>
2768

    
2769
        <profile>
2770
            <!-- This profile is used to initialize and install the root folder of gvSIG -->
2771
            <id>gvsig-root</id>
2772
            <activation>
2773
                <file>
2774
                    <exists>src/main/assembly/gvsig-root-folder-package.xml</exists>
2775
                </file>
2776
            </activation>
2777
            <build>
2778
                <plugins>
2779

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

    
2844
                        </executions>
2845
                    </plugin>
2846

    
2847
                </plugins>
2848
            </build>
2849
        </profile>
2850

    
2851

    
2852

    
2853
        <profile>
2854
            <!-- This profile is used to packege and install the gvSIG plugins -->
2855
            <id>gvsig-plugin</id>
2856
            <activation>
2857
                <file>
2858
                    <exists>buildNumber.properties</exists>
2859
                </file>
2860
            </activation>
2861
            <build>
2862
                <plugins>
2863

    
2864
                    <plugin>
2865
                        <artifactId>maven-assembly-plugin</artifactId>
2866
                        <executions>
2867
                            <execution>
2868
                                <id>gvsig-plugin-package</id>
2869
                                <phase>package</phase>
2870
                                <goals>
2871
                                    <goal>single</goal>
2872
                                </goals>
2873
                            </execution>
2874
                        </executions>
2875
                    </plugin>
2876

    
2877
                    <plugin>
2878
                        <artifactId>maven-clean-plugin</artifactId>
2879
                        <configuration>
2880
                            <skip>false</skip>
2881
                            <failOnError>true</failOnError>
2882
                            <filesets>
2883
                                <fileset>
2884
                                    <directory>${gvsig.product.folder.path}/gvSIG/extensiones/${project.artifactId}</directory>
2885
                                </fileset>
2886
                            </filesets>
2887
                        </configuration>
2888
                        <executions>
2889
                            <execution>
2890
                                <id>default-clean</id>
2891
                                <phase>clean</phase>
2892
                            </execution>
2893
                        </executions>
2894
                    </plugin>
2895

    
2896
                    <plugin>
2897
                        <groupId>org.codehaus.gmaven</groupId>
2898
                        <artifactId>gmaven-plugin</artifactId>
2899
                        <executions>
2900

    
2901
                            <execution>
2902
                                <id>increase-build-number</id>
2903
                                <phase>process-sources</phase>
2904
                                <goals>
2905
                                    <goal>execute</goal>
2906
                                </goals>
2907
                            </execution>
2908

    
2909
                            <execution>
2910
                                <id>build-package-info</id>
2911
                                <phase>prepare-package</phase>
2912
                                <goals>
2913
                                    <goal>execute</goal>
2914
                                </goals>
2915
                            </execution>
2916

    
2917
                            <execution>
2918
                                <id>build-package-index</id>
2919
                                <phase>package</phase>
2920
                                <goals>
2921
                                    <goal>execute</goal>
2922
                                </goals>
2923
                            </execution>
2924

    
2925
                            <execution>
2926
                                <id>install-plugin</id>
2927
                                <phase>install</phase>
2928
                                <goals>
2929
                                    <goal>execute</goal>
2930
                                </goals>
2931
                            </execution>
2932

    
2933
                            <execution>
2934
                                <id>deploy-package</id>
2935
                                <phase>install</phase>
2936
                                <goals>
2937
                                    <goal>execute</goal>
2938
                                </goals>
2939
                            </execution>
2940

    
2941
                        </executions>
2942
                    </plugin>
2943

    
2944
                </plugins>
2945
            </build>
2946
        </profile>
2947

    
2948
    </profiles>
2949

    
2950
    <properties>
2951
        <!-- Maven plugins versions -->    
2952
        <maven.deploy.plugin.version>2.7</maven.deploy.plugin.version>
2953
        <maven.surefire.plugin.version>3.0.0-M3</maven.surefire.plugin.version>
2954
        <maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
2955
        <maven.resources.plugin.version>3.2.0</maven.resources.plugin.version>
2956
        <maven.javadoc.plugin.version>3.2.0</maven.javadoc.plugin.version>
2957
        <maven.site.plugin.version>3.3</maven.site.plugin.version>
2958
        <maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
2959
        <properties.maven.plugin.version>1.0.0</properties.maven.plugin.version>
2960
        <gmaven.plugin.version>1.5</gmaven.plugin.version>
2961
        <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
2962
        <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
2963
        <maven.assembly.plugin.version>2.2-beta-5</maven.assembly.plugin.version>
2964
        <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
2965
        <exec.maven.plugin.version>3.0.0</exec.maven.plugin.version>
2966
        <maven.license.plugin.version>1.10.b1</maven.license.plugin.version>
2967
        <maven.source.plugin.version>3.2.1</maven.source.plugin.version>
2968
        <maven.scm.plugin.version>1.11.2</maven.scm.plugin.version>
2969
        <maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
2970
        <animal.sniffer.maven.plugin.version>1.17</animal.sniffer.maven.plugin.version>
2971

    
2972
        <versions.maven.plugin.version>2.8.1</versions.maven.plugin.version>
2973
        <maven.project.info.reports.plugin.version>2.7</maven.project.info.reports.plugin.version>
2974
        <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
2975
        <findbugs.maven.plugin.version>2.5.2</findbugs.maven.plugin.version>
2976
        <wagon.webdav.jackrabbit.version>2.4</wagon.webdav.jackrabbit.version>
2977

    
2978
        <!-- General configuration -->
2979
        <encoding>ISO-8859-1</encoding>
2980
        <java.version>1.8</java.version>
2981
        
2982
        <localRepository>${user.home}/.m2/repository</localRepository>
2983
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
2984

    
2985
        <!-- The property svn.tags.folder is used in external projects to override  -->
2986
        <!-- configuraction in maven-release-plugin -->
2987
        <svn.tags.folder>https://devel.gvsig.org/svn/gvsig-desktop/tags/</svn.tags.folder>
2988

    
2989
        <!-- Package info property values -->
2990
        <gvsig.version>2.6.0</gvsig.version>
2991
        <gvsig.package.info.codealias />
2992
        <gvsig.package.info.code>${project.artifactId}</gvsig.package.info.code>
2993
        <gvsig.package.info.name>${project.name}</gvsig.package.info.name>
2994
        <gvsig.package.info.description>${project.description}</gvsig.package.info.description>
2995
        <gvsig.package.info.version>${project.version}</gvsig.package.info.version>
2996
        <gvsig.package.info.state>testing</gvsig.package.info.state>
2997
        <gvsig.package.info.official>false</gvsig.package.info.official>
2998
        <gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
2999
        <gvsig.package.info.architecture>all</gvsig.package.info.architecture>
3000
        <gvsig.package.info.javaVM>j1_7</gvsig.package.info.javaVM>
3001
        <gvsig.package.info.gvSIGVersion>${gvsig.version}</gvsig.package.info.gvSIGVersion>
3002
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0</gvsig.package.info.dependencies>
3003
        <gvsig.package.info.owner>gvSIG Association</gvsig.package.info.owner>
3004
        <gvsig.package.info.sourcesURL>${project.scm.connection}</gvsig.package.info.sourcesURL>
3005
        <gvsig.package.info.webURL>http://www.gvsig.com</gvsig.package.info.webURL>
3006
        <gvsig.package.info.categories />
3007
        <gvsig.package.info.poolURL>http://downloads.gvsig.org/download/gvsig-desktop/pool</gvsig.package.info.poolURL>
3008

    
3009
        <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
3010
        <gvsig.install.plugin>true</gvsig.install.plugin>
3011
        <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
3012
        <gvsig.install.plugin.package>true</gvsig.install.plugin.package>
3013

    
3014
        <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
3015

    
3016
        <!-- artifactID implementations libraries for use in runtime and test dependencies -->
3017
        <org.gvsig.about.impl>org.gvsig.about.impl</org.gvsig.about.impl>
3018
        <org.gvsig.annotation.lib.impl>org.gvsig.annotation.lib.impl</org.gvsig.annotation.lib.impl>
3019
        <org.gvsig.annotation.swing.impl>org.gvsig.annotation.swing.impl</org.gvsig.annotation.swing.impl>
3020
        <org.gvsig.compat.impl>org.gvsig.compat.se</org.gvsig.compat.impl>
3021
        <org.gvsig.exportto.lib.impl>org.gvsig.exportto.lib.impl</org.gvsig.exportto.lib.impl>
3022
        <org.gvsig.exportto.swing.impl>org.gvsig.exportto.swing.impl</org.gvsig.exportto.swing.impl>
3023
        <org.gvsig.fmap.dal.impl>org.gvsig.fmap.dal.impl</org.gvsig.fmap.dal.impl>
3024
        <org.gvsig.fmap.dal.swing.impl>org.gvsig.fmap.dal.swing.impl</org.gvsig.fmap.dal.swing.impl>
3025
        <org.gvsig.fmap.geometry.impl>org.gvsig.fmap.geometry.jts</org.gvsig.fmap.geometry.impl>
3026
        <org.gvsig.fmap.geometry.operation.impl>org.gvsig.fmap.geometry.operation.jts</org.gvsig.fmap.geometry.operation.impl>
3027
        <org.gvsig.fmap.mapcontext.impl>org.gvsig.fmap.mapcontext.impl</org.gvsig.fmap.mapcontext.impl>
3028
        <org.gvsig.fmap.mapcontext.operation.impl>org.gvsig.fmap.mapcontext.operation</org.gvsig.fmap.mapcontext.operation.impl>
3029
        <org.gvsig.installer.lib.impl>org.gvsig.installer.lib.impl</org.gvsig.installer.lib.impl>
3030
        <org.gvsig.installer.swing.impl>org.gvsig.installer.swing.impl</org.gvsig.installer.swing.impl>
3031
        <org.gvsig.metadata.lib.basic.impl>org.gvsig.metadata.lib.basic.impl</org.gvsig.metadata.lib.basic.impl>
3032
        <org.gvsig.metadata.swing.basic.impl>org.gvsig.metadata.swing.basic.impl</org.gvsig.metadata.swing.basic.impl>
3033
        <org.gvsig.newlayer.lib.impl>org.gvsig.newlayer.lib.impl</org.gvsig.newlayer.lib.impl>
3034
        <org.gvsig.personaldb.lib.impl>org.gvsig.personaldb.lib.impl</org.gvsig.personaldb.lib.impl>
3035
        <org.gvsig.projection.impl>org.gvsig.projection.cresques.impl</org.gvsig.projection.impl>
3036
        <!--
3037
        <org.gvsig.projection.impl>org.gvsig.projection.jcrs</org.gvsig.projection.impl>
3038
        -->
3039
        <org.gvsig.proj.lib.impl>org.gvsig.proj.lib.proj4j</org.gvsig.proj.lib.impl>
3040
        <org.gvsig.proj.swing.impl>org.gvsig.proj.swing.impl</org.gvsig.proj.swing.impl>
3041
        <org.gvsig.symbology.lib.impl>org.gvsig.symbology.lib.impl</org.gvsig.symbology.lib.impl>
3042
        <org.gvsig.symbology.swing.impl>org.gvsig.symbology.swing.impl</org.gvsig.symbology.swing.impl>
3043
        <org.gvsig.timesupport.lib.impl>org.gvsig.timesupport.lib.impl</org.gvsig.timesupport.lib.impl>
3044
        <org.gvsig.timesupport.swing.impl>org.gvsig.timesupport.swing.impl</org.gvsig.timesupport.swing.impl>
3045
        <org.gvsig.tools.dynform.impl>org.gvsig.tools.dynform.impl</org.gvsig.tools.dynform.impl>
3046
        <org.gvsig.tools.dynform.services>org.gvsig.tools.dynform.services</org.gvsig.tools.dynform.services>
3047
        <org.gvsig.tools.swing.impl>org.gvsig.tools.swing.impl</org.gvsig.tools.swing.impl>
3048
        <org.gvsig.h2spatial.provider>org.gvsig.h2spatial.h2gis132.provider</org.gvsig.h2spatial.provider>
3049

    
3050
        <jython.artifactId>jython-standalone</jython.artifactId>
3051
        <tika.version>2.8.0</tika.version>
3052
        <tika.groupid>org.apache.tika</tika.groupid>
3053
        <!-- External project versions -->
3054
        <gvsig.tools.version>3.0.366</gvsig.tools.version>
3055
        <gvsig.proj.version>1.0.31</gvsig.proj.version>
3056
        <gvsig.projection.api.version>2.0.56</gvsig.projection.api.version>
3057
    </properties>
3058

    
3059
    <modules>
3060
        <module>org.gvsig.desktop.compat.cdc</module>
3061
        <module>org.gvsig.desktop.library</module>
3062
        <module>org.gvsig.desktop.framework</module>
3063
        <module>org.gvsig.desktop.plugin</module>
3064

    
3065
        <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
3066
        <!-- NOTE: Project  org.gvsig.desktop.buildtools must not be a sub module of this. -->
3067

    
3068
    </modules>
3069
</project>
3070