Statistics
| Revision:

svn-gvsig-desktop / tags / org.gvsig.desktop-2.0.13 / pom.xml @ 44644

History | View | Annotate | Download (72 KB)

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