Statistics
| Revision:

svn-gvsig-desktop / tags / org.gvsig.desktop-2.0.47 / pom.xml @ 44029

History | View | Annotate | Download (112 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="UTF-8"?>
2 40512 jjdelcerro
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 40435 jjdelcerro
4
    <modelVersion>4.0.0</modelVersion>
5
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.desktop</artifactId>
7
    <packaging>pom</packaging>
8 40649 jjdelcerro
9 41579 jjdelcerro
    <version>2.0.47</version>
10 40435 jjdelcerro
11
    <name>${project.artifactId}</name>
12
    <description>
13 41419 jjdelcerro
        This is part of the sources of "gSIG desktop" application.
14 40581 jjdelcerro
15 41419 jjdelcerro
        gvSIG is a Geographic Information System (GIS), that is, a desktop application
16
        designed for capturing, storing, handling, analyzing and deploying any kind of
17
        referenced geographic information in order to solve complex management and planning
18
        problems. gvSIG is known for having a user-friendly interface, being able to access
19
        the most common formats, both vector and raster ones. It features a wide range of
20
        tools for working with geographic-like information (query tools, layout creation,
21
        geoprocessing, networks, etc.), which turns gvSIG into the ideal tool for users
22
        working in the land realm.
23 40435 jjdelcerro
    </description>
24
25 40472 jjdelcerro
    <licenses>
26
        <license>
27
            <name>GPLv3</name>
28
            <url>http://www.gnu.org/licenses/gpl.html</url>
29
            <distribution>repo</distribution>
30
            <comments>
31 41419 jjdelcerro
                "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 40472 jjdelcerro
        </license>
37
    </licenses>
38 40435 jjdelcerro
39 40480 jjdelcerro
    <organization>
40
        <name>gvSIG Association</name>
41
        <url>http://www.gvsig.com/</url>
42
    </organization>
43 40435 jjdelcerro
44 40480 jjdelcerro
    <scm>
45 41579 jjdelcerro
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/org.gvsig.desktop-2.0.47</connection>
46
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/org.gvsig.desktop-2.0.47</developerConnection>
47
        <url>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/org.gvsig.desktop-2.0.47</url>
48 40480 jjdelcerro
    </scm>
49
50
    <repositories>
51 41419 jjdelcerro
        <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 40480 jjdelcerro
    </repositories>
67
68 40435 jjdelcerro
    <distributionManagement>
69 41419 jjdelcerro
        <site>
70
            <id>gvsig-repository</id>
71
            <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
72
        </site>
73
        <repository>
74
            <id>gvsig-repository</id>
75
            <name>gvSIG maven repository</name>
76
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
77
            <uniqueVersion>false</uniqueVersion>
78
        </repository>
79
        <snapshotRepository>
80
            <id>gvsig-repository</id>
81
            <name>gvSIG maven repository</name>
82
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
83
            <uniqueVersion>false</uniqueVersion>
84
        </snapshotRepository>
85 40435 jjdelcerro
    </distributionManagement>
86 40480 jjdelcerro
87
    <issueManagement>
88 41419 jjdelcerro
        <system>redmine</system>
89
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
90 40480 jjdelcerro
    </issueManagement>
91 40435 jjdelcerro
92
    <mailingLists>
93 41419 jjdelcerro
        <mailingList>
94
            <name>User List</name>
95
            <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</subscribe>
96
            <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</unsubscribe>
97
            <post>gvsig_usuarios@listserv.gva.es</post>
98
            <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
99
            <otherArchives>
100
                <otherArchive>http://www.mail-archive.com/gvsig_usuarios@runas.cap.gva.es</otherArchive>
101
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
102
            </otherArchives>
103
        </mailingList>
104
        <mailingList>
105
            <name>Developer List</name>
106
            <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</subscribe>
107
            <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</unsubscribe>
108
            <post>gvsig_desarrolladores@listserv.gva.es</post>
109
            <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
110
            <otherArchives>
111
                <otherArchive>http://www.mail-archive.com/gvsig_desarrolladores@runas.cap.gva.es</otherArchive>
112
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
113
            </otherArchives>
114
        </mailingList>
115
        <mailingList>
116
            <name>International List</name>
117
            <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</subscribe>
118
            <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</unsubscribe>
119
            <post>gvsig_internacional@listserv.gva.es</post>
120
            <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
121
            <otherArchives>
122
                <otherArchive>http://www.mail-archive.com/gvsig_internacional@runas.cap.gva.es</otherArchive>
123
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
124
            </otherArchives>
125
        </mailingList>
126 40435 jjdelcerro
    </mailingLists>
127
128
    <dependencyManagement>
129
        <dependencies>
130
131
            <!-- Non gvSIG projects -->
132
            <!-- NOTE: the list of dependencies is ordered alphabetically -->
133
            <!-- by the artifactId. Please, if new dependencies are added, -->
134
            <!--keep the order.-->
135
136
            <dependency>
137
                <groupId>org.n52</groupId>
138
                <artifactId>52n-wps-config</artifactId>
139
                <version>1.0.1</version>
140
            </dependency>
141
            <dependency>
142
                <groupId>net.opengis</groupId>
143
                <artifactId>52n-wps-xml</artifactId>
144
                <version>1.0.0</version>
145
            </dependency>
146
            <dependency>
147
                <groupId>org.jzkit</groupId>
148
                <artifactId>a2j-runtime</artifactId>
149
                <version>2.0.9</version>
150
            </dependency>
151
            <dependency>
152
                <groupId>org.jzkit</groupId>
153
                <artifactId>a2j</artifactId>
154
                <version>2.0.9</version>
155
            </dependency>
156
            <dependency>
157
                <groupId>net.swing</groupId>
158
                <artifactId>amic-util</artifactId>
159
                <version>unknown</version>
160
            </dependency>
161
            <dependency>
162
                <groupId>org.apache.ant</groupId>
163
                <artifactId>ant</artifactId>
164
                <version>1.8.1</version>
165
            </dependency>
166
            <dependency>
167
                <groupId>org.apache.ant</groupId>
168
                <artifactId>ant-apache-oro</artifactId>
169
                <version>1.8.1</version>
170
            </dependency>
171
            <dependency>
172
                <groupId>ant-contrib</groupId>
173
                <artifactId>ant-contrib</artifactId>
174
                <version>1.0b3</version>
175
                <exclusions>
176
                    <exclusion>
177
                        <groupId>ant</groupId>
178
                        <artifactId>ant</artifactId>
179
                    </exclusion>
180
                </exclusions>
181
            </dependency>
182
            <dependency>
183
                <groupId>org.apache.ant</groupId>
184
                <artifactId>ant-launcher</artifactId>
185
                <version>1.8.1</version>
186
            </dependency>
187
            <dependency>
188
                <groupId>org.apache.ant</groupId>
189
                <artifactId>ant-nodeps</artifactId>
190
                <version>1.8.1</version>
191
            </dependency>
192
            <dependency>
193
                <groupId>org.tigris.antelope</groupId>
194
                <artifactId>antelopetasks</artifactId>
195
                <version>3.2.10</version>
196
            </dependency>
197
            <dependency>
198
                <groupId>com.sardak</groupId>
199
                <artifactId>antform</artifactId>
200
                <version>2.0</version>
201
            </dependency>
202
            <dependency>
203
                <groupId>org.apache.xmlgraphics</groupId>
204
                <artifactId>batik-awt-util</artifactId>
205
                <version>1.7</version>
206
            </dependency>
207
            <dependency>
208
                <groupId>org.apache.xmlgraphics</groupId>
209
                <artifactId>batik-bridge</artifactId>
210
                <version>1.7</version>
211
            </dependency>
212
            <dependency>
213
                <groupId>org.apache.xmlgraphics</groupId>
214 40622 jjdelcerro
                <artifactId>batik-ext</artifactId>
215
                <version>1.7</version>
216
            </dependency>
217
            <dependency>
218
                <groupId>org.apache.xmlgraphics</groupId>
219 40435 jjdelcerro
                <artifactId>batik-gui-util</artifactId>
220
                <version>1.7</version>
221
            </dependency>
222
            <dependency>
223
                <groupId>org.apache.xmlgraphics</groupId>
224
                <artifactId>batik-gvt</artifactId>
225
                <version>1.7</version>
226
            </dependency>
227
            <dependency>
228
                <groupId>org.apache.xmlgraphics</groupId>
229
                <artifactId>batik-script</artifactId>
230
                <version>1.7</version>
231
            </dependency>
232
            <dependency>
233
                <groupId>org.apache.xmlgraphics</groupId>
234
                <artifactId>batik-xml</artifactId>
235
                <version>1.7</version>
236
            </dependency>
237
            <dependency>
238 40554 jjdelcerro
                <groupId>org.apache.xmlgraphics</groupId>
239
                <artifactId>batik-anim</artifactId>
240
                <version>1.7</version>
241
            </dependency>
242
            <dependency>
243
                <groupId>org.apache.xmlgraphics</groupId>
244
                <artifactId>batik-css</artifactId>
245
                <version>1.7</version>
246
            </dependency>
247
            <dependency>
248
                <groupId>org.apache.xmlgraphics</groupId>
249
                <artifactId>batik-dom</artifactId>
250
                <version>1.7</version>
251
            </dependency>
252
            <dependency>
253
                <groupId>org.apache.xmlgraphics</groupId>
254
                <artifactId>batik-js</artifactId>
255
                <version>1.7</version>
256
            </dependency>
257
            <dependency>
258
                <groupId>org.apache.xmlgraphics</groupId>
259
                <artifactId>batik-parser</artifactId>
260
                <version>1.7</version>
261
            </dependency>
262
            <dependency>
263
                <groupId>org.apache.xmlgraphics</groupId>
264
                <artifactId>batik-svg-dom</artifactId>
265
                <version>1.7</version>
266
            </dependency>
267
            <dependency>
268 40435 jjdelcerro
                <groupId>bsf</groupId>
269
                <artifactId>bsf</artifactId>
270
                <version>2.3.0-rc1</version>
271
            </dependency>
272
            <dependency>
273
                <groupId>org.apache.bsf</groupId>
274
                <artifactId>bsf-api</artifactId>
275
                <version>3.1</version>
276
            </dependency>
277
            <dependency>
278
                <groupId>org.apache.bsf</groupId>
279
                <artifactId>bsf-utils</artifactId>
280
                <version>3.1</version>
281
            </dependency>
282
            <dependency>
283
                <groupId>bsh</groupId>
284
                <artifactId>bsh</artifactId>
285
                <version>2.0b4</version>
286
            </dependency>
287
            <dependency>
288
                <groupId>castor</groupId>
289
                <artifactId>castor</artifactId>
290
                <version>0.9.5.3</version>
291
            </dependency>
292 41311 jjdelcerro
293 40435 jjdelcerro
            <dependency>
294
                <groupId>commons-beanutils</groupId>
295
                <artifactId>commons-beanutils</artifactId>
296
                <version>1.6</version>
297
            </dependency>
298
            <dependency>
299
                <groupId>commons-dbcp</groupId>
300
                <artifactId>commons-dbcp</artifactId>
301
                <version>1.2.2</version>
302
            </dependency>
303
            <dependency>
304 41419 jjdelcerro
                <groupId>commons-codec</groupId>
305
                <artifactId>commons-codec</artifactId>
306
                <version>1.6</version>
307 40435 jjdelcerro
            </dependency>
308
            <dependency>
309
                <groupId>commons-collections</groupId>
310
                <artifactId>commons-collections</artifactId>
311
                <version>3.2.1</version>
312
            </dependency>
313 41419 jjdelcerro
            <dependency>
314
                <groupId>org.apache.solr</groupId>
315
                <artifactId>solr-commons-csv</artifactId>
316
                <version>3.5.0</version>
317 41311 jjdelcerro
            </dependency>
318 40435 jjdelcerro
            <dependency>
319
                <groupId>commons-httpclient</groupId>
320
                <artifactId>commons-httpclient</artifactId>
321
                <version>2.0.2</version>
322
            </dependency>
323
            <dependency>
324 41419 jjdelcerro
                <groupId>commons-cli</groupId>
325
                <artifactId>commons-cli</artifactId>
326
                <version>1.2</version>
327 40435 jjdelcerro
            </dependency>
328
            <dependency>
329
                <groupId>commons-io</groupId>
330
                <artifactId>commons-io</artifactId>
331
                <version>2.4</version>
332
            </dependency>
333
            <dependency>
334 41311 jjdelcerro
                <groupId>org.apache.commons</groupId>
335
                <artifactId>commons-lang3</artifactId>
336
                <version>3.1</version>
337
            </dependency>
338 41012 jjdelcerro
            <dependency>
339 41311 jjdelcerro
                <groupId>commons-configuration</groupId>
340
                <artifactId>commons-configuration</artifactId>
341
                <version>1.10</version>
342
            </dependency>
343
            <dependency>
344 40435 jjdelcerro
                <groupId>commons-logging</groupId>
345
                <artifactId>commons-logging</artifactId>
346
                <version>1.1.1</version>
347
            </dependency>
348
            <dependency>
349
                <groupId>commons-logging</groupId>
350
                <artifactId>commons-logging</artifactId>
351
                <version>1.1.1</version>
352
                <classifier>api</classifier>
353
            </dependency>
354
            <dependency>
355 41419 jjdelcerro
                <groupId>commons-pool</groupId>
356
                <artifactId>commons-pool</artifactId>
357
                <version>1.6</version>
358 40581 jjdelcerro
            </dependency>
359 41311 jjdelcerro
360 40581 jjdelcerro
            <dependency>
361 40435 jjdelcerro
                <groupId>org.dspace</groupId>
362
                <artifactId>cql-java</artifactId>
363
                <version>1.0</version>
364
            </dependency>
365
            <dependency>
366 41419 jjdelcerro
                <groupId>easymock</groupId>
367
                <artifactId>easymock</artifactId>
368
                <version>1.2_Java1.3</version>
369 40435 jjdelcerro
            </dependency>
370
            <dependency>
371 41419 jjdelcerro
                <groupId>easymock</groupId>
372
                <artifactId>easymockclassextension</artifactId>
373
                <version>1.2</version>
374 40435 jjdelcerro
            </dependency>
375
            <dependency>
376
                <groupId>flanagan</groupId>
377
                <artifactId>flanagan</artifactId>
378
                <version>20090616</version>
379
            </dependency>
380
            <dependency>
381
                <groupId>net.sf</groupId>
382
                <artifactId>flib-jcalendar</artifactId>
383
                <version>unknown</version>
384
            </dependency>
385
            <dependency>
386
                <groupId>org.opengis</groupId>
387
                <artifactId>geoapi</artifactId>
388
                <version>2.0</version>
389
            </dependency>
390
            <dependency>
391
                <groupId>geojava</groupId>
392
                <artifactId>geojava</artifactId>
393
                <version>unknown</version>
394
            </dependency>
395
            <dependency>
396
                <groupId>org.geonames</groupId>
397
                <artifactId>geonames</artifactId>
398
                <version>1.0</version>
399
                <classifier>java5</classifier>
400
            </dependency>
401
            <dependency>
402
                <groupId>org.codehaus.groovy</groupId>
403
                <artifactId>groovy-all</artifactId>
404
                <version>1.7.6</version>
405
            </dependency>
406 41419 jjdelcerro
            <dependency>
407 40435 jjdelcerro
                <groupId>org.geotools</groupId>
408
                <artifactId>gt2-legacy</artifactId>
409
                <version>2.2-RC2</version>
410
            </dependency>
411
            <dependency>
412
                <groupId>org.geotools</groupId>
413
                <artifactId>gt2-main</artifactId>
414
                <version>2.2.2</version>
415
            </dependency>
416
            <dependency>
417
                <groupId>org.geotools</groupId>
418
                <artifactId>gt2-referencing</artifactId>
419
                <version>2.2-RC2</version>
420
            </dependency>
421
            <dependency>
422
                <groupId>hsqldb</groupId>
423
                <artifactId>hsqldb</artifactId>
424
                <version>1.8.0.10</version>
425
            </dependency>
426
            <dependency>
427
                <groupId>com.h2database</groupId>
428
                <artifactId>h2</artifactId>
429
                <version>1.3.150</version>
430
            </dependency>
431
            <dependency>
432
                <groupId>org.ini4j</groupId>
433
                <artifactId>ini4j</artifactId>
434
                <version>0.5.1</version>
435
            </dependency>
436
            <dependency>
437
                <groupId>com.lowagie</groupId>
438
                <artifactId>itext</artifactId>
439
                <version>2.1.4</version>
440
            </dependency>
441
            <dependency>
442
                <groupId>javax.media</groupId>
443
                <artifactId>jai_core</artifactId>
444
                <version>1.1.3</version>
445
            </dependency>
446
            <dependency>
447
                <groupId>javax.media</groupId>
448
                <artifactId>jai_codec</artifactId>
449
                <version>1.1.3</version>
450
            </dependency>
451
            <dependency>
452
                <groupId>gov.nist.math</groupId>
453
                <artifactId>jama</artifactId>
454
                <version>unknown</version>
455
            </dependency>
456
            <dependency>
457
                <groupId>javax.help</groupId>
458
                <artifactId>javahelp</artifactId>
459
                <version>2.0.05</version>
460
            </dependency>
461
            <dependency>
462
                <groupId>com.toedter</groupId>
463
                <artifactId>jcalendar</artifactId>
464
                <version>1.1.4</version>
465
            </dependency>
466
            <dependency>
467
                <groupId>jfree</groupId>
468
                <artifactId>jcommon</artifactId>
469
                <version>1.0.12</version>
470
            </dependency>
471
            <dependency>
472
                <groupId>jdom</groupId>
473
                <artifactId>jdom</artifactId>
474
                <version>1.0</version>
475
            </dependency>
476
            <dependency>
477
                <groupId>org.nfunk</groupId>
478
                <artifactId>jep</artifactId>
479
                <version>2.4.0</version>
480
            </dependency>
481
            <dependency>
482
                <groupId>jfree</groupId>
483
                <artifactId>jfreechart</artifactId>
484
                <version>1.0.7</version>
485
            </dependency>
486
            <dependency>
487
                <groupId>org.jfree</groupId>
488
                <artifactId>jfreechart</artifactId>
489
                <version>1.0.14</version>
490
            </dependency>
491
            <dependency>
492
                <groupId>org.jgraf</groupId>
493
                <artifactId>jgraf</artifactId>
494
                <version>0.0.1</version>
495
            </dependency>
496
            <dependency>
497
                <groupId>net.sf</groupId>
498
                <artifactId>jgraph</artifactId>
499
                <version>5.10.1.5</version>
500
            </dependency>
501
            <dependency>
502
                <groupId>net.sf</groupId>
503
                <artifactId>jgridshiftapi</artifactId>
504
                <version>1.0</version>
505
            </dependency>
506
            <dependency>
507
                <groupId>com.sun</groupId>
508
                <artifactId>jimi</artifactId>
509
                <version>1.1</version>
510
            </dependency>
511
            <dependency>
512 41012 jjdelcerro
                <groupId>joda-time</groupId>
513
                <artifactId>joda-time</artifactId>
514
                <version>1.6</version>
515
            </dependency>
516
            <dependency>
517 40435 jjdelcerro
                <groupId>org.jpedal</groupId>
518
                <artifactId>jpedal_lgpl</artifactId>
519
                <version>4.37b36</version>
520
            </dependency>
521
            <dependency>
522
                <groupId>org.jruby</groupId>
523
                <artifactId>jruby</artifactId>
524
                <version>1.5.6</version>
525
            </dependency>
526
            <dependency>
527
                <groupId>rhino</groupId>
528
                <artifactId>js</artifactId>
529 40508 jjdelcerro
                <!-- This is the version already included in Java 1.6 -->
530 40435 jjdelcerro
                <version>1.6R2</version>
531
            </dependency>
532
            <dependency>
533
                <groupId>net.sf</groupId>
534
                <artifactId>jsi</artifactId>
535
                <version>unknown</version>
536
            </dependency>
537
            <dependency>
538
                <groupId>javax.units</groupId>
539
                <artifactId>jsr108</artifactId>
540
                <version>0.01</version>
541
            </dependency>
542
            <dependency>
543
                <groupId>com.vividsolutions</groupId>
544
                <artifactId>jts</artifactId>
545 40480 jjdelcerro
                <version>1.13</version>
546 40435 jjdelcerro
            </dependency>
547
            <dependency>
548
                <groupId>junit</groupId>
549
                <artifactId>junit</artifactId>
550
                <version>3.8.1</version>
551
            </dependency>
552
            <dependency>
553
                <groupId>jwizardcomponent</groupId>
554
                <artifactId>jwizardcomponent</artifactId>
555
                <version>1.2.2</version>
556
            </dependency>
557
            <dependency>
558
                <groupId>jwizardcomponent</groupId>
559
                <artifactId>jwizardcomponent-0i18n</artifactId>
560
                <version>1.2.2.1</version>
561
            </dependency>
562
            <dependency>
563
                <groupId>org.python</groupId>
564
                <artifactId>jython</artifactId>
565
                <version>2.5.2</version>
566
            </dependency>
567
            <dependency>
568
                <groupId>org.jzkit</groupId>
569
                <artifactId>jzkit2-core</artifactId>
570
                <version>2.0.0</version>
571
            </dependency>
572
            <dependency>
573
                <groupId>org.jzkit</groupId>
574
                <artifactId>jzkit2-z3950</artifactId>
575
                <version>2.0.0</version>
576
            </dependency>
577
            <dependency>
578
                <groupId>org.jzkit</groupId>
579
                <artifactId>jzkit2-origin</artifactId>
580
                <version>2.0.0</version>
581
            </dependency>
582
            <dependency>
583
                <groupId>net.sf.kxml</groupId>
584
                <artifactId>kxml2</artifactId>
585
                <version>2.2.2</version>
586
            </dependency>
587
            <dependency>
588
                <groupId>log4j</groupId>
589
                <artifactId>log4j</artifactId>
590
                <version>1.2.14</version>
591
            </dependency>
592
            <dependency>
593 41271 jjdelcerro
                <groupId>com.googlecode.log4jdbc</groupId>
594
                <artifactId>log4jdbc</artifactId>
595
                <version>1.2</version>
596
            </dependency>
597
            <dependency>
598 41419 jjdelcerro
                <groupId>com.jgoodies</groupId>
599
                <artifactId>jgoodies-common</artifactId>
600
                <version>1.4.0</version>
601 41271 jjdelcerro
            </dependency>
602
            <dependency>
603 41419 jjdelcerro
                <groupId>com.jgoodies</groupId>
604
                <artifactId>jgoodies-forms</artifactId>
605
                <version>1.6.0</version>
606 41271 jjdelcerro
            </dependency>
607
            <dependency>
608 41419 jjdelcerro
                <groupId>com.jgoodies</groupId>
609
                <artifactId>looks</artifactId>
610
                <version>2.2.2</version>
611 41271 jjdelcerro
            </dependency>
612
            <dependency>
613 40435 jjdelcerro
                <groupId>com.ostermiller</groupId>
614
                <artifactId>ostermillerutils</artifactId>
615
                <version>1.4.3</version>
616
            </dependency>
617
            <dependency>
618
                <groupId>mysql</groupId>
619
                <artifactId>mysql-connector-java</artifactId>
620
                <version>5.1.6</version>
621
            </dependency>
622
            <dependency>
623 41419 jjdelcerro
                <groupId>postgresql</groupId>
624
                <artifactId>postgresql</artifactId>
625
                <version>9.1-901.jdbc3</version>
626 40435 jjdelcerro
            </dependency>
627
            <dependency>
628
                <groupId>es.unex</groupId>
629
                <artifactId>sextante</artifactId>
630
                <version>0.6.0</version>
631
            </dependency>
632
            <dependency>
633
                <groupId>es.unex</groupId>
634
                <artifactId>sextante_gui</artifactId>
635
                <version>0.6.0</version>
636
            </dependency>
637
            <dependency>
638
                <groupId>es.unex</groupId>
639
                <artifactId>sextante_wps</artifactId>
640
                <version>0.6.0</version>
641
            </dependency>
642
            <dependency>
643
                <groupId>es.unex</groupId>
644
                <artifactId>libMath</artifactId>
645
                <version>0.6.0</version>
646
            </dependency>
647
            <dependency>
648
                <groupId>es.unex</groupId>
649
                <artifactId>libDocEngines</artifactId>
650
                <version>0.6.0</version>
651
            </dependency>
652
            <dependency>
653 41419 jjdelcerro
                <groupId>org.apache.directory.studio</groupId>
654
                <artifactId>org.apache.commons.pool</artifactId>
655
                <version>1.6</version>
656 40581 jjdelcerro
            </dependency>
657
            <dependency>
658 41419 jjdelcerro
                <groupId>org.osgeo</groupId>
659
                <artifactId>proj4j</artifactId>
660
                <version>0.1.0</version>
661 40581 jjdelcerro
            </dependency>
662
            <dependency>
663 40435 jjdelcerro
                <groupId>sil</groupId>
664
                <artifactId>sil</artifactId>
665
                <version>0.43b-am1</version>
666
            </dependency>
667
            <dependency>
668
                <groupId>org.slf4j</groupId>
669
                <artifactId>slf4j-api</artifactId>
670
                <version>1.5.5</version>
671
            </dependency>
672
            <dependency>
673
                <groupId>org.slf4j</groupId>
674
                <artifactId>slf4j-log4j12</artifactId>
675
                <version>1.5.5</version>
676
            </dependency>
677
            <dependency>
678
                <groupId>net.sf.smc</groupId>
679
                <artifactId>smc</artifactId>
680
                <version>4.3</version>
681
            </dependency>
682
            <dependency>
683
                <groupId>soap</groupId>
684
                <artifactId>soap</artifactId>
685
                <version>2.3</version>
686
            </dependency>
687
            <dependency>
688
                <groupId>spatialindex</groupId>
689
                <artifactId>spatialindex</artifactId>
690
                <version>unknown</version>
691
            </dependency>
692
            <dependency>
693
                <groupId>org.springframework</groupId>
694
                <artifactId>spring</artifactId>
695
                <version>1.2.8</version>
696
            </dependency>
697
            <dependency>
698
                <groupId>net.sf</groupId>
699
                <artifactId>sqljep</artifactId>
700 40626 jldominguez
                <version>0.2.1</version>
701 40435 jjdelcerro
            </dependency>
702
            <dependency>
703 41419 jjdelcerro
                <groupId>net.sf.supercsv</groupId>
704
                <artifactId>super-csv</artifactId>
705
                <version>2.1.0</version>
706
            </dependency>
707
            <dependency>
708 40435 jjdelcerro
                <groupId>org.tmatesoft.svnkit</groupId>
709
                <artifactId>svnkit</artifactId>
710
                <version>1.3.3</version>
711
            </dependency>
712
            <dependency>
713
                <groupId>org.tmatesoft.svnkit</groupId>
714
                <artifactId>svnkit-cli</artifactId>
715
                <version>1.3.3</version>
716
            </dependency>
717
            <dependency>
718
                <groupId>tablelayout</groupId>
719
                <artifactId>TableLayout</artifactId>
720
                <version>20050920</version>
721
            </dependency>
722
            <dependency>
723
                <groupId>info.clearthought</groupId>
724
                <artifactId>TableLayout-bin-jdk1.5</artifactId>
725
                <version>2007-04-21</version>
726
            </dependency>
727
            <dependency>
728
                <groupId>net.sourceforge.thinlet</groupId>
729
                <artifactId>thinlet</artifactId>
730
                <version>2005-03-28</version>
731
            </dependency>
732
            <dependency>
733
                <groupId>gnu.trove</groupId>
734
                <artifactId>trove</artifactId>
735
                <version>0.1.8</version>
736
            </dependency>
737
            <dependency>
738
                <groupId>java3d</groupId>
739
                <artifactId>vecmath</artifactId>
740
                <version>1.3.1</version>
741
            </dependency>
742
            <dependency>
743
                <groupId>org.apache</groupId>
744
                <artifactId>xbean</artifactId>
745
                <version>2.2.0</version>
746
            </dependency>
747
            <dependency>
748
                <groupId>xerces</groupId>
749
                <artifactId>xercesImpl</artifactId>
750
                <version>2.5.0</version>
751
            </dependency>
752
            <dependency>
753
                <groupId>xml-apis</groupId>
754
                <artifactId>xml-apis-ext</artifactId>
755
                <version>1.3.04</version>
756
            </dependency>
757
            <dependency>
758
                <groupId>xmlpull</groupId>
759
                <artifactId>xmlpull</artifactId>
760
                <version>1.1.3.1</version>
761
            </dependency>
762
            <dependency>
763
                <groupId>zql</groupId>
764
                <artifactId>zql</artifactId>
765
                <version>unknown</version>
766
            </dependency>
767
768
            <!-- External gvSIG projects -->
769
770
            <dependency>
771 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
772
                <artifactId>org.gvsig.jdk.v1_6</artifactId>
773
                <version>1.0.0</version>
774 40435 jjdelcerro
            </dependency>
775
            <dependency>
776 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
777
                <artifactId>org.gvsig.jdk.v1_4</artifactId>
778
                <version>1.0.0</version>
779 40435 jjdelcerro
            </dependency>
780
            <dependency>
781
                <groupId>org.gvsig</groupId>
782
                <artifactId>org.gvsig.tools.lib</artifactId>
783 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
784 40435 jjdelcerro
            </dependency>
785
            <dependency>
786
                <groupId>org.gvsig</groupId>
787
                <artifactId>org.gvsig.tools.lib</artifactId>
788 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
789 40435 jjdelcerro
                <type>test-jar</type>
790
            </dependency>
791
            <dependency>
792
                <groupId>org.gvsig</groupId>
793
                <artifactId>org.gvsig.tools.swing.api</artifactId>
794 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
795 40435 jjdelcerro
            </dependency>
796
            <dependency>
797
                <groupId>org.gvsig</groupId>
798
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
799 40487 jjdelcerro
                <version>${gvsig.tools.version}</version>
800 40435 jjdelcerro
            </dependency>
801 41564 jjdelcerro
802 40435 jjdelcerro
            <dependency>
803
                <groupId>org.gvsig</groupId>
804 40835 jjdelcerro
                <artifactId>org.gvsig.tools.dynform.api</artifactId>
805
                <version>${gvsig.tools.version}</version>
806
            </dependency>
807
            <dependency>
808
                <groupId>org.gvsig</groupId>
809
                <artifactId>org.gvsig.tools.dynform.spi</artifactId>
810
                <version>${gvsig.tools.version}</version>
811
            </dependency>
812
            <dependency>
813
                <groupId>org.gvsig</groupId>
814
                <artifactId>org.gvsig.tools.dynform.services</artifactId>
815
                <version>${gvsig.tools.version}</version>
816
            </dependency>
817
            <dependency>
818
                <groupId>org.gvsig</groupId>
819
                <artifactId>org.gvsig.tools.dynform.impl</artifactId>
820
                <version>${gvsig.tools.version}</version>
821
            </dependency>
822
823
            <dependency>
824
                <groupId>org.gvsig</groupId>
825 40435 jjdelcerro
                <artifactId>org.gvsig.about.api</artifactId>
826 40513 jjdelcerro
                <version>${gvsig.about.version}</version>
827 40435 jjdelcerro
            </dependency>
828
            <dependency>
829
                <groupId>org.gvsig</groupId>
830
                <artifactId>org.gvsig.about.impl</artifactId>
831 40513 jjdelcerro
                <version>${gvsig.about.version}</version>
832 40435 jjdelcerro
            </dependency>
833
            <dependency>
834
                <groupId>org.gvsig</groupId>
835
                <artifactId>org.gvsig.catalog</artifactId>
836
                <version>2.0</version>
837
            </dependency>
838 41419 jjdelcerro
            <dependency>
839 40435 jjdelcerro
                <groupId>org.gvsig</groupId>
840
                <artifactId>org.gvsig.timesupport.lib.api</artifactId>
841 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
842 40435 jjdelcerro
            </dependency>
843
            <dependency>
844
                <groupId>org.gvsig</groupId>
845
                <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
846 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
847 40435 jjdelcerro
            </dependency>
848
            <dependency>
849
                <groupId>org.gvsig</groupId>
850
                <artifactId>org.gvsig.timesupport.swing.api</artifactId>
851 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
852 40435 jjdelcerro
            </dependency>
853
            <dependency>
854
                <groupId>org.gvsig</groupId>
855
                <artifactId>org.gvsig.timesupport.swing.impl</artifactId>
856 40513 jjdelcerro
                <version>${gvsig.timesupport.version}</version>
857 40435 jjdelcerro
            </dependency>
858
            <dependency>
859 41419 jjdelcerro
                <groupId>org.gvsig.external</groupId>
860
                <artifactId>org.gvsig.external.jump</artifactId>
861
                <version>1.0.0</version>
862 40435 jjdelcerro
            </dependency>
863
            <dependency>
864
                <groupId>org.gvsig</groupId>
865
                <artifactId>org.gvsig.proj.lib.api</artifactId>
866 40501 jjdelcerro
                <version>${gvsig.proj.version}</version>
867 40435 jjdelcerro
            </dependency>
868
            <dependency>
869
                <groupId>org.gvsig</groupId>
870
                <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
871 40501 jjdelcerro
                <version>${gvsig.proj.version}</version>
872 40435 jjdelcerro
            </dependency>
873 40506 jjdelcerro
            <dependency>
874 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
875
                <artifactId>org.gvsig.proj.swing.api</artifactId>
876
                <version>${gvsig.proj.version}</version>
877 40506 jjdelcerro
            </dependency>
878 40581 jjdelcerro
            <dependency>
879 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
880
                <artifactId>org.gvsig.proj.swing.impl</artifactId>
881
                <version>${gvsig.proj.version}</version>
882 40581 jjdelcerro
            </dependency>
883
            <dependency>
884 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
885
                <artifactId>org.gvsig.projection.api</artifactId>
886
                <version>${gvsig.projection.api.version}</version>
887 40581 jjdelcerro
            </dependency>
888 40435 jjdelcerro
889
            <!-- Childs projects -->
890
891
            <dependency>
892
                <groupId>org.gvsig</groupId>
893 40608 jjdelcerro
                <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
894 41579 jjdelcerro
                <version>2.0.47</version>
895 40608 jjdelcerro
            </dependency>
896
            <dependency>
897
                <groupId>org.gvsig</groupId>
898
                <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
899 41579 jjdelcerro
                <version>2.0.47</version>
900 40608 jjdelcerro
            </dependency>
901
            <dependency>
902
                <groupId>org.gvsig</groupId>
903
                <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
904 41579 jjdelcerro
                <version>2.0.47</version>
905 40608 jjdelcerro
            </dependency>
906
            <dependency>
907
                <groupId>org.gvsig</groupId>
908
                <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
909 41579 jjdelcerro
                <version>2.0.47</version>
910 40608 jjdelcerro
            </dependency>
911
            <dependency>
912
                <groupId>org.gvsig</groupId>
913 40501 jjdelcerro
                <artifactId>org.gvsig.projection.cresques.impl</artifactId>
914 41579 jjdelcerro
                <version>2.0.47</version>
915 40501 jjdelcerro
            </dependency>
916
            <dependency>
917
                <groupId>org.gvsig</groupId>
918
                <artifactId>org.gvsig.projection.cresques.ui</artifactId>
919 41579 jjdelcerro
                <version>2.0.47</version>
920 40501 jjdelcerro
            </dependency>
921
            <dependency>
922
                <groupId>org.gvsig</groupId>
923 40435 jjdelcerro
                <artifactId>org.gvsig.andami</artifactId>
924 41579 jjdelcerro
                <version>2.0.47</version>
925 40435 jjdelcerro
            </dependency>
926
            <dependency>
927
                <groupId>org.gvsig</groupId>
928
                <artifactId>org.gvsig.app</artifactId>
929 41579 jjdelcerro
                <version>2.0.47</version>
930 40435 jjdelcerro
            </dependency>
931
            <dependency>
932
                <groupId>org.gvsig</groupId>
933
                <artifactId>org.gvsig.ui</artifactId>
934 41579 jjdelcerro
                <version>2.0.47</version>
935 40435 jjdelcerro
            </dependency>
936
            <dependency>
937
                <groupId>org.gvsig</groupId>
938
                <artifactId>org.gvsig.fmap.control</artifactId>
939 41579 jjdelcerro
                <version>2.0.47</version>
940 40435 jjdelcerro
            </dependency>
941
            <dependency>
942
                <groupId>org.gvsig</groupId>
943
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
944 41579 jjdelcerro
                <version>2.0.47</version>
945 40435 jjdelcerro
            </dependency>
946
            <dependency>
947
                <groupId>org.gvsig</groupId>
948
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
949 41579 jjdelcerro
                <version>2.0.47</version>
950 40435 jjdelcerro
            </dependency>
951
            <dependency>
952
                <groupId>org.gvsig</groupId>
953
                <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
954 41579 jjdelcerro
                <version>2.0.47</version>
955 40435 jjdelcerro
            </dependency>
956
            <dependency>
957
                <groupId>org.gvsig</groupId>
958
                <artifactId>org.gvsig.fmap.dal.api</artifactId>
959 41579 jjdelcerro
                <version>2.0.47</version>
960 40435 jjdelcerro
            </dependency>
961
            <dependency>
962
                <groupId>org.gvsig</groupId>
963
                <artifactId>org.gvsig.fmap.dal.spi</artifactId>
964 41579 jjdelcerro
                <version>2.0.47</version>
965 40435 jjdelcerro
            </dependency>
966
            <dependency>
967
                <groupId>org.gvsig</groupId>
968
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
969 41579 jjdelcerro
                <version>2.0.47</version>
970 40435 jjdelcerro
            </dependency>
971
            <dependency>
972
                <groupId>org.gvsig</groupId>
973
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
974 41579 jjdelcerro
                <version>2.0.47</version>
975 40435 jjdelcerro
                <type>test-jar</type>
976
                <scope>test</scope>
977
            </dependency>
978
            <dependency>
979
                <groupId>org.gvsig</groupId>
980
                <artifactId>org.gvsig.fmap.dal.db.lib</artifactId>
981 41579 jjdelcerro
                <version>2.0.47</version>
982 40435 jjdelcerro
            </dependency>
983
            <dependency>
984
                <groupId>org.gvsig</groupId>
985
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
986 41579 jjdelcerro
                <version>2.0.47</version>
987 40435 jjdelcerro
            </dependency>
988
            <dependency>
989
                <groupId>org.gvsig</groupId>
990
                <artifactId>org.gvsig.fmap.dal.db.h2</artifactId>
991 41579 jjdelcerro
                <version>2.0.47</version>
992 40435 jjdelcerro
            </dependency>
993 40513 jjdelcerro
994 40435 jjdelcerro
            <dependency>
995
                <groupId>org.gvsig</groupId>
996 40513 jjdelcerro
                <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
997 41579 jjdelcerro
                <version>2.0.47</version>
998 40435 jjdelcerro
            </dependency>
999
            <dependency>
1000
                <groupId>org.gvsig</groupId>
1001
                <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
1002 41579 jjdelcerro
                <version>2.0.47</version>
1003 40435 jjdelcerro
            </dependency>
1004
            <dependency>
1005
                <groupId>org.gvsig</groupId>
1006 41012 jjdelcerro
                <artifactId>org.gvsig.fmap.dal.file.csv</artifactId>
1007 41579 jjdelcerro
                <version>2.0.47</version>
1008 41012 jjdelcerro
            </dependency>
1009
            <dependency>
1010
                <groupId>org.gvsig</groupId>
1011 40435 jjdelcerro
                <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
1012 41579 jjdelcerro
                <version>2.0.47</version>
1013 40435 jjdelcerro
            </dependency>
1014
            <dependency>
1015 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1016
                <artifactId>org.gvsig.newlayer.lib.api</artifactId>
1017 41579 jjdelcerro
                <version>2.0.47</version>
1018 40435 jjdelcerro
            </dependency>
1019
            <dependency>
1020 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1021
                <artifactId>org.gvsig.newlayer.lib.api</artifactId>
1022 41579 jjdelcerro
                <version>2.0.47</version>
1023 41419 jjdelcerro
                <type>test-jar</type>
1024 40435 jjdelcerro
            </dependency>
1025
            <dependency>
1026 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1027
                <artifactId>org.gvsig.newlayer.lib.impl</artifactId>
1028 41579 jjdelcerro
                <version>2.0.47</version>
1029 40435 jjdelcerro
            </dependency>
1030
            <dependency>
1031
                <groupId>org.gvsig</groupId>
1032
                <artifactId>org.gvsig.newlayer.prov.generic</artifactId>
1033 41546 jjdelcerro
                <version>2.0.46-SNAPSHOT</version>
1034 40435 jjdelcerro
            </dependency>
1035
            <dependency>
1036
                <groupId>org.gvsig</groupId>
1037
                <artifactId>org.gvsig.newlayer.prov.file</artifactId>
1038 41579 jjdelcerro
                <version>2.0.47</version>
1039 40435 jjdelcerro
            </dependency>
1040
            <dependency>
1041
                <groupId>org.gvsig</groupId>
1042
                <artifactId>org.gvsig.newlayer.prov.shape</artifactId>
1043 41579 jjdelcerro
                <version>2.0.47</version>
1044 40435 jjdelcerro
            </dependency>
1045
            <dependency>
1046
                <groupId>org.gvsig</groupId>
1047
                <artifactId>org.gvsig.symbology.lib.api</artifactId>
1048 41579 jjdelcerro
                <version>2.0.47</version>
1049 40435 jjdelcerro
            </dependency>
1050
            <dependency>
1051
                <groupId>org.gvsig</groupId>
1052
                <artifactId>org.gvsig.symbology.lib.impl</artifactId>
1053 41579 jjdelcerro
                <version>2.0.47</version>
1054 40435 jjdelcerro
            </dependency>
1055
            <dependency>
1056
                <groupId>org.gvsig</groupId>
1057
                <artifactId>org.gvsig.symbology.swing.api</artifactId>
1058 41579 jjdelcerro
                <version>2.0.47</version>
1059 40435 jjdelcerro
            </dependency>
1060
            <dependency>
1061
                <groupId>org.gvsig</groupId>
1062
                <artifactId>org.gvsig.symbology.swing.impl</artifactId>
1063 41579 jjdelcerro
                <version>2.0.47</version>
1064 40435 jjdelcerro
            </dependency>
1065
            <dependency>
1066
                <groupId>org.gvsig</groupId>
1067
                <artifactId>org.gvsig.fmap.geometry.api</artifactId>
1068 41579 jjdelcerro
                <version>2.0.47</version>
1069 40435 jjdelcerro
            </dependency>
1070
            <dependency>
1071
                <groupId>org.gvsig</groupId>
1072
                <artifactId>org.gvsig.fmap.geometry.impl</artifactId>
1073 41579 jjdelcerro
                <version>2.0.47</version>
1074 40435 jjdelcerro
            </dependency>
1075
            <dependency>
1076
                <groupId>org.gvsig</groupId>
1077
                <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
1078 41579 jjdelcerro
                <version>2.0.47</version>
1079 40435 jjdelcerro
            </dependency>
1080
            <dependency>
1081
                <groupId>org.gvsig</groupId>
1082
                <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
1083 41579 jjdelcerro
                <version>2.0.47</version>
1084 40435 jjdelcerro
            </dependency>
1085
            <dependency>
1086
                <groupId>org.gvsig</groupId>
1087
                <artifactId>org.gvsig.compat.api</artifactId>
1088 41579 jjdelcerro
                <version>2.0.47</version>
1089 40435 jjdelcerro
            </dependency>
1090
            <dependency>
1091
                <groupId>org.gvsig</groupId>
1092
                <artifactId>org.gvsig.compat.se</artifactId>
1093 41579 jjdelcerro
                <version>2.0.47</version>
1094 40435 jjdelcerro
            </dependency>
1095
            <dependency>
1096
                <groupId>org.gvsig</groupId>
1097
                <artifactId>org.gvsig.remoteclient</artifactId>
1098 41579 jjdelcerro
                <version>2.0.47</version>
1099 40435 jjdelcerro
            </dependency>
1100
            <dependency>
1101
                <groupId>org.gvsig</groupId>
1102
                <artifactId>org.gvsig.i18n</artifactId>
1103 41579 jjdelcerro
                <version>2.0.47</version>
1104 40435 jjdelcerro
            </dependency>
1105
            <dependency>
1106
                <groupId>org.gvsig</groupId>
1107
                <artifactId>org.gvsig.utils</artifactId>
1108 41579 jjdelcerro
                <version>2.0.47</version>
1109 40435 jjdelcerro
            </dependency>
1110
            <dependency>
1111 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1112
                <artifactId>org.gvsig.annotation.lib.api</artifactId>
1113 41579 jjdelcerro
                <version>2.0.47</version>
1114 40435 jjdelcerro
            </dependency>
1115
            <dependency>
1116 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1117
                <artifactId>org.gvsig.annotation.lib.impl</artifactId>
1118 41579 jjdelcerro
                <version>2.0.47</version>
1119 40435 jjdelcerro
            </dependency>
1120
            <dependency>
1121 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1122
                <artifactId>org.gvsig.annotation.swing.api</artifactId>
1123 41579 jjdelcerro
                <version>2.0.47</version>
1124 40435 jjdelcerro
            </dependency>
1125
            <dependency>
1126 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1127
                <artifactId>org.gvsig.annotation.swing.impl</artifactId>
1128 41579 jjdelcerro
                <version>2.0.47</version>
1129 40435 jjdelcerro
            </dependency>
1130
            <dependency>
1131 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1132
                <artifactId>org.gvsig.exportto.lib.api</artifactId>
1133 41579 jjdelcerro
                <version>2.0.47</version>
1134 40435 jjdelcerro
            </dependency>
1135
            <dependency>
1136 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1137
                <artifactId>org.gvsig.exportto.lib.api</artifactId>
1138 41579 jjdelcerro
                <version>2.0.47</version>
1139 41419 jjdelcerro
                <type>test-jar</type>
1140 40435 jjdelcerro
            </dependency>
1141
            <dependency>
1142
                <groupId>org.gvsig</groupId>
1143
                <artifactId>org.gvsig.exportto.lib.impl</artifactId>
1144 41579 jjdelcerro
                <version>2.0.47</version>
1145 40435 jjdelcerro
            </dependency>
1146
            <dependency>
1147
                <groupId>org.gvsig</groupId>
1148
                <artifactId>org.gvsig.exportto.swing.api</artifactId>
1149 41579 jjdelcerro
                <version>2.0.47</version>
1150 40435 jjdelcerro
            </dependency>
1151
            <dependency>
1152
                <groupId>org.gvsig</groupId>
1153
                <artifactId>org.gvsig.exportto.swing.spi</artifactId>
1154 41579 jjdelcerro
                <version>2.0.47</version>
1155 40435 jjdelcerro
            </dependency>
1156
            <dependency>
1157
                <groupId>org.gvsig</groupId>
1158
                <artifactId>org.gvsig.exportto.swing.impl</artifactId>
1159 41579 jjdelcerro
                <version>2.0.47</version>
1160 40435 jjdelcerro
            </dependency>
1161
            <dependency>
1162
                <groupId>org.gvsig</groupId>
1163
                <artifactId>org.gvsig.exportto.swing.prov.generic</artifactId>
1164 41546 jjdelcerro
                <version>2.0.46-SNAPSHOT</version>
1165 40435 jjdelcerro
            </dependency>
1166
            <dependency>
1167
                <groupId>org.gvsig</groupId>
1168
                <artifactId>org.gvsig.exportto.swing.prov.file</artifactId>
1169 41579 jjdelcerro
                <version>2.0.47</version>
1170 40435 jjdelcerro
            </dependency>
1171
            <dependency>
1172
                <groupId>org.gvsig</groupId>
1173
                <artifactId>org.gvsig.exportto.swing.prov.jdbc</artifactId>
1174 41579 jjdelcerro
                <version>2.0.47</version>
1175 40435 jjdelcerro
            </dependency>
1176
            <dependency>
1177
                <groupId>org.gvsig</groupId>
1178
                <artifactId>org.gvsig.exportto.swing.prov.shape</artifactId>
1179 41579 jjdelcerro
                <version>2.0.47</version>
1180 40435 jjdelcerro
            </dependency>
1181
            <dependency>
1182
                <groupId>org.gvsig</groupId>
1183
                <artifactId>org.gvsig.exportto.swing.prov.dxf</artifactId>
1184 41579 jjdelcerro
                <version>2.0.47</version>
1185 40435 jjdelcerro
            </dependency>
1186
            <dependency>
1187
                <groupId>org.gvsig</groupId>
1188
                <artifactId>org.gvsig.exportto.swing.prov.dbf</artifactId>
1189 41579 jjdelcerro
                <version>2.0.47</version>
1190 40435 jjdelcerro
            </dependency>
1191
            <dependency>
1192
                <groupId>org.gvsig</groupId>
1193
                <artifactId>org.gvsig.exportto.swing.prov.postgresql</artifactId>
1194 41579 jjdelcerro
                <version>2.0.47</version>
1195 40435 jjdelcerro
            </dependency>
1196
            <dependency>
1197
                <groupId>org.gvsig</groupId>
1198
                <artifactId>org.gvsig.exportto.swing.prov.mysql</artifactId>
1199 41579 jjdelcerro
                <version>2.0.47</version>
1200 40435 jjdelcerro
            </dependency>
1201
            <dependency>
1202
                <groupId>org.gvsig</groupId>
1203
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1204 41579 jjdelcerro
                <version>2.0.47</version>
1205 40435 jjdelcerro
            </dependency>
1206
            <dependency>
1207
                <groupId>org.gvsig</groupId>
1208
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1209 41579 jjdelcerro
                <version>2.0.47</version>
1210 40435 jjdelcerro
                <type>test-jar</type>
1211
                <scope>test</scope>
1212
            </dependency>
1213
            <dependency>
1214
                <groupId>org.gvsig</groupId>
1215
                <artifactId>org.gvsig.personaldb.lib.impl</artifactId>
1216 41579 jjdelcerro
                <version>2.0.47</version>
1217 40435 jjdelcerro
            </dependency>
1218
            <dependency>
1219 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1220
                <artifactId>org.gvsig.installer.swing.api</artifactId>
1221 41579 jjdelcerro
                <version>2.0.47</version>
1222 40435 jjdelcerro
            </dependency>
1223
            <dependency>
1224
                <groupId>org.gvsig</groupId>
1225
                <artifactId>org.gvsig.installer.swing.impl</artifactId>
1226 41579 jjdelcerro
                <version>2.0.47</version>
1227 40435 jjdelcerro
            </dependency>
1228
            <dependency>
1229 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1230
                <artifactId>org.gvsig.installer.lib.api</artifactId>
1231 41579 jjdelcerro
                <version>2.0.47</version>
1232 40435 jjdelcerro
            </dependency>
1233
            <dependency>
1234 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1235
                <artifactId>org.gvsig.installer.lib.spi</artifactId>
1236 41579 jjdelcerro
                <version>2.0.47</version>
1237 40435 jjdelcerro
            </dependency>
1238
            <dependency>
1239 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1240
                <artifactId>org.gvsig.installer.lib.impl</artifactId>
1241 41579 jjdelcerro
                <version>2.0.47</version>
1242 40435 jjdelcerro
            </dependency>
1243
            <dependency>
1244 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1245
                <artifactId>org.gvsig.installer.prov.plugin</artifactId>
1246 41579 jjdelcerro
                <version>2.0.47</version>
1247 40435 jjdelcerro
            </dependency>
1248
            <dependency>
1249 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1250
                <artifactId>org.gvsig.geodb.app.mainplugin</artifactId>
1251 41579 jjdelcerro
                <version>2.0.47</version>
1252 40435 jjdelcerro
            </dependency>
1253
1254
            <dependency>
1255 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1256
                <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
1257 41579 jjdelcerro
                <version>2.0.47</version>
1258 40435 jjdelcerro
            </dependency>
1259
            <dependency>
1260 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1261
                <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1262 41579 jjdelcerro
                <version>2.0.47</version>
1263 40435 jjdelcerro
            </dependency>
1264
            <dependency>
1265 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1266
                <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1267 41579 jjdelcerro
                <version>2.0.47</version>
1268 41419 jjdelcerro
                <type>test-jar</type>
1269
                <scope>test</scope>
1270 40435 jjdelcerro
            </dependency>
1271 41415 jjdelcerro
            <dependency>
1272 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1273
                <artifactId>org.gvsig.daltransform.app.join</artifactId>
1274 41579 jjdelcerro
                <version>2.0.47</version>
1275 41415 jjdelcerro
            </dependency>
1276
            <dependency>
1277 41419 jjdelcerro
                <groupId>org.gvsig</groupId>
1278
                <artifactId>org.gvsig.daltransform.app.eventtheme</artifactId>
1279 41579 jjdelcerro
                <version>2.0.47</version>
1280 41415 jjdelcerro
            </dependency>
1281 41416 jjdelcerro
1282 41419 jjdelcerro
            <dependency>
1283
                <groupId>org.gvsig</groupId>
1284
                <artifactId>org.gvsig.app.mainplugin</artifactId>
1285 41579 jjdelcerro
                <version>2.0.47</version>
1286 41419 jjdelcerro
                <scope>provided</scope>
1287
            </dependency>
1288
            <dependency>
1289
                <groupId>org.gvsig</groupId>
1290
                <artifactId>org.gvsig.annotation.app.mainplugin</artifactId>
1291 41579 jjdelcerro
                <version>2.0.47</version>
1292 41419 jjdelcerro
                <scope>provided</scope>
1293
            </dependency>
1294
            <dependency>
1295
                <groupId>org.gvsig</groupId>
1296
                <artifactId>org.gvsig.centerviewpoint.app.mainplugin</artifactId>
1297 41579 jjdelcerro
                <version>2.0.47</version>
1298 41419 jjdelcerro
                <scope>provided</scope>
1299
            </dependency>
1300
            <dependency>
1301
                <groupId>org.gvsig</groupId>
1302
                <artifactId>org.gvsig.coreplugin.app.mainplugin</artifactId>
1303 41579 jjdelcerro
                <version>2.0.47</version>
1304 41419 jjdelcerro
                <scope>provided</scope>
1305
            </dependency>
1306
            <dependency>
1307
                <groupId>org.gvsig</groupId>
1308
                <artifactId>org.gvsig.datalocator.app.mainplugin</artifactId>
1309 41579 jjdelcerro
                <version>2.0.47</version>
1310 41419 jjdelcerro
                <scope>provided</scope>
1311
            </dependency>
1312
            <dependency>
1313
                <groupId>org.gvsig</groupId>
1314
                <artifactId>org.gvsig.editing.app.mainplugin</artifactId>
1315 41579 jjdelcerro
                <version>2.0.47</version>
1316 41419 jjdelcerro
                <scope>provided</scope>
1317
            </dependency>
1318
            <dependency>
1319
                <groupId>org.gvsig</groupId>
1320
                <artifactId>org.gvsig.exportto.app.mainplugin</artifactId>
1321 41579 jjdelcerro
                <version>2.0.47</version>
1322 41419 jjdelcerro
                <scope>provided</scope>
1323
            </dependency>
1324
            <dependency>
1325
                <groupId>org.gvsig</groupId>
1326
                <artifactId>org.gvsig.mkmvnproject.app.mainplugin</artifactId>
1327 41579 jjdelcerro
                <version>2.0.47</version>
1328 41419 jjdelcerro
                <scope>provided</scope>
1329
            </dependency>
1330
            <dependency>
1331
                <groupId>org.gvsig</groupId>
1332
                <artifactId>org.gvsig.installer.app.mainplugin</artifactId>
1333 41579 jjdelcerro
                <version>2.0.47</version>
1334 41419 jjdelcerro
                <scope>provided</scope>
1335
            </dependency>
1336
            <!--
1337
                      <dependency>
1338
                        <groupId>org.gvsig</groupId>
1339
                        <artifactId>org.gvsig.symbology.app.mainplugin</artifactId>
1340
                        <version>2.0.10-SNAPSHOT</version>
1341
                        <scope>provided</scope>
1342
                      </dependency>
1343
            -->
1344
            <dependency>
1345
                <groupId>org.gvsig</groupId>
1346
                <artifactId>org.gvsig.i18n.app.mainplugin</artifactId>
1347 41579 jjdelcerro
                <version>2.0.47</version>
1348 41419 jjdelcerro
                <scope>provided</scope>
1349
            </dependency>
1350
            <dependency>
1351
                <groupId>org.gvsig</groupId>
1352
                <artifactId>org.gvsig.selectiontools.app.mainplugin</artifactId>
1353 41579 jjdelcerro
                <version>2.0.47</version>
1354 41419 jjdelcerro
                <scope>provided</scope>
1355
            </dependency>
1356
            <dependency>
1357
                <groupId>org.gvsig</groupId>
1358
                <artifactId>org.gvsig.geometrymeasurement.app.mainplugin</artifactId>
1359 41579 jjdelcerro
                <version>2.0.47</version>
1360 41419 jjdelcerro
                <scope>provided</scope>
1361
            </dependency>
1362
            <dependency>
1363
                <groupId>org.gvsig</groupId>
1364
                <artifactId>org.gvsig.newlayer.app.mainplugin</artifactId>
1365 41579 jjdelcerro
                <version>2.0.47</version>
1366 41419 jjdelcerro
                <scope>provided</scope>
1367
            </dependency>
1368
            <dependency>
1369
                <groupId>org.gvsig</groupId>
1370
                <artifactId>org.gvsig.help.app.mainplugin</artifactId>
1371
                <version>2.0.24-SNAPSHOT</version>
1372
                <scope>provided</scope>
1373
            </dependency>
1374 40581 jjdelcerro
1375 40435 jjdelcerro
        </dependencies>
1376
    </dependencyManagement>
1377
1378
    <dependencies>
1379 41419 jjdelcerro
        <dependency>
1380
            <groupId>junit</groupId>
1381
            <artifactId>junit</artifactId>
1382
            <scope>test</scope>
1383
        </dependency>
1384 40435 jjdelcerro
    </dependencies>
1385
1386
    <build>
1387 41419 jjdelcerro
        <extensions>
1388
            <extension>
1389
                <groupId>org.apache.maven.wagon</groupId>
1390
                <artifactId>wagon-webdav-jackrabbit</artifactId>
1391
                <version>2.4</version>
1392
            </extension>
1393
        </extensions>
1394 40480 jjdelcerro
1395 41419 jjdelcerro
        <pluginManagement>
1396
            <plugins>
1397 40435 jjdelcerro
1398 41419 jjdelcerro
                <plugin>
1399
                    <groupId>org.apache.maven.plugins</groupId>
1400
                    <artifactId>maven-scm-plugin</artifactId>
1401
                    <version>1.9</version>
1402
                    <configuration>
1403
                        <connectionType>connection</connectionType>
1404
                    </configuration>
1405
                </plugin>
1406 41367 jjdelcerro
1407 41419 jjdelcerro
                <plugin>
1408
                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
1409
                    <groupId>org.eclipse.m2e</groupId>
1410
                    <artifactId>lifecycle-mapping</artifactId>
1411
                    <version>1.0.0</version>
1412
                    <configuration>
1413
                        <lifecycleMappingMetadata>
1414
                            <pluginExecutions>
1415
                                <pluginExecution>
1416
                                    <pluginExecutionFilter>
1417
                                        <groupId>org.gvsig</groupId>
1418
                                        <artifactId> org.gvsig.installer.maven </artifactId>
1419
                                        <versionRange> [2.0.10-SNAPSHOT,) </versionRange>
1420
                                        <goals>
1421
                                            <goal>write-info</goal>
1422
                                        </goals>
1423
                                    </pluginExecutionFilter>
1424
                                    <action>
1425
                                        <ignore />
1426
                                    </action>
1427
                                </pluginExecution>
1428
                                <pluginExecution>
1429
                                    <pluginExecutionFilter>
1430
                                        <groupId> org.codehaus.mojo </groupId>
1431
                                        <artifactId> properties-maven-plugin </artifactId>
1432
                                        <versionRange> [1.0-alpha-2,) </versionRange>
1433
                                        <goals>
1434
                                            <goal>
1435
                                                read-project-properties
1436
                                            </goal>
1437
                                        </goals>
1438
                                    </pluginExecutionFilter>
1439
                                    <action>
1440
                                        <ignore />
1441
                                    </action>
1442
                                </pluginExecution>
1443
                                <pluginExecution>
1444
                                    <pluginExecutionFilter>
1445
                                        <groupId>org.codehaus.gmaven</groupId>
1446
                                        <artifactId>gmaven-plugin</artifactId>
1447
                                        <versionRange>[1.4,)</versionRange>
1448
                                        <goals>
1449
                                            <goal>execute</goal>
1450
                                        </goals>
1451
                                    </pluginExecutionFilter>
1452
                                    <action>
1453
                                        <ignore />
1454
                                    </action>
1455
                                </pluginExecution>
1456
                                <pluginExecution>
1457
                                    <pluginExecutionFilter>
1458
                                        <groupId>org.apache.maven.plugins</groupId>
1459
                                        <artifactId>
1460
                                            maven-dependency-plugin
1461
                                        </artifactId>
1462
                                        <versionRange>[2.1,)</versionRange>
1463
                                        <goals>
1464
                                            <goal>unpack</goal>
1465
                                        </goals>
1466
                                    </pluginExecutionFilter>
1467
                                    <action>
1468
                                        <ignore />
1469
                                    </action>
1470
                                </pluginExecution>
1471
                            </pluginExecutions>
1472
                        </lifecycleMappingMetadata>
1473
                    </configuration>
1474
                </plugin>
1475 40435 jjdelcerro
1476 41419 jjdelcerro
                <plugin>
1477
                    <groupId>org.apache.maven.plugins</groupId>
1478
                    <artifactId>maven-compiler-plugin</artifactId>
1479
                    <version>2.3.2</version>
1480
                    <configuration>
1481
                        <source>1.5</source>
1482
                        <target>1.5</target>
1483
                        <encoding>ISO-8859-1</encoding>
1484
                    </configuration>
1485
                </plugin>
1486 40435 jjdelcerro
1487 41419 jjdelcerro
                <plugin>
1488
                    <groupId>org.apache.maven.plugins</groupId>
1489
                    <artifactId>maven-resources-plugin</artifactId>
1490
                    <version>2.4.3</version>
1491
                    <configuration>
1492
                        <encoding>ISO-8859-1</encoding>
1493
                    </configuration>
1494
                </plugin>
1495 40435 jjdelcerro
1496 41419 jjdelcerro
                <plugin>
1497
                    <groupId>org.apache.maven.plugins</groupId>
1498
                    <artifactId>maven-eclipse-plugin</artifactId>
1499
                    <configuration>
1500
                        <downloadSources>true</downloadSources>
1501
                        <downloadJavadocs>true</downloadJavadocs>
1502
                        <projectNameTemplate>${project.artifactId}</projectNameTemplate>
1503
                    </configuration>
1504
                </plugin>
1505 40435 jjdelcerro
1506 41419 jjdelcerro
                <plugin>
1507
                    <groupId>org.apache.maven.plugins</groupId>
1508
                    <artifactId>maven-surefire-plugin</artifactId>
1509
                    <version>2.7.1</version>
1510
                    <configuration>
1511
                        <forkMode>once</forkMode>
1512
                        <environmentVariables>
1513
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1514
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1515
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1516
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1517
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1518
                            <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1519
                        </environmentVariables>
1520
                    </configuration>
1521
                </plugin>
1522 40435 jjdelcerro
1523 41419 jjdelcerro
                <plugin>
1524
                    <groupId>org.apache.maven.plugins</groupId>
1525
                    <artifactId>maven-failsafe-plugin</artifactId>
1526
                    <executions>
1527
                        <execution>
1528
                            <goals>
1529
                                <goal>integration-test</goal>
1530
                                <goal>verify</goal>
1531
                            </goals>
1532
                        </execution>
1533
                    </executions>
1534
                    <configuration>
1535
                        <forkMode>once</forkMode>
1536
                        <environmentVariables>
1537
                            <DYLD_FRAMEWORK_PATH>${user.home}/.depman/Frameworks</DYLD_FRAMEWORK_PATH>
1538
                            <DYLD_LIBRARY_PATH>${user.home}/.depman/lib</DYLD_LIBRARY_PATH>
1539
                            <GDAL_DATA>${user.home}/.depman/data/gdal</GDAL_DATA>
1540
                            <LD_LIBRARY_PATH>${user.home}/.depman/lib</LD_LIBRARY_PATH>
1541
                            <PATH>${user.home}/.depman/bin${path.separator}${env.PATH}</PATH>
1542
                            <PROJ_LIB>${gvsig.product.folder.path}/gvSIG/extensiones/org.gvsig.crs.extension/data</PROJ_LIB>
1543
                        </environmentVariables>
1544
                    </configuration>
1545
                </plugin>
1546 40435 jjdelcerro
1547 41419 jjdelcerro
                <plugin>
1548
                    <groupId>org.apache.maven.plugins</groupId>
1549
                    <artifactId>maven-javadoc-plugin</artifactId>
1550
                    <version>2.9</version>
1551
                    <configuration>
1552
                        <docTitle>${project.name} ${project.version}</docTitle>
1553
                        <encoding>ISO-8859-1</encoding>
1554
                        <footer />
1555
                        <header />
1556
                        <keywords>false</keywords>
1557
                        <!-- Don't include the deprecateds items in the javadoc -->
1558
                        <nodeprecated>true</nodeprecated>
1559
                        <!-- Don't generate javadoc of project with submodules -->
1560
                        <aggregate>false</aggregate>
1561
                        <!-- Removed detection of links due to its high cost -->
1562
                        <detectJavaApiLink>false</detectJavaApiLink>
1563
                        <detectLinks>false</detectLinks>
1564
                        <detectOfflineLinks>false</detectOfflineLinks>
1565
                        <!-- Removed the inclusion of dependencies sources due to their high cost -->
1566
                        <includeDependencySources>false</includeDependencySources>
1567
                        <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1568
                        <javaApiLinks>
1569
                            <property>
1570
                                <name>api_1.4</name>
1571
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
1572
                            </property>
1573
                            <property>
1574
                                <name>api_1.5</name>
1575
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
1576
                            </property>
1577
                            <property>
1578
                                <name>api_1.6</name>
1579
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
1580
                            </property>
1581
                        </javaApiLinks>
1582
                    </configuration>
1583
                </plugin>
1584 40435 jjdelcerro
1585 41419 jjdelcerro
                <plugin>
1586
                    <groupId>org.apache.maven.plugins</groupId>
1587
                    <artifactId>maven-site-plugin</artifactId>
1588
                    <version>3.3</version>
1589
                    <configuration>
1590
                        <chmod>true</chmod>
1591
                        <chmodMode>a+rwX</chmodMode>
1592
                    </configuration>
1593
                </plugin>
1594 40435 jjdelcerro
1595 41419 jjdelcerro
                <plugin>
1596
                    <groupId>org.apache.maven.plugins</groupId>
1597
                    <artifactId>maven-jar-plugin</artifactId>
1598
                    <version>2.3.1</version>
1599
                    <configuration>
1600
                        <archive>
1601
                            <manifestEntries>
1602
                                <Built-By>gvSIG Team</Built-By>
1603
                            </manifestEntries>
1604
                        </archive>
1605
                    </configuration>
1606
                </plugin>
1607 40435 jjdelcerro
1608 41419 jjdelcerro
                <plugin>
1609
                    <groupId>org.codehaus.mojo</groupId>
1610
                    <artifactId>properties-maven-plugin</artifactId>
1611
                    <version>1.0-alpha-2</version>
1612
                </plugin>
1613 40469 jjdelcerro
1614 41419 jjdelcerro
                <plugin>
1615
                    <groupId>org.apache.maven.plugins</groupId>
1616
                    <artifactId>maven-antrun-plugin</artifactId>
1617
                    <version>1.7</version>
1618
                </plugin>
1619 40435 jjdelcerro
1620 41419 jjdelcerro
                <plugin>
1621
                    <groupId>org.codehaus.mojo</groupId>
1622
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
1623
                    <version>1.9</version>
1624
                </plugin>
1625 40435 jjdelcerro
1626 41419 jjdelcerro
                <plugin>
1627
                    <groupId>org.apache.maven.plugins</groupId>
1628
                    <artifactId>maven-release-plugin</artifactId>
1629
                    <version>2.4.1</version>
1630
                </plugin>
1631 40649 jjdelcerro
1632 41419 jjdelcerro
                <plugin>
1633
                    <groupId>org.apache.maven.plugins</groupId>
1634
                    <artifactId>maven-deploy-plugin</artifactId>
1635
                    <version>2.6</version>
1636
                </plugin>
1637 40435 jjdelcerro
1638 41419 jjdelcerro
                <plugin>
1639
                    <artifactId>maven-assembly-plugin</artifactId>
1640
                    <version>2.4</version>
1641
                    <executions>
1642
                        <execution>
1643
                            <id>gvsig-plugin-package</id>
1644
                            <phase>package</phase>
1645
                            <configuration>
1646
                                <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
1647
                                <appendAssemblyId>false</appendAssemblyId>
1648
                                <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>
1649
                                <descriptors>
1650
                                    <descriptor>src/main/assembly/gvsig-plugin-package.xml</descriptor>
1651
                                </descriptors>
1652
                            </configuration>
1653
                        </execution>
1654
                    </executions>
1655
                </plugin>
1656 40435 jjdelcerro
1657 41419 jjdelcerro
                <plugin>
1658
                    <groupId>org.apache.maven.plugins</groupId>
1659
                    <artifactId>maven-clean-plugin</artifactId>
1660
                    <version>2.4.1</version>
1661
                </plugin>
1662 40469 jjdelcerro
1663 41419 jjdelcerro
                <plugin>
1664
                    <groupId>org.codehaus.mojo</groupId>
1665
                    <artifactId>exec-maven-plugin</artifactId>
1666
                    <version>1.2</version>
1667
                </plugin>
1668 40469 jjdelcerro
1669 41419 jjdelcerro
                <plugin>
1670
                    <!-- invoke as "mvn license:format" to fix the header -->
1671
                    <!-- invoke as "mvn license:check" to check the header -->
1672
                    <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1673
                    <groupId>com.mycila.maven-license-plugin</groupId>
1674
                    <artifactId>maven-license-plugin</artifactId>
1675
                    <version>1.10.b1</version>
1676
                    <configuration>
1677
                        <header>header.txt</header>
1678
                        <failIfMissing>false</failIfMissing>
1679
                        <aggregate>false</aggregate>
1680
                        <strictCheck>true</strictCheck>
1681
                        <encoding>ISO-8859-1</encoding>
1682
                        <quiet>false</quiet>
1683
                        <excludes>
1684
                            <exclude>**/*.properties</exclude>
1685
                            <exclude>**/*.txt</exclude>
1686
                            <exclude>**/*.jpg</exclude>
1687
                            <exclude>**/*.jpeg</exclude>
1688
                            <exclude>**/*.svg</exclude>
1689
                            <exclude>**/*.png</exclude>
1690
                            <exclude>**/*.gvssym</exclude>
1691
                            <exclude>**/*.def</exclude>
1692
                            <exclude>**/*.msg</exclude>
1693
                        </excludes>
1694
                    </configuration>
1695
                    <dependencies>
1696
                        <dependency>
1697
                            <groupId>org.gvsig</groupId>
1698
                            <artifactId>org.gvsig.desktop.buildtools</artifactId>
1699
                            <version>1.0.0</version>
1700
                        </dependency>
1701
                    </dependencies>
1702
                </plugin>
1703 40469 jjdelcerro
1704 41419 jjdelcerro
                <!-- Habria que ver si es posible sustituir el plugin -->
1705
                <!-- com.mycila.maven-license-plugin:maven-license-plugin por este -->
1706
                <!-- Ver http://mojo.codehaus.org/license-maven-plugin/index.html -->
1707
                <!--
1708
                <plugin>
1709
                    <groupId>org.codehaus.mojo</groupId>
1710
                    <artifactId>license-maven-plugin</artifactId>
1711
                    <version>1.5</version>
1712
                </plugin>
1713
                -->
1714 40769 jjdelcerro
1715 41419 jjdelcerro
                <plugin>
1716
                    <groupId>org.apache.maven.plugins</groupId>
1717
                    <artifactId>maven-checkstyle-plugin</artifactId>
1718
                    <version>2.10</version>
1719
                </plugin>
1720 40469 jjdelcerro
1721 41419 jjdelcerro
                <plugin>
1722
                    <groupId>org.apache.maven.plugins</groupId>
1723
                    <artifactId>maven-source-plugin</artifactId>
1724
                    <version>2.2.1</version>
1725
                </plugin>
1726 40469 jjdelcerro
1727 41419 jjdelcerro
                <plugin>
1728
                    <groupId>org.codehaus.gmaven</groupId>
1729
                    <artifactId>gmaven-plugin</artifactId>
1730
                    <version>1.4</version>
1731
                    <dependencies>
1732
                        <dependency>
1733
                            <groupId>com.github.lookfirst</groupId>
1734
                            <artifactId>sardine</artifactId>
1735
                            <version>5.0.1</version>
1736
                        </dependency>
1737
                    </dependencies>
1738
                    <executions>
1739 40581 jjdelcerro
1740 41419 jjdelcerro
                        <execution>
1741
                            <id>increase-build-number</id>
1742
                            <phase>process-sources</phase>
1743
                            <configuration>
1744
                                <source><![CDATA[
1745 40892 jjdelcerro
                    // use "mvn -Dincrease-build-number process-sources"
1746 40581 jjdelcerro
                    if( project.properties["increase-build-number"] == null ) {
1747
                      log.info("Don't increment build number use flag '-Dincrease-build-number' to increment it.")
1748
                    } else {
1749
                      File file = new File(project.basedir,"buildNumber.properties")
1750
                      if( ! file.exists() ) {
1751
                          log.info("Skip increment build number (buildNumber.property not present).")
1752
                        } else {
1753
                        Properties props = new Properties()
1754
1755
                        props.load(file.newDataInputStream())
1756
                        value = (props.getProperty("buildNumber") as int) + 1
1757
                        props.setProperty("buildNumber",value as String)
1758
                        props.store(file.newWriter(), null)
1759
                        log.info("Setting build number to " + value)
1760
                      }
1761
                    }
1762
                  ]]></source>
1763 41419 jjdelcerro
                            </configuration>
1764
                        </execution>
1765 40581 jjdelcerro
1766 41419 jjdelcerro
                        <execution>
1767
                            <id>build-package-info</id>
1768
                            <phase>prepare-package</phase>
1769
                            <configuration>
1770
                                <source><![CDATA[
1771 40581 jjdelcerro
                      if( project.properties["buildNumber"] == null) {
1772
                        log.info("Skip build package.info (buildNumber.property not present).")
1773
                        log.info("Skip build package.info index (buildNumber.property not present).")
1774
                      } else {
1775 40892 jjdelcerro
                                                poolURL = project.properties["gvsig.package.info.poolURL"];
1776
                                                if( poolURL[-1] != "/" ) {
1777
                                                        poolURL = poolURL + "/";
1778
                                                }
1779 40581 jjdelcerro
                        package_info_file  = new File(project.basedir, "target/package.info")
1780
                        log.info("Building package.info : " + package_info_file.getAbsolutePath())
1781
                        Properties props = new Properties()
1782 40769 jjdelcerro
                        props.setProperty('code', project.properties["gvsig.package.info.code"])
1783 40581 jjdelcerro
                        props.setProperty('code-alias', project.properties["gvsig.package.info.codealias"])
1784 40769 jjdelcerro
                        props.setProperty('name', project.properties["gvsig.package.info.name"])
1785 40581 jjdelcerro
                        props.setProperty('version', project.properties["gvsig.package.info.version"])
1786 40769 jjdelcerro
                        props.setProperty('description', project.properties["gvsig.package.info.description"])
1787 40581 jjdelcerro
                        props.setProperty('owner', project.properties["gvsig.package.info.owner"])
1788
                        props.setProperty('java-version', project.properties["gvsig.package.info.javaVM"])
1789
                        props.setProperty('official', project.properties["gvsig.package.info.official"])
1790
                        props.setProperty('type', "plugin")
1791
                        props.setProperty('state', project.properties["gvsig.package.info.state"])
1792
                        props.setProperty('operating-system', project.properties["gvsig.package.info.operatingSystem"])
1793
                        props.setProperty('dependencies', project.properties["gvsig.package.info.dependencies"])
1794
                        props.setProperty('sources-url', project.properties["gvsig.package.info.sourcesURL"])
1795
                        props.setProperty('web-url', project.properties["gvsig.package.info.webURL"])
1796
                        props.setProperty('architecture', project.properties["gvsig.package.info.architecture"])
1797
                        props.setProperty('model-version', '1.0.1')
1798
                        props.setProperty('categories', project.properties["gvsig.package.info.categories"])
1799
                        props.setProperty('buildNumber', project.properties["buildNumber"])
1800
                        props.setProperty('gvSIG-version', project.properties["gvsig.package.info.gvSIGVersion"])
1801
1802
                        props.store(package_info_file.newWriter(), null)
1803
1804
                        pkgname = "gvSIG-desktop-" +
1805
                          project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
1806 40769 jjdelcerro
                          project.properties["gvsig.package.info.code"] + "-" +
1807 40581 jjdelcerro
                          project.properties["gvsig.package.info.version"] + "-" +
1808
                          project.properties["buildNumber"] + "-" +
1809
                          project.properties["gvsig.package.info.state"] + "-" +
1810
                          project.properties["gvsig.package.info.operatingSystem"] + "-" +
1811
                          project.properties["gvsig.package.info.architecture"] + "-" +
1812
                          project.properties["gvsig.package.info.javaVM"]
1813 40769 jjdelcerro
                        package_info_file  = new File(project.basedir, "target/gvspki/"+project.properties["gvsig.package.info.code"]+"/package.info")
1814 40581 jjdelcerro
                        log.info("Building package.info index " + package_info_file.getAbsolutePath())
1815
                        package_info_file.getParentFile().mkdirs()
1816
                        props.setProperty('download-url',
1817 40892 jjdelcerro
                          poolURL +
1818 40769 jjdelcerro
                          project.properties["gvsig.package.info.code"] + "/" +
1819 40590 jjdelcerro
                          pkgname + ".gvspkg"
1820 40581 jjdelcerro
                        )
1821
                        props.store(package_info_file.newWriter(), null)
1822
                      }
1823
                  ]]></source>
1824 41419 jjdelcerro
                            </configuration>
1825
                        </execution>
1826 40581 jjdelcerro
1827 41419 jjdelcerro
                        <execution>
1828
                            <id>build-package-index</id>
1829
                            <phase>package</phase>
1830
                            <configuration>
1831
                                <source><![CDATA[
1832 40581 jjdelcerro
                    ant = new AntBuilder()
1833
                    if( project.properties["buildNumber"] == null) {
1834
                      log.info("Skip building package index (buildNumber.property not present).")
1835
                    } else {
1836
                      pkgname = "gvSIG-desktop-" +
1837
                        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
1838 40769 jjdelcerro
                        project.properties["gvsig.package.info.code"] + "-" +
1839 40581 jjdelcerro
                        project.properties["gvsig.package.info.version"] + "-" +
1840
                        project.properties["buildNumber"] + "-" +
1841
                        project.properties["gvsig.package.info.state"] + "-" +
1842
                        project.properties["gvsig.package.info.operatingSystem"] + "-" +
1843
                        project.properties["gvsig.package.info.architecture"] + "-" +
1844
                        project.properties["gvsig.package.info.javaVM"]
1845
1846
                      log.info("Building package index " + pkgname + ".gvspki")
1847
                      package_index_source  = project.basedir.getAbsolutePath() + "/target/gvspki"
1848
                      package_index_target  = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspki"
1849
                      ant.zip(destfile: package_index_target, basedir: package_index_source)
1850
                    }
1851
                  ]]></source>
1852 41419 jjdelcerro
                            </configuration>
1853
                        </execution>
1854 40581 jjdelcerro
1855 41419 jjdelcerro
                        <execution>
1856
                            <id>install-plugin</id>
1857
                            <phase>install</phase>
1858
                            <configuration>
1859
                                <source><![CDATA[
1860 40581 jjdelcerro
                    if( project.properties["buildNumber"] == null) {
1861
                      log.info("Skip install package (buildNumber.property not present).")
1862
                    } else {
1863
                      ant = new AntBuilder()
1864
                      pkgname = "gvSIG-desktop-" +
1865
                        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
1866 40769 jjdelcerro
                        project.properties["gvsig.package.info.code"] + "-" +
1867 40581 jjdelcerro
                        project.properties["gvsig.package.info.version"] + "-" +
1868
                        project.properties["buildNumber"] + "-" +
1869
                        project.properties["gvsig.package.info.state"] + "-" +
1870
                        project.properties["gvsig.package.info.operatingSystem"] + "-" +
1871
                        project.properties["gvsig.package.info.architecture"] + "-" +
1872
                        project.properties["gvsig.package.info.javaVM"]
1873
1874 40829 jjdelcerro
                      log.debug("gvsig.install.plugin=" + project.properties["gvsig.install.plugin"])
1875
                      log.debug("gvsig.install.plugin.package=" + project.properties["gvsig.install.plugin.package"])
1876 40769 jjdelcerro
                                          if( project.properties["gvsig.install.plugin"]=="true" ) {
1877
                              source = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspkg.zip"
1878
                              target = project.properties["gvsig.product.folder.path"] + "/gvSIG/extensiones/"
1879
1880
                              log.info("Install plugin to " + target)
1881
                              ant.unzip(src: source, dest: target)
1882
                      } else {
1883
                          log.info("Skip plugin install.")
1884
                      }
1885
                      if( project.properties["gvsig.install.plugin.package"]=="true" ) {
1886
                          source = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspkg.zip"
1887
                              target = new File(project.properties["gvsig.product.folder.path"] +
1888
                                "/install/" +
1889
                                project.properties["gvsig.package.info.code"] + "/" +
1890
                                pkgname + ".gvspkg")
1891
                              target.getParentFile().mkdirs()
1892
1893
                              log.info("Copy plugin package from " + source + " to " + target)
1894
                              ant.copy(file:source, tofile:target.getAbsolutePath())
1895
1896
                              source  = project.basedir.getAbsolutePath() + "/target/" + pkgname + ".gvspki"
1897
                              target = project.properties["gvsig.product.folder.path"] +
1898
                                "/install/" +
1899
                                project.properties["gvsig.package.info.code"] + "/" +
1900
                                pkgname + ".gvspki"
1901
                              log.info("Copy plugin package index from " + source + " to " + target)
1902
                              ant.copy(file:source, tofile:target)
1903
                      } else {
1904
                          log.info("Skip plugin package install.")
1905
                                          }
1906 40581 jjdelcerro
                    }
1907
                  ]]></source>
1908 41419 jjdelcerro
                            </configuration>
1909
                        </execution>
1910 40581 jjdelcerro
1911 41419 jjdelcerro
                        <execution>
1912
                            <id>deploy-package</id>
1913
                            <phase>install</phase>
1914
                            <configuration>
1915
                                <source><![CDATA[
1916 41421 jjdelcerro
1917 40829 jjdelcerro
// To deploy package use:
1918
//    mvn -Ddeploy-package -Duser=USER -Dpassword=PASSWORD install
1919 40892 jjdelcerro
//
1920 41421 jjdelcerro
1921 40829 jjdelcerro
public class WebDAVClient {
1922
1923
    def log;
1924
1925 41279 jjdelcerro
    private String user;
1926
    private String password;
1927
    private Object sardine;
1928 40829 jjdelcerro
1929
    public WebDAVClient(log) {
1930 41421 jjdelcerro
        disableCertificateValidation();
1931 40829 jjdelcerro
            this.log = log;
1932
    }
1933
1934 41279 jjdelcerro
    public void login(String user, String password) {
1935
        log.info("[WEBDAV] login as '"+user+"'.");
1936
        def SardineFactory
1937
        try {
1938
            SardineFactory = "com.github.sardine.SardineFactory" as Class
1939
        } catch (Exception ex) {
1940
            log.error("[WEBDAV] can't get SardineFactory.",ex);
1941
        }
1942
        this.user = user;
1943
        this.password = password;
1944
        this.sardine = SardineFactory.begin(this.user,this.password);
1945
    }
1946 40829 jjdelcerro
1947 41279 jjdelcerro
    public void login() {
1948
        log.info("[WEBDAV] login as guest");
1949
        this.sardine = SardineFactory.begin();
1950
    }
1951 40829 jjdelcerro
1952 41279 jjdelcerro
    public boolean exists(String url) throws Exception {
1953
        return sardine.exists(url);
1954
    }
1955 40829 jjdelcerro
1956 41279 jjdelcerro
    public void makedirs(String url) throws Exception {
1957
        log.info("[WEBDAV] makedirs '"+url+"'.");
1958
        URL u = new URL(url);
1959
        String[] x = u.getPath().split("/");
1960
        String path = "";
1961 41579 jjdelcerro
        for( int i=1; i<x.length; i++ ) { path = path + "/" + x[i]; URL t = new URL(u,path) ; mkdir(t.toString());
1962 41548 jjdelcerro
        }
1963
    }
1964
1965
    public void mkdir(String url) throws Exception {
1966 41279 jjdelcerro
        if( ! exists(url) ) {
1967
            log.info("[WEBDAV] mkdir '"+url+"'.");
1968
            sardine.createDirectory(url);
1969
        }
1970
    }
1971 40829 jjdelcerro
1972 41279 jjdelcerro
    public void put(String source, String target) throws Exception {
1973
        log.info("[WEBDAV] put '" + source + "' to '" + target + "'...");
1974
        InputStream fis = new FileInputStream(new File(source));
1975
        sardine.put(target, fis);
1976
        log.info("[WEBDAV] put ok.");
1977
    }
1978 40829 jjdelcerro
1979 41279 jjdelcerro
    public List list(String url) throws Exception {
1980
        List resources = sardine.list(url);
1981
        return resources;
1982
    }
1983 41421 jjdelcerro
1984
    void disableCertificateValidation() {
1985
    /*
1986
        javax.net.ssl.TrustManager[] trustAllCerts = new javax.net.ssl.TrustManager[1];
1987
        trustAllCerts[0] = new javax.net.ssl.X509TrustManager() {
1988
                public java.security.cert.X509Certificate[] getAcceptedIssuers() {
1989
                    return new java.security.cert.X509Certificate[0];
1990
                }
1991
1992
                public void checkClientTrusted(java.security.cert.X509Certificate[] xcs, String string) throws java.security.cert.CertificateException {
1993
                }
1994
1995
                public void checkServerTrusted(java.security.cert.X509Certificate[] xcs, String string) throws java.security.cert.CertificateException {
1996
                }
1997
            };
1998
1999
        // Ignore differences between given hostname and certificate hostname
2000
        javax.net.ssl.HostnameVerifier hv = new javax.net.ssl.HostnameVerifier() {
2001
            public boolean verify(String hostname, javax.net.ssl.SSLSession session) {
2002
                return true;
2003
            }
2004
        };
2005
2006
        // Install the all-trusting trust manager
2007
        try {
2008
            javax.net.ssl.SSLContext sc = javax.net.ssl.SSLContext.getInstance("SSL");
2009
            sc.init(null, trustAllCerts, new java.security.SecureRandom());
2010
            javax.net.ssl.HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
2011
            javax.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(hv);
2012
        } catch (Exception e) {
2013
        }
2014
        */
2015
    }
2016 40829 jjdelcerro
}
2017
2018
if( project.properties["deploy-package"] != null ) {
2019 41279 jjdelcerro
    if( project.properties["gvsig.install.plugin.package"]=="true" ) {
2020
        poolURL = project.properties["gvsig.package.info.poolURL"];
2021
        if( poolURL[-1] != "/" ) {
2022
            poolURL = poolURL + "/";
2023
        }
2024
        targetPath = poolURL + project.properties["gvsig.package.info.code"];
2025
        log.info("Deploy plugin package to '"+targetPath+"'.");
2026 40829 jjdelcerro
2027 41279 jjdelcerro
        pkgname = "gvSIG-desktop-" +
2028
        project.properties["gvsig.package.info.gvSIGVersion"] + "-" +
2029
        project.properties["gvsig.package.info.code"] + "-" +
2030
        project.properties["gvsig.package.info.version"] + "-" +
2031
        project.properties["buildNumber"] + "-" +
2032
        project.properties["gvsig.package.info.state"] + "-" +
2033
        project.properties["gvsig.package.info.operatingSystem"] + "-" +
2034
        project.properties["gvsig.package.info.architecture"] + "-" +
2035
        project.properties["gvsig.package.info.javaVM"];
2036 40829 jjdelcerro
2037 41279 jjdelcerro
        source = project.basedir.getAbsolutePath() + "/target/" + pkgname
2038
        targetPath = poolURL + project.properties["gvsig.package.info.code"]
2039 40829 jjdelcerro
2040 41279 jjdelcerro
        log.info("Creating addon-request.txt in target folder");
2041
        new File(project.basedir.getAbsolutePath() + "/target/addon-request.txt").withWriter { out ->
2042
            out.println();
2043
            out.println(pkgname);
2044
            out.println();
2045
            out.println(targetPath+"/" + pkgname + ".gvspki");
2046
            out.println();
2047
        }
2048
2049 41367 jjdelcerro
        if( project.properties["username"] == null ) {
2050 41279 jjdelcerro
            print("Enter user name: ");
2051
            user = System.console().readLine().toString()
2052
            if( user != "" ) {
2053 41367 jjdelcerro
                project.properties.setProperty("username",user);
2054 41279 jjdelcerro
            }
2055
        }
2056 40829 jjdelcerro
        if( project.properties["password"] == null ) {
2057 41367 jjdelcerro
            print("Enter password for user '" + project.properties["username"] + "': ");
2058 41279 jjdelcerro
            password = System.console().readPassword().toString()
2059
            if( password != "" ) {
2060
                project.properties.setProperty("password",password);
2061
            }
2062
        }
2063
        WebDAVClient session = new WebDAVClient(log);
2064 41367 jjdelcerro
        if( project.properties["username"] == null || project.properties["password"] == null ) {
2065 41279 jjdelcerro
            log.info("[WEBDAV] creating non authenticated session.");
2066
            log.info("[WEBDAV] Use -Duser=USER -Dpassword=PASSWORD to create a authenticated session.");
2067
            session.login();
2068
        } else {
2069 41367 jjdelcerro
            session.login(project.properties["username"], project.properties["password"]);
2070 41279 jjdelcerro
        }
2071
        session.makedirs(targetPath);
2072
        session.put(source + ".gvspkg.zip", targetPath+"/"+pkgname+ ".gvspkg");
2073
        session.put(source + ".gvspki", targetPath+"/"+pkgname+ ".gvspki");
2074 40892 jjdelcerro
2075 41279 jjdelcerro
    } else {
2076
        log.info("Skip plugin package deploy. It not be installed by default.");
2077
    }
2078 40892 jjdelcerro
} else {
2079 41279 jjdelcerro
    log.info("Skip plugin package deploy. Use the flags -Ddeploy-package -Duser=USER -Dpassword=PASSWORD to deploy it.");
2080 40892 jjdelcerro
}
2081 41421 jjdelcerro
2082 40829 jjdelcerro
                  ]]></source>
2083 41419 jjdelcerro
                            </configuration>
2084
                        </execution>
2085 40829 jjdelcerro
2086 41419 jjdelcerro
                    </executions>
2087
                </plugin>
2088 40581 jjdelcerro
2089 41419 jjdelcerro
            </plugins>
2090
        </pluginManagement>
2091 40435 jjdelcerro
2092 41419 jjdelcerro
        <plugins>
2093
            <plugin>
2094
                <groupId>org.apache.maven.plugins</groupId>
2095
                <artifactId>maven-scm-plugin</artifactId>
2096
            </plugin>
2097 41367 jjdelcerro
2098 41419 jjdelcerro
            <plugin>
2099
                <artifactId>maven-clean-plugin</artifactId>
2100
                <configuration>
2101
                    <filesets>
2102
                        <fileset>
2103
                            <directory>${user.home}/.depman/</directory>
2104
                            <includes>
2105
                                <include>**</include>
2106
                            </includes>
2107
                        </fileset>
2108
                    </filesets>
2109
                    <followSymLinks>true</followSymLinks>
2110
                </configuration>
2111
            </plugin>
2112 40435 jjdelcerro
2113 41419 jjdelcerro
            <plugin>
2114
                <groupId>org.apache.maven.plugins</groupId>
2115
                <artifactId>maven-release-plugin</artifactId>
2116
                <configuration>
2117
                    <!-- The property svn.tags.folder is used in external projects   -->
2118
                    <!-- to override configuraction of tagBase -->
2119
                    <tagBase>${svn.tags.folder}</tagBase>
2120
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
2121
                    are not installed, so the dependencies between modules are not met. With this configuration
2122
                    we force the module installation. -->
2123
                    <preparationGoals>clean install</preparationGoals>
2124
                    <autoVersionSubmodules>true</autoVersionSubmodules>
2125
                    <!-- Dont make site-deploy -->
2126
                    <!-- You need to run it after in folder target/checkout -->
2127
                    <goals>deploy</goals>
2128
                </configuration>
2129
            </plugin>
2130 40435 jjdelcerro
2131 41419 jjdelcerro
            <plugin>
2132
                <!-- load ".gvsig-devel.properties" -->
2133
                <groupId>org.codehaus.mojo</groupId>
2134
                <artifactId>properties-maven-plugin</artifactId>
2135
                <configuration>
2136
                    <files>
2137
                        <!-- Define gvsig.product.folder.path in this property -->
2138
                        <file>${user.home}/.gvsig-devel.properties</file>
2139
                        <file>${env.HOME}/.gvsig-devel.properties</file>
2140
                        <file>${project.basedir}/gvsig-devel.properties</file>
2141
                        <file>buildNumber.properties</file>
2142
                    </files>
2143
                    <quiet>true</quiet>
2144
                </configuration>
2145
                <executions>
2146
                    <execution>
2147
                        <id>default</id>
2148
                        <phase>prepare-package</phase>
2149
                        <goals>
2150
                            <goal>read-project-properties</goal>
2151
                        </goals>
2152
                    </execution>
2153
                    <execution>
2154
                        <id>default-clean</id>
2155
                        <phase>pre-clean</phase>
2156
                        <goals>
2157
                            <goal>read-project-properties</goal>
2158
                        </goals>
2159
                    </execution>
2160
                </executions>
2161
            </plugin>
2162 40435 jjdelcerro
2163
2164 41419 jjdelcerro
            <plugin>
2165
                <groupId>org.codehaus.mojo</groupId>
2166
                <artifactId>animal-sniffer-maven-plugin</artifactId>
2167
                <executions>
2168
                    <execution>
2169
                        <id>check-java-api</id>
2170
                        <phase>package</phase>
2171
                        <goals>
2172
                            <goal>check</goal>
2173
                        </goals>
2174
                        <configuration>
2175
                            <skip>false</skip>
2176
                            <signature>
2177
                                <groupId>org.codehaus.mojo.signature</groupId>
2178
                                <artifactId>java15</artifactId>
2179
                                <version>1.0</version>
2180
                            </signature>
2181
                            <ignores>
2182
                                <ignore>net.sourceforge.cobertura.coveragedata.TouchCollector</ignore>
2183
                            </ignores>
2184
                        </configuration>
2185
                    </execution>
2186
                </executions>
2187
            </plugin>
2188 40435 jjdelcerro
2189 41419 jjdelcerro
            <plugin>
2190
                <groupId>org.apache.maven.plugins</groupId>
2191
                <artifactId>maven-javadoc-plugin</artifactId>
2192
                <executions>
2193
                    <execution>
2194
                        <id>attach-javadocs</id>
2195
                        <goals>
2196
                            <goal>jar</goal>
2197
                        </goals>
2198
                    </execution>
2199
                </executions>
2200
            </plugin>
2201 40435 jjdelcerro
2202 41419 jjdelcerro
            <plugin>
2203
                <groupId>org.apache.maven.plugins</groupId>
2204
                <artifactId>maven-source-plugin</artifactId>
2205
                <configuration>
2206
                    <skipSource>false</skipSource> <!-- User property is: source.skip. -->
2207
                </configuration>
2208
                <executions>
2209
                    <execution>
2210
                        <id>attach-sources</id>
2211
                        <phase>verify</phase>
2212
                        <goals>
2213
                            <goal>jar-no-fork</goal>
2214
                        </goals>
2215
                    </execution>
2216
                    <execution>
2217
                        <id>attach-test-sources</id>
2218
                        <phase>verify</phase>
2219
                        <goals>
2220
                            <goal>test-jar-no-fork</goal>
2221
                        </goals>
2222
                    </execution>
2223
                </executions>
2224
            </plugin>
2225 40469 jjdelcerro
2226 41419 jjdelcerro
            <plugin>
2227
                <groupId>org.apache.maven.plugins</groupId>
2228
                <artifactId>maven-checkstyle-plugin</artifactId>
2229
                <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
2230
                <configuration>
2231
                    <skip>false</skip> <!-- User property is: checkstyle.skip. -->
2232
                    <enableRulesSummary>true</enableRulesSummary>
2233
                    <failsOnError>false</failsOnError>
2234
                    <configLocation>gvsig/checkstyle.xml</configLocation>
2235
                    <headerLocation>gvsig/LICENSE.txt</headerLocation>
2236
                </configuration>
2237
                <dependencies>
2238
                    <dependency>
2239
                        <groupId>org.gvsig</groupId>
2240
                        <artifactId>org.gvsig.desktop.buildtools</artifactId>
2241
                        <version>1.0.0</version>
2242
                    </dependency>
2243
                </dependencies>
2244
            </plugin>
2245 40469 jjdelcerro
2246 41419 jjdelcerro
            <plugin>
2247
                <!-- to continue building  when test fail -->
2248
                <groupId>org.apache.maven.plugins</groupId>
2249
                <artifactId>maven-surefire-plugin</artifactId>
2250
                <configuration>
2251
                    <testFailureIgnore>true</testFailureIgnore>
2252
                </configuration>
2253
            </plugin>
2254 40435 jjdelcerro
2255 41419 jjdelcerro
        </plugins>
2256
    </build>
2257 40435 jjdelcerro
2258 40480 jjdelcerro
2259 41419 jjdelcerro
    <reporting>
2260
        <excludeDefaults>true</excludeDefaults>
2261
        <plugins>
2262
            <plugin>
2263
                <groupId>org.apache.maven.plugins</groupId>
2264
                <artifactId>maven-project-info-reports-plugin</artifactId>
2265
                <version>2.7</version>
2266
                <reportSets>
2267
                    <reportSet>
2268
                        <reports>
2269
                            <report>index</report>
2270
                            <report>summary</report>
2271
                            <report>scm</report>
2272
                            <report>license</report>
2273
                            <report>project-team</report>
2274
                            <report>issue-tracking</report>
2275
                            <report>mailing-list</report>
2276
                            <report>modules</report>
2277 40522 jjdelcerro
2278 41419 jjdelcerro
                            <report>dependency-info</report>
2279
                            <!-- Removed due to its high cost
2280
                            <report>dependency-management</report>
2281
                            <report>dependencies</report>
2282
                            -->
2283
                            <report>dependency-convergence</report>
2284 40523 jjdelcerro
2285 41419 jjdelcerro
                            <!--
2286
                            <report>plugins</report>
2287
                            <report>plugin-management</report>
2288
                            <report>distribution-management</report>
2289
                            -->
2290 40581 jjdelcerro
2291 41419 jjdelcerro
                            <!-- gvSIG does not have Continuous Integration System
2292
                            <report>cim</report>
2293
                            -->
2294
                        </reports>
2295
                    </reportSet>
2296
                </reportSets>
2297
            </plugin>
2298
            <plugin>
2299
                <groupId>org.apache.maven.plugins</groupId>
2300
                <artifactId>maven-javadoc-plugin</artifactId>
2301
                <!-- Do not use the version 2.9, does not manage properly the submodules -->
2302
                <version>2.9.1</version>
2303
                <configuration>
2304
                    <!-- Don't include the deprecateds items in the javadoc -->
2305
                    <nodeprecated>true</nodeprecated>
2306
                    <!-- Don't generate javadoc of project with submodules -->
2307
                    <aggregate>false</aggregate>
2308
                    <!-- Removed detection of links due to its high cost -->
2309
                    <detectJavaApiLink>false</detectJavaApiLink>
2310
                    <detectLinks>false</detectLinks>
2311
                    <detectOfflineLinks>false</detectOfflineLinks>
2312
                    <!-- Removed the inclusion of dependencies sources due to their high cost -->
2313
                    <includeDependencySources>false</includeDependencySources>
2314
                    <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
2315
                </configuration>
2316
                <reportSets>
2317
                    <reportSet>
2318
                        <id>html</id>
2319
                        <reports>
2320
                            <report>javadoc</report>
2321
                            <!-- removed javadocs of tests -->
2322
                        </reports>
2323
                    </reportSet>
2324
                </reportSets>
2325
            </plugin>
2326
            <plugin>
2327
                <groupId>org.apache.maven.plugins</groupId>
2328
                <artifactId>maven-jxr-plugin</artifactId>
2329
                <version>2.3</version>
2330
                <configuration>
2331
                    <linkJavadoc>true</linkJavadoc>
2332
                    <aggregate>false</aggregate>
2333
                </configuration>
2334
            </plugin>
2335
            <plugin>
2336
                <groupId>org.codehaus.mojo</groupId>
2337
                <artifactId>findbugs-maven-plugin</artifactId>
2338
                <version>2.5.2</version>
2339
            </plugin>
2340 40581 jjdelcerro
2341 41419 jjdelcerro
        </plugins>
2342 40581 jjdelcerro
    </reporting>
2343
2344
2345 41419 jjdelcerro
    <profiles>
2346 40581 jjdelcerro
2347 41419 jjdelcerro
        <profile>
2348
            <!-- This profile is used to initialize and install the root folder of gvSIG -->
2349
            <id>gvsig-root</id>
2350
            <activation>
2351
                <file>
2352
                    <exists>src/main/assembly/gvsig-root-folder-package.xml</exists>
2353
                </file>
2354
            </activation>
2355
            <build>
2356
                <plugins>
2357 40581 jjdelcerro
2358 41419 jjdelcerro
                    <plugin>
2359
                        <!-- Check if exists ".gvsig-devel.properties" and create if not exists -->
2360
                        <groupId>org.codehaus.gmaven</groupId>
2361
                        <artifactId>gmaven-plugin</artifactId>
2362
                        <executions>
2363
                            <execution>
2364
                                <id>initialize-gvsig-product-folder-path</id>
2365
                                <phase>generate-sources</phase>
2366
                                <goals>
2367
                                    <goal>execute</goal>
2368
                                </goals>
2369
                                <configuration>
2370
                                    <source><![CDATA[
2371 40586 jjdelcerro
                    if( project.artifactId != "org.gvsig.desktop" ) {
2372
                            log.warn("Skip initialization of gvsig-devel.properties.")
2373
                    } else {
2374 40581 jjdelcerro
                      home = System.getenv('HOME')
2375
                      if( home == null ) {
2376
                        home = System.properties['user.home']
2377
                      }
2378
                      Properties props = new Properties()
2379
                      File propsFile = new File(home + "/.gvsig-devel.properties")
2380 41388 jjdelcerro
                      if( project.properties["reset-gvsig.product.folder.path"] != null ) {
2381
                            gvsigProductFolderPath= new File(project.basedir, "target/product").getAbsolutePath()
2382
                            log.info("Force gvsig.product.folder.path to '"+gvsigProductFolderPath+"'.")
2383
                            props.load(propsFile.newDataInputStream())
2384
                            props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
2385
                            props.store(propsFile.newWriter(), null)
2386
                      } else {
2387
                        gvsigProductFolderPathDefault = project.properties["gvsig.product.folder.path"]
2388
                        // println "Default gvsig.product.folder.path = " + gvsigProductFolderPathDefault
2389
                        try {
2390
                          props.load(propsFile.newDataInputStream())
2391
                          gvsigProductFolderPath = props.getProperty('gvsig.product.folder.path')
2392
                          if( gvsigProductFolderPath == null ) {
2393
                            gvsigProductFolderPath = gvsigProductFolderPathDefault
2394
                            props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
2395
                            props.store(propsFile.newWriter(), null)
2396
                          }
2397
                        } catch(java.io.FileNotFoundException e){
2398 40581 jjdelcerro
                          gvsigProductFolderPath = gvsigProductFolderPathDefault
2399
                          props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
2400
                          props.store(propsFile.newWriter(), null)
2401
                        }
2402 41388 jjdelcerro
                        if( gvsigProductFolderPathDefault != gvsigProductFolderPath ) {
2403
                          f = new File(gvsigProductFolderPathDefault)
2404
                          f.mkdirs();
2405
                                                  new File(f,"WARNING.txt").withWriter { out ->
2406
                                                          out.println();
2407
                                                          out.println("The product folder used is set to:");
2408
                                                          out.println();
2409
                                                          out.println(gvsigProductFolderPath);
2410
                                                          out.println();
2411
                                                          out.println("See the HOME/.gvsig-devel.properties to change it.");
2412
                                                          out.println();
2413
                                                  }
2414
                        }
2415 40581 jjdelcerro
                      }
2416
                      log.info("Current gvsig.product.folder.path = " + gvsigProductFolderPath)
2417 40586 jjdelcerro
                    }
2418 40581 jjdelcerro
                  ]]></source>
2419 41419 jjdelcerro
                                </configuration>
2420
                            </execution>
2421 40829 jjdelcerro
2422 41419 jjdelcerro
                        </executions>
2423
                    </plugin>
2424 40581 jjdelcerro
2425 41419 jjdelcerro
                </plugins>
2426
            </build>
2427
        </profile>
2428 40581 jjdelcerro
2429
2430
2431 41419 jjdelcerro
        <profile>
2432
            <!-- This profile is used to packege and install the gvSIG plugins -->
2433
            <id>gvsig-plugin</id>
2434
            <activation>
2435
                <file>
2436
                    <exists>buildNumber.properties</exists>
2437
                </file>
2438
            </activation>
2439
            <build>
2440
                <plugins>
2441 40581 jjdelcerro
2442 41419 jjdelcerro
                    <plugin>
2443
                        <artifactId>maven-assembly-plugin</artifactId>
2444
                        <executions>
2445
                            <execution>
2446
                                <id>gvsig-plugin-package</id>
2447
                                <phase>package</phase>
2448
                                <goals>
2449
                                    <goal>single</goal>
2450
                                </goals>
2451
                            </execution>
2452
                        </executions>
2453
                    </plugin>
2454 40581 jjdelcerro
2455 41419 jjdelcerro
                    <plugin>
2456
                        <artifactId>maven-clean-plugin</artifactId>
2457
                        <configuration>
2458
                            <skip>false</skip>
2459
                            <failOnError>true</failOnError>
2460
                            <filesets>
2461
                                <fileset>
2462
                                    <directory>${gvsig.product.folder.path}/gvSIG/extensiones/${project.artifactId}</directory>
2463
                                </fileset>
2464
                            </filesets>
2465
                        </configuration>
2466
                        <executions>
2467
                            <execution>
2468
                                <id>default-clean</id>
2469
                                <phase>clean</phase>
2470
                            </execution>
2471
                        </executions>
2472
                    </plugin>
2473 40581 jjdelcerro
2474 41419 jjdelcerro
                    <plugin>
2475
                        <groupId>org.codehaus.gmaven</groupId>
2476
                        <artifactId>gmaven-plugin</artifactId>
2477
                        <executions>
2478 40581 jjdelcerro
2479 41419 jjdelcerro
                            <execution>
2480
                                <id>increase-build-number</id>
2481
                                <phase>process-sources</phase>
2482
                                <goals>
2483
                                    <goal>execute</goal>
2484
                                </goals>
2485
                            </execution>
2486 40581 jjdelcerro
2487 41419 jjdelcerro
                            <execution>
2488
                                <id>build-package-info</id>
2489
                                <phase>prepare-package</phase>
2490
                                <goals>
2491
                                    <goal>execute</goal>
2492
                                </goals>
2493
                            </execution>
2494 40581 jjdelcerro
2495 41419 jjdelcerro
                            <execution>
2496
                                <id>build-package-index</id>
2497
                                <phase>package</phase>
2498
                                <goals>
2499
                                    <goal>execute</goal>
2500
                                </goals>
2501
                            </execution>
2502 40581 jjdelcerro
2503 41419 jjdelcerro
                            <execution>
2504
                                <id>install-plugin</id>
2505
                                <phase>install</phase>
2506
                                <goals>
2507
                                    <goal>execute</goal>
2508
                                </goals>
2509
                            </execution>
2510 40829 jjdelcerro
2511 41419 jjdelcerro
                            <execution>
2512
                                <id>deploy-package</id>
2513
                                <phase>install</phase>
2514
                                <goals>
2515
                                    <goal>execute</goal>
2516
                                </goals>
2517
                            </execution>
2518 40581 jjdelcerro
2519 41419 jjdelcerro
                        </executions>
2520
                    </plugin>
2521 40581 jjdelcerro
2522 41419 jjdelcerro
                </plugins>
2523
            </build>
2524
        </profile>
2525 40581 jjdelcerro
2526 41419 jjdelcerro
    </profiles>
2527 40549 jjdelcerro
2528 41419 jjdelcerro
    <properties>
2529
        <!-- General configuration -->
2530
        <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
2531
        <localRepository>${user.home}/.m2/repository</localRepository>
2532
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
2533
        <eclipse.project.name>${project.artifactId}</eclipse.project.name>
2534 40581 jjdelcerro
2535 41419 jjdelcerro
        <!-- The property svn.tags.folder is used in external projects to override  -->
2536
        <!-- configuraction in maven-release-plugin -->
2537
        <svn.tags.folder>https://devel.gvsig.org/svn/gvsig-desktop/tags/</svn.tags.folder>
2538 40769 jjdelcerro
2539 41419 jjdelcerro
        <!-- Package info property values -->
2540
        <gvsig.version>2.1.0</gvsig.version>
2541
        <gvsig.package.info.codealias />
2542
        <gvsig.package.info.code>${project.artifactId}</gvsig.package.info.code>
2543
        <gvsig.package.info.name>${project.name}</gvsig.package.info.name>
2544
        <gvsig.package.info.description>${project.description}</gvsig.package.info.description>
2545
        <gvsig.package.info.version>${project.version}</gvsig.package.info.version>
2546
        <gvsig.package.info.state>testing</gvsig.package.info.state>
2547
        <gvsig.package.info.official>false</gvsig.package.info.official>
2548
        <gvsig.package.info.operatingSystem>all</gvsig.package.info.operatingSystem>
2549
        <gvsig.package.info.architecture>all</gvsig.package.info.architecture>
2550
        <gvsig.package.info.javaVM>j1_5</gvsig.package.info.javaVM>
2551
        <gvsig.package.info.gvSIGVersion>${gvsig.version}</gvsig.package.info.gvSIGVersion>
2552
        <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.0.1</gvsig.package.info.dependencies>
2553
        <gvsig.package.info.owner>gvSIG Association</gvsig.package.info.owner>
2554
        <gvsig.package.info.sourcesURL>${project.scm.url}</gvsig.package.info.sourcesURL>
2555
        <gvsig.package.info.webURL>http://www.gvsig.com</gvsig.package.info.webURL>
2556
        <gvsig.package.info.categories />
2557
        <gvsig.package.info.poolURL>http://downloads.gvsig.org/download/gvsig-desktop/pool</gvsig.package.info.poolURL>
2558 40769 jjdelcerro
2559 41419 jjdelcerro
        <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
2560
        <gvsig.install.plugin>true</gvsig.install.plugin>
2561
        <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
2562
        <gvsig.install.plugin.package>true</gvsig.install.plugin.package>
2563 40769 jjdelcerro
2564 41419 jjdelcerro
        <!-- External project versions -->
2565 41565 jjdelcerro
        <gvsig.tools.version>3.0.34</gvsig.tools.version>
2566 41419 jjdelcerro
        <gvsig.about.version>1.0.0</gvsig.about.version>
2567
        <gvsig.proj.version>1.0.1</gvsig.proj.version>
2568
        <gvsig.projection.api.version>2.0.15</gvsig.projection.api.version>
2569
        <gvsig.timesupport.version>1.0.0</gvsig.timesupport.version>
2570 40581 jjdelcerro
2571 41419 jjdelcerro
        <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
2572
    </properties>
2573 40435 jjdelcerro
2574 41419 jjdelcerro
    <modules>
2575
        <module>org.gvsig.desktop.compat.cdc</module>
2576
        <module>org.gvsig.desktop.library</module>
2577
        <module>org.gvsig.desktop.framework</module>
2578
        <module>org.gvsig.desktop.plugin</module>
2579 40435 jjdelcerro
2580 41419 jjdelcerro
        <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
2581
        <!-- NOTE: Project  org.gvsig.desktop.buildtools must not be a sub module of this. -->
2582 40435 jjdelcerro
2583 41419 jjdelcerro
    </modules>
2584 40435 jjdelcerro
</project>