Statistics
| Revision:

svn-gvsig-desktop / tags / org.gvsig.desktop-2.0.12 / pom.xml @ 44061

History | View | Annotate | Download (69 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 40519 jjdelcerro
    <version>2.0.12</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 40519 jjdelcerro
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/org.gvsig.desktop-2.0.12</connection>
49
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/org.gvsig.desktop-2.0.12</developerConnection>
50
        <url>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/org.gvsig.desktop-2.0.12</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 40519 jjdelcerro
                <version>2.0.12</version>
836 40501 jjdelcerro
            </dependency>
837
            <dependency>
838
                <groupId>org.gvsig</groupId>
839
                <artifactId>org.gvsig.projection.cresques.ui</artifactId>
840 40519 jjdelcerro
                <version>2.0.12</version>
841 40501 jjdelcerro
            </dependency>
842
            <dependency>
843
                <groupId>org.gvsig</groupId>
844 40435 jjdelcerro
                <artifactId>org.gvsig.andami</artifactId>
845 40519 jjdelcerro
                <version>2.0.12</version>
846 40435 jjdelcerro
            </dependency>
847
            <dependency>
848
                <groupId>org.gvsig</groupId>
849
                <artifactId>org.gvsig.app</artifactId>
850 40519 jjdelcerro
                <version>2.0.12</version>
851 40435 jjdelcerro
            </dependency>
852
            <dependency>
853
                <groupId>org.gvsig</groupId>
854
                <artifactId>org.gvsig.ui</artifactId>
855 40519 jjdelcerro
                <version>2.0.12</version>
856 40435 jjdelcerro
            </dependency>
857
            <dependency>
858
                <groupId>org.gvsig</groupId>
859
                <artifactId>org.gvsig.fmap.control</artifactId>
860 40519 jjdelcerro
                <version>2.0.12</version>
861 40435 jjdelcerro
            </dependency>
862
            <dependency>
863
                <groupId>org.gvsig</groupId>
864
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
865 40519 jjdelcerro
                <version>2.0.12</version>
866 40435 jjdelcerro
            </dependency>
867
            <dependency>
868
                <groupId>org.gvsig</groupId>
869
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
870 40519 jjdelcerro
                <version>2.0.12</version>
871 40435 jjdelcerro
            </dependency>
872
            <dependency>
873
                <groupId>org.gvsig</groupId>
874
                <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
875 40519 jjdelcerro
                <version>2.0.12</version>
876 40435 jjdelcerro
            </dependency>
877
            <dependency>
878
                <groupId>org.gvsig</groupId>
879
                <artifactId>org.gvsig.fmap.dal.api</artifactId>
880 40519 jjdelcerro
                <version>2.0.12</version>
881 40435 jjdelcerro
            </dependency>
882
            <dependency>
883
                <groupId>org.gvsig</groupId>
884
                <artifactId>org.gvsig.fmap.dal.spi</artifactId>
885 40519 jjdelcerro
                <version>2.0.12</version>
886 40435 jjdelcerro
            </dependency>
887
            <dependency>
888
                <groupId>org.gvsig</groupId>
889
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
890 40519 jjdelcerro
                <version>2.0.12</version>
891 40435 jjdelcerro
            </dependency>
892
            <dependency>
893
                <groupId>org.gvsig</groupId>
894
                <artifactId>org.gvsig.fmap.dal.impl</artifactId>
895 40519 jjdelcerro
                <version>2.0.12</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 40519 jjdelcerro
                <version>2.0.12</version>
903 40435 jjdelcerro
            </dependency>
904
            <dependency>
905
                <groupId>org.gvsig</groupId>
906
                <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
907 40519 jjdelcerro
                <version>2.0.12</version>
908 40435 jjdelcerro
            </dependency>
909
            <dependency>
910
                <groupId>org.gvsig</groupId>
911
                <artifactId>org.gvsig.fmap.dal.db.h2</artifactId>
912 40519 jjdelcerro
                <version>2.0.12</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 40519 jjdelcerro
                <version>2.0.12</version>
919 40435 jjdelcerro
            </dependency>
920
            <dependency>
921
                <groupId>org.gvsig</groupId>
922
                <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
923 40519 jjdelcerro
                <version>2.0.12</version>
924 40435 jjdelcerro
            </dependency>
925
            <dependency>
926
                <groupId>org.gvsig</groupId>
927
                <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
928 40519 jjdelcerro
                <version>2.0.12</version>
929 40435 jjdelcerro
            </dependency>
930
            <dependency>
931
              <groupId>org.gvsig</groupId>
932
              <artifactId>org.gvsig.newlayer.lib.api</artifactId>
933 40519 jjdelcerro
              <version>2.0.12</version>
934 40435 jjdelcerro
            </dependency>
935
            <dependency>
936
              <groupId>org.gvsig</groupId>
937
              <artifactId>org.gvsig.newlayer.lib.api</artifactId>
938 40519 jjdelcerro
              <version>2.0.12</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 40519 jjdelcerro
              <version>2.0.12</version>
945 40435 jjdelcerro
            </dependency>
946
            <dependency>
947
                <groupId>org.gvsig</groupId>
948
                <artifactId>org.gvsig.newlayer.prov.generic</artifactId>
949 40519 jjdelcerro
                <version>2.0.12</version>
950 40435 jjdelcerro
            </dependency>
951
            <dependency>
952
                <groupId>org.gvsig</groupId>
953
                <artifactId>org.gvsig.newlayer.prov.file</artifactId>
954 40519 jjdelcerro
                <version>2.0.12</version>
955 40435 jjdelcerro
            </dependency>
956
            <dependency>
957
                <groupId>org.gvsig</groupId>
958
                <artifactId>org.gvsig.newlayer.prov.shape</artifactId>
959 40519 jjdelcerro
                <version>2.0.12</version>
960 40435 jjdelcerro
            </dependency>
961
            <dependency>
962
                <groupId>org.gvsig</groupId>
963
                <artifactId>org.gvsig.symbology.lib.api</artifactId>
964 40519 jjdelcerro
                <version>2.0.12</version>
965 40435 jjdelcerro
            </dependency>
966
            <dependency>
967
                <groupId>org.gvsig</groupId>
968
                <artifactId>org.gvsig.symbology.lib.impl</artifactId>
969 40519 jjdelcerro
                <version>2.0.12</version>
970 40435 jjdelcerro
            </dependency>
971
            <dependency>
972
                <groupId>org.gvsig</groupId>
973
                <artifactId>org.gvsig.symbology.swing.api</artifactId>
974 40519 jjdelcerro
                <version>2.0.12</version>
975 40435 jjdelcerro
            </dependency>
976
            <dependency>
977
                <groupId>org.gvsig</groupId>
978
                <artifactId>org.gvsig.symbology.swing.impl</artifactId>
979 40519 jjdelcerro
                <version>2.0.12</version>
980 40435 jjdelcerro
            </dependency>
981
            <dependency>
982
                <groupId>org.gvsig</groupId>
983
                <artifactId>org.gvsig.fmap.geometry.api</artifactId>
984 40519 jjdelcerro
                <version>2.0.12</version>
985 40435 jjdelcerro
            </dependency>
986
            <dependency>
987
                <groupId>org.gvsig</groupId>
988
                <artifactId>org.gvsig.fmap.geometry.impl</artifactId>
989 40519 jjdelcerro
                <version>2.0.12</version>
990 40435 jjdelcerro
            </dependency>
991
            <dependency>
992
                <groupId>org.gvsig</groupId>
993
                <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
994 40519 jjdelcerro
                <version>2.0.12</version>
995 40435 jjdelcerro
            </dependency>
996
            <dependency>
997
                <groupId>org.gvsig</groupId>
998
                <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
999 40519 jjdelcerro
                <version>2.0.12</version>
1000 40435 jjdelcerro
            </dependency>
1001
            <dependency>
1002
                <groupId>org.gvsig</groupId>
1003
                <artifactId>org.gvsig.compat.api</artifactId>
1004 40519 jjdelcerro
                <version>2.0.12</version>
1005 40435 jjdelcerro
            </dependency>
1006
            <dependency>
1007
                <groupId>org.gvsig</groupId>
1008
                <artifactId>org.gvsig.compat.se</artifactId>
1009 40519 jjdelcerro
                <version>2.0.12</version>
1010 40435 jjdelcerro
            </dependency>
1011
            <dependency>
1012
                <groupId>org.gvsig</groupId>
1013
                <artifactId>org.gvsig.remoteclient</artifactId>
1014 40519 jjdelcerro
                <version>2.0.12</version>
1015 40435 jjdelcerro
            </dependency>
1016
            <dependency>
1017
                <groupId>org.gvsig</groupId>
1018
                <artifactId>org.gvsig.i18n</artifactId>
1019 40519 jjdelcerro
                <version>2.0.12</version>
1020 40435 jjdelcerro
            </dependency>
1021
            <dependency>
1022
                <groupId>org.gvsig</groupId>
1023
                <artifactId>org.gvsig.utils</artifactId>
1024 40519 jjdelcerro
                <version>2.0.12</version>
1025 40435 jjdelcerro
            </dependency>
1026
            <dependency>
1027
              <groupId>org.gvsig</groupId>
1028
              <artifactId>org.gvsig.annotation.lib.api</artifactId>
1029 40519 jjdelcerro
              <version>2.0.12</version>
1030 40435 jjdelcerro
            </dependency>
1031
            <dependency>
1032
              <groupId>org.gvsig</groupId>
1033
              <artifactId>org.gvsig.annotation.lib.impl</artifactId>
1034 40519 jjdelcerro
              <version>2.0.12</version>
1035 40435 jjdelcerro
            </dependency>
1036
            <dependency>
1037
              <groupId>org.gvsig</groupId>
1038
              <artifactId>org.gvsig.annotation.swing.api</artifactId>
1039 40519 jjdelcerro
              <version>2.0.12</version>
1040 40435 jjdelcerro
            </dependency>
1041
            <dependency>
1042
              <groupId>org.gvsig</groupId>
1043
              <artifactId>org.gvsig.annotation.swing.impl</artifactId>
1044 40519 jjdelcerro
              <version>2.0.12</version>
1045 40435 jjdelcerro
            </dependency>
1046
            <dependency>
1047
              <groupId>org.gvsig</groupId>
1048
              <artifactId>org.gvsig.exportto.lib.api</artifactId>
1049 40519 jjdelcerro
              <version>2.0.12</version>
1050 40435 jjdelcerro
            </dependency>
1051
            <dependency>
1052
              <groupId>org.gvsig</groupId>
1053
              <artifactId>org.gvsig.exportto.lib.api</artifactId>
1054 40519 jjdelcerro
              <version>2.0.12</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 40519 jjdelcerro
                <version>2.0.12</version>
1061 40435 jjdelcerro
            </dependency>
1062
            <dependency>
1063
                <groupId>org.gvsig</groupId>
1064
                <artifactId>org.gvsig.exportto.swing.api</artifactId>
1065 40519 jjdelcerro
                <version>2.0.12</version>
1066 40435 jjdelcerro
            </dependency>
1067
            <dependency>
1068
                <groupId>org.gvsig</groupId>
1069
                <artifactId>org.gvsig.exportto.swing.spi</artifactId>
1070 40519 jjdelcerro
                <version>2.0.12</version>
1071 40435 jjdelcerro
            </dependency>
1072
            <dependency>
1073
                <groupId>org.gvsig</groupId>
1074
                <artifactId>org.gvsig.exportto.swing.impl</artifactId>
1075 40519 jjdelcerro
                <version>2.0.12</version>
1076 40435 jjdelcerro
            </dependency>
1077
            <dependency>
1078
                <groupId>org.gvsig</groupId>
1079
                <artifactId>org.gvsig.exportto.swing.prov.generic</artifactId>
1080 40519 jjdelcerro
                <version>2.0.12</version>
1081 40435 jjdelcerro
            </dependency>
1082
            <dependency>
1083
                <groupId>org.gvsig</groupId>
1084
                <artifactId>org.gvsig.exportto.swing.prov.file</artifactId>
1085 40519 jjdelcerro
                <version>2.0.12</version>
1086 40435 jjdelcerro
            </dependency>
1087
            <dependency>
1088
                <groupId>org.gvsig</groupId>
1089
                <artifactId>org.gvsig.exportto.swing.prov.jdbc</artifactId>
1090 40519 jjdelcerro
                <version>2.0.12</version>
1091 40435 jjdelcerro
            </dependency>
1092
            <dependency>
1093
                <groupId>org.gvsig</groupId>
1094
                <artifactId>org.gvsig.exportto.swing.prov.shape</artifactId>
1095 40519 jjdelcerro
                <version>2.0.12</version>
1096 40435 jjdelcerro
            </dependency>
1097
            <dependency>
1098
                <groupId>org.gvsig</groupId>
1099
                <artifactId>org.gvsig.exportto.swing.prov.dxf</artifactId>
1100 40519 jjdelcerro
                <version>2.0.12</version>
1101 40435 jjdelcerro
            </dependency>
1102
            <dependency>
1103
                <groupId>org.gvsig</groupId>
1104
                <artifactId>org.gvsig.exportto.swing.prov.dbf</artifactId>
1105 40519 jjdelcerro
                <version>2.0.12</version>
1106 40435 jjdelcerro
            </dependency>
1107
            <dependency>
1108
                <groupId>org.gvsig</groupId>
1109
                <artifactId>org.gvsig.exportto.swing.prov.postgresql</artifactId>
1110 40519 jjdelcerro
                <version>2.0.12</version>
1111 40435 jjdelcerro
            </dependency>
1112
            <dependency>
1113
                <groupId>org.gvsig</groupId>
1114
                <artifactId>org.gvsig.exportto.swing.prov.mysql</artifactId>
1115 40519 jjdelcerro
                <version>2.0.12</version>
1116 40435 jjdelcerro
            </dependency>
1117
            <dependency>
1118
                <groupId>org.gvsig</groupId>
1119
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1120 40519 jjdelcerro
                <version>2.0.12</version>
1121 40435 jjdelcerro
            </dependency>
1122
            <dependency>
1123
                <groupId>org.gvsig</groupId>
1124
                <artifactId>org.gvsig.personaldb.lib.api</artifactId>
1125 40519 jjdelcerro
                <version>2.0.12</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 40519 jjdelcerro
                <version>2.0.12</version>
1133 40435 jjdelcerro
            </dependency>
1134
            <dependency>
1135
              <groupId>org.gvsig</groupId>
1136
              <artifactId>org.gvsig.installer.swing.api</artifactId>
1137 40519 jjdelcerro
              <version>2.0.12</version>
1138 40435 jjdelcerro
            </dependency>
1139
            <dependency>
1140
                <groupId>org.gvsig</groupId>
1141
                <artifactId>org.gvsig.installer.swing.impl</artifactId>
1142 40519 jjdelcerro
                <version>2.0.12</version>
1143 40435 jjdelcerro
            </dependency>
1144
            <dependency>
1145
              <groupId>org.gvsig</groupId>
1146
              <artifactId>org.gvsig.installer.lib.api</artifactId>
1147 40519 jjdelcerro
              <version>2.0.12</version>
1148 40435 jjdelcerro
            </dependency>
1149
            <dependency>
1150
              <groupId>org.gvsig</groupId>
1151
              <artifactId>org.gvsig.installer.lib.spi</artifactId>
1152 40519 jjdelcerro
              <version>2.0.12</version>
1153 40435 jjdelcerro
            </dependency>
1154
            <dependency>
1155
              <groupId>org.gvsig</groupId>
1156
              <artifactId>org.gvsig.installer.lib.impl</artifactId>
1157 40519 jjdelcerro
              <version>2.0.12</version>
1158 40435 jjdelcerro
            </dependency>
1159
            <dependency>
1160
              <groupId>org.gvsig</groupId>
1161
              <artifactId>org.gvsig.installer.prov.plugin</artifactId>
1162 40519 jjdelcerro
              <version>2.0.12</version>
1163 40435 jjdelcerro
            </dependency>
1164
            <dependency>
1165
              <groupId>org.gvsig</groupId>
1166 40513 jjdelcerro
              <artifactId>org.gvsig.geodb.app.mainplugin</artifactId>
1167 40519 jjdelcerro
              <version>2.0.12</version>
1168 40435 jjdelcerro
            </dependency>
1169
1170
            <dependency>
1171
              <groupId>org.gvsig</groupId>
1172
              <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
1173 40519 jjdelcerro
              <version>2.0.12</version>
1174 40435 jjdelcerro
            </dependency>
1175
            <dependency>
1176
              <groupId>org.gvsig</groupId>
1177
              <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1178 40519 jjdelcerro
              <version>2.0.12</version>
1179 40435 jjdelcerro
            </dependency>
1180
            <dependency>
1181
              <groupId>org.gvsig</groupId>
1182
              <artifactId>org.gvsig.daltransform.app.mainplugin</artifactId>
1183 40519 jjdelcerro
              <version>2.0.12</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
                  <keywords>true</keywords>
1333
                  <detectLinks>true</detectLinks>
1334
                  <javaApiLinks>
1335
                      <property>
1336
                          <name>api_1.4</name>
1337
                          <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
1338
                      </property>
1339
                      <property>
1340
                          <name>api_1.5</name>
1341
                          <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
1342
                      </property>
1343
                      <property>
1344
                          <name>api_1.6</name>
1345
                          <value>http://download.oracle.com/javase/6/docs/api/</value>
1346
                      </property>
1347
                  </javaApiLinks>
1348
              </configuration>
1349
          </plugin>
1350
1351
          <plugin>
1352
              <groupId>org.apache.maven.plugins</groupId>
1353
              <artifactId>maven-site-plugin</artifactId>
1354
              <configuration>
1355
                  <chmod>true</chmod>
1356
                  <chmodMode>a+rwX</chmodMode>
1357
              </configuration>
1358
          </plugin>
1359
1360
          <plugin>
1361
              <groupId>org.apache.maven.plugins</groupId>
1362
              <artifactId>maven-jar-plugin</artifactId>
1363
              <version>2.3.1</version>
1364
              <configuration>
1365
                  <archive>
1366
                      <manifestEntries>
1367
                          <Built-By>gvSIG Team</Built-By>
1368
                      </manifestEntries>
1369
                  </archive>
1370
              </configuration>
1371
          </plugin>
1372
1373 40469 jjdelcerro
          <plugin>
1374
            <groupId>org.codehaus.mojo</groupId>
1375
            <artifactId>properties-maven-plugin</artifactId>
1376
            <version>1.0-alpha-2</version>
1377
          </plugin>
1378
1379
          <plugin>
1380
            <groupId>org.codehaus.gmaven</groupId>
1381
            <artifactId>gmaven-plugin</artifactId>
1382
            <version>1.4</version>
1383
          </plugin>
1384
1385
          <plugin>
1386
            <groupId>org.apache.maven.plugins</groupId>
1387
            <artifactId>maven-antrun-plugin</artifactId>
1388
            <version>1.7</version>
1389
          </plugin>
1390 40435 jjdelcerro
1391 40469 jjdelcerro
          <plugin>
1392
            <groupId>org.codehaus.mojo</groupId>
1393
            <artifactId>animal-sniffer-maven-plugin</artifactId>
1394
            <version>1.9</version>
1395
          </plugin>
1396 40435 jjdelcerro
1397 40469 jjdelcerro
          <plugin>
1398
              <groupId>org.apache.maven.plugins</groupId>
1399
              <artifactId>maven-release-plugin</artifactId>
1400
              <version>2.1</version>
1401
          </plugin>
1402 40435 jjdelcerro
1403 40469 jjdelcerro
          <plugin>
1404
            <groupId>org.apache.maven.plugins</groupId>
1405
            <artifactId>maven-assembly-plugin</artifactId>
1406
            <version>2.2-beta-5</version>
1407
          </plugin>
1408 40435 jjdelcerro
1409 40469 jjdelcerro
          <plugin>
1410
            <groupId>org.apache.maven.plugins</groupId>
1411
            <artifactId>maven-clean-plugin</artifactId>
1412
            <version>2.4.1</version>
1413
          </plugin>
1414
1415
          <plugin>
1416
              <groupId>org.codehaus.mojo</groupId>
1417
              <artifactId>exec-maven-plugin</artifactId>
1418
              <version>1.2</version>
1419
          </plugin>
1420
1421
          <plugin>
1422
              <groupId>com.mycila.maven-license-plugin</groupId>
1423
              <artifactId>maven-license-plugin</artifactId>
1424
              <version>1.10.b1</version>
1425
          </plugin>
1426
1427
          <plugin>
1428
            <groupId>org.apache.maven.plugins</groupId>
1429
            <artifactId>maven-checkstyle-plugin</artifactId>
1430
            <version>2.10</version>
1431
          </plugin>
1432
1433
          <plugin>
1434
              <groupId>org.apache.maven.plugins</groupId>
1435
              <artifactId>maven-source-plugin</artifactId>
1436
              <version>2.2.1</version>
1437
          </plugin>
1438
1439 40435 jjdelcerro
        </plugins>
1440
      </pluginManagement>
1441
1442
      <plugins>
1443
1444
        <plugin>
1445
          <artifactId>maven-clean-plugin</artifactId>
1446
          <configuration>
1447
            <filesets>
1448
              <fileset>
1449
                <directory>${user.home}/.depman/</directory>
1450
                <includes>
1451
                  <include>**</include>
1452
                </includes>
1453
              </fileset>
1454
            </filesets>
1455
            <followSymLinks>true</followSymLinks>
1456
          </configuration>
1457
        </plugin>
1458
1459
        <plugin>
1460
            <groupId>org.apache.maven.plugins</groupId>
1461
            <artifactId>maven-release-plugin</artifactId>
1462
            <configuration>
1463 40507 jjdelcerro
                <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/</tagBase>
1464
                        <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
1465
                        are not installed, so the dependencies between modules are not met. With this configuration
1466
                        we force the module installation. -->
1467
                        <preparationGoals>clean install</preparationGoals>
1468
                        <autoVersionSubmodules>true</autoVersionSubmodules>
1469 40435 jjdelcerro
            </configuration>
1470
        </plugin>
1471
1472
        <plugin>
1473
          <!-- load ".gvsig-devel.properties" -->
1474
          <groupId>org.codehaus.mojo</groupId>
1475
          <artifactId>properties-maven-plugin</artifactId>
1476
          <configuration>
1477
              <files>
1478
                  <!-- Define gvsig.product.folder.path in this property -->
1479
                  <file>${user.home}/.gvsig-devel.properties</file>
1480
                  <file>${project.basedir}/gvsig-devel.properties</file>
1481
              </files>
1482
              <quiet>true</quiet>
1483
          </configuration>
1484
          <executions>
1485
              <execution>
1486 40469 jjdelcerro
                  <id>default</id>
1487 40457 jjdelcerro
                  <phase>prepare-package</phase>
1488 40435 jjdelcerro
                  <goals>
1489
                      <goal>read-project-properties</goal>
1490
                  </goals>
1491
              </execution>
1492
              <execution>
1493 40469 jjdelcerro
                <id>default-clean</id>
1494 40435 jjdelcerro
                <phase>pre-clean</phase>
1495
                <goals>
1496
                    <goal>read-project-properties</goal>
1497
                </goals>
1498
            </execution>
1499
          </executions>
1500
        </plugin>
1501
1502
        <plugin>
1503
          <!-- Check if exists ".gvsig-devel.properties" and create if not exists -->
1504
          <groupId>org.codehaus.gmaven</groupId>
1505
          <artifactId>gmaven-plugin</artifactId>
1506
          <inherited>false</inherited>
1507
          <executions>
1508
            <execution>
1509
            <phase>generate-sources</phase>
1510
            <goals>
1511
              <goal>execute</goal>
1512
            </goals>
1513
            <configuration>
1514
              <source><![CDATA[
1515
                Properties props = new Properties()
1516
                File propsFile = new File(System.properties['user.home'] + "/.gvsig-devel.properties")
1517
                gvsigProductFolderPathDefault = project.properties["gvsig.product.folder.path"]
1518
                println "Default gvsig.product.folder.path = " + gvsigProductFolderPathDefault
1519
                try {
1520
                  props.load(propsFile.newDataInputStream())
1521
                  gvsigProductFolderPath = props.getProperty('gvsig.product.folder.path')
1522
                  if( gvsigProductFolderPath == null ) {
1523
                    gvsigProductFolderPath = gvsigProductFolderPathDefault
1524
                    props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1525
                    props.store(propsFile.newWriter(), null)
1526
                  }
1527
                } catch(java.io.FileNotFoundException e){
1528
                  gvsigProductFolderPath = gvsigProductFolderPathDefault
1529
                  props.setProperty('gvsig.product.folder.path', gvsigProductFolderPath)
1530
                  props.store(propsFile.newWriter(), null)
1531
                }
1532
                println "Current gvsig.product.folder.path = " + gvsigProductFolderPath
1533
              ]]></source>
1534
            </configuration>
1535
            </execution>
1536
          </executions>
1537
        </plugin>
1538
1539
1540
      <plugin>
1541
        <!-- Package the roor folder of gvSIG desktop -->
1542
        <artifactId>maven-assembly-plugin</artifactId>
1543
        <inherited>false</inherited>
1544
        <configuration>
1545
            <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
1546
            <appendAssemblyId>false</appendAssemblyId>
1547
        </configuration>
1548
        <executions>
1549
          <execution>
1550
            <id>gvsig-plugin-package</id>
1551
            <phase>package</phase>
1552
            <goals>
1553
                <goal>single</goal>
1554
            </goals>
1555
            <configuration>
1556
              <finalName>${project.artifactId}-${project.version}-root-folder</finalName>
1557
              <descriptors>
1558
                <descriptorId>src/main/assembly/gvsig-root-folder-package.xml</descriptorId>
1559
              </descriptors>
1560
            </configuration>
1561
          </execution>
1562
        </executions>
1563
      </plugin>
1564
1565
      <plugin>
1566 40469 jjdelcerro
        <!-- Install the root folder of gvSIG desktop in product folder -->
1567 40435 jjdelcerro
        <artifactId>maven-antrun-plugin</artifactId>
1568
        <inherited>false</inherited>
1569
        <executions>
1570
          <execution>
1571
            <id>gvsig-plugin-install</id>
1572
            <phase>install</phase>
1573
            <configuration>
1574
              <target>
1575 40510 jjdelcerro
                <unzip src="target/${project.artifactId}-${project.version}-root-folder.zip" dest="${gvsig.product.folder.path}" />
1576 40435 jjdelcerro
              </target>
1577
            </configuration>
1578
            <goals>
1579
              <goal>run</goal>
1580
            </goals>
1581
          </execution>
1582
        </executions>
1583
      </plugin>
1584
1585
      <plugin>
1586
          <groupId>org.codehaus.mojo</groupId>
1587
          <artifactId>animal-sniffer-maven-plugin</artifactId>
1588
          <executions>
1589
              <execution>
1590
                  <id>check-java-api</id>
1591
                  <phase>package</phase>
1592
                  <goals>
1593
                      <goal>check</goal>
1594
                  </goals>
1595
                  <configuration>
1596 40498 jjdelcerro
                            <skip>false</skip>
1597 40435 jjdelcerro
                      <signature>
1598
                          <groupId>org.codehaus.mojo.signature</groupId>
1599
                          <artifactId>java15</artifactId>
1600
                          <version>1.0</version>
1601
                      </signature>
1602
                      <ignores>
1603
                          <ignore>net.sourceforge.cobertura.coveragedata.TouchCollector</ignore>
1604
                      </ignores>
1605
                  </configuration>
1606
              </execution>
1607
          </executions>
1608
      </plugin>
1609
1610
      <plugin>
1611
          <groupId>org.apache.maven.plugins</groupId>
1612
          <artifactId>maven-javadoc-plugin</artifactId>
1613
          <executions>
1614
              <execution>
1615
                  <id>attach-javadocs</id>
1616
                  <goals>
1617
                      <goal>jar</goal>
1618
                  </goals>
1619
              </execution>
1620
          </executions>
1621
      </plugin>
1622
1623
      <plugin>
1624 40469 jjdelcerro
          <groupId>org.apache.maven.plugins</groupId>
1625
          <artifactId>maven-source-plugin</artifactId>
1626
          <configuration>
1627
            <skipSource>false</skipSource> <!-- User property is: source.skip. -->
1628
          </configuration>
1629
          <executions>
1630
              <execution>
1631
                  <id>attach-sources</id>
1632
                  <phase>verify</phase>
1633
                  <goals>
1634
                      <goal>jar-no-fork</goal>
1635
                  </goals>
1636
              </execution>
1637
              <execution>
1638
                  <id>attach-test-sources</id>
1639
                  <phase>verify</phase>
1640
                  <goals>
1641
                      <goal>test-jar-no-fork</goal>
1642
                  </goals>
1643
              </execution>
1644
          </executions>
1645
      </plugin>
1646
1647
      <plugin>
1648
        <groupId>org.apache.maven.plugins</groupId>
1649
        <artifactId>maven-checkstyle-plugin</artifactId>
1650
        <!-- invoke as "mvn checkstyle:checkstyle"  or "mvn site" -->
1651
        <configuration>
1652
          <skip>false</skip> <!-- User property is: checkstyle.skip. -->
1653
          <enableRulesSummary>true</enableRulesSummary>
1654
          <failsOnError>false</failsOnError>
1655
          <configLocation>gvsig/checkstyle.xml</configLocation>
1656
          <headerLocation>gvsig/LICENSE.txt</headerLocation>
1657
        </configuration>
1658
        <dependencies>
1659
          <dependency>
1660
              <groupId>org.gvsig</groupId>
1661
              <artifactId>org.gvsig.desktop.buildtools</artifactId>
1662
              <version>2.0.10-SNAPSHOT</version>
1663
          </dependency>
1664
        </dependencies>
1665
      </plugin>
1666
1667
      <plugin>
1668
          <groupId>com.mycila.maven-license-plugin</groupId>
1669
          <artifactId>maven-license-plugin</artifactId>
1670
          <!-- invoke as "mvn license:format" to fix the header -->
1671
          <!-- invoke as "mvn license:check" to check the header -->
1672 40471 jjdelcerro
          <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1673 40469 jjdelcerro
          <configuration>
1674 40480 jjdelcerro
              <skip>true</skip> <!-- User property is: license.skip  -->
1675 40469 jjdelcerro
              <header>header.txt</header>
1676
              <failIfMissing>false</failIfMissing>
1677
              <aggregate>true</aggregate>
1678
              <strictCheck>true</strictCheck>
1679
              <encoding>ISO-8859-1</encoding>
1680 40472 jjdelcerro
              <quiet>true</quiet>
1681 40469 jjdelcerro
              <mapping>
1682
                  <pom>XML_STYLE</pom>
1683
              </mapping>
1684
              <excludes>
1685
                  <exclude>**/*.properties</exclude>
1686 40471 jjdelcerro
                  <exclude>**/*.txt</exclude>
1687 40469 jjdelcerro
              </excludes>
1688
          </configuration>
1689
          <executions>
1690
            <execution>
1691
                <phase>test</phase>
1692
                <goals>
1693
                    <goal>check</goal>
1694
                </goals>
1695
            </execution>
1696
          </executions>
1697
          <dependencies>
1698
              <dependency>
1699
                  <groupId>org.gvsig</groupId>
1700
                  <artifactId>org.gvsig.desktop.buildtools</artifactId>
1701
                  <version>2.0.10-SNAPSHOT</version>
1702
              </dependency>
1703
          </dependencies>
1704
      </plugin>
1705
1706
      <plugin>
1707 40435 jjdelcerro
        <!-- to continue building  when test fail -->
1708
        <groupId>org.apache.maven.plugins</groupId>
1709
        <artifactId>maven-surefire-plugin</artifactId>
1710
        <configuration>
1711
          <testFailureIgnore>true</testFailureIgnore>
1712
        </configuration>
1713
      </plugin>
1714
1715
    </plugins>
1716
  </build>
1717
1718 40480 jjdelcerro
1719 40501 jjdelcerro
         <reporting>
1720
            <excludeDefaults>true</excludeDefaults>
1721
            <plugins>
1722
              <plugin>
1723
                <groupId>org.apache.maven.plugins</groupId>
1724
                <artifactId>maven-project-info-reports-plugin</artifactId>
1725
            <version>2.7</version>
1726
              </plugin>
1727
              <plugin>
1728
                <groupId>org.apache.maven.plugins</groupId>
1729
                <artifactId>maven-javadoc-plugin</artifactId>
1730
            <version>2.9</version>
1731
              </plugin>
1732
              <plugin>
1733
                <groupId>org.apache.maven.plugins</groupId>
1734
                <artifactId>maven-jxr-plugin</artifactId>
1735
            <version>2.3</version>
1736
                <configuration>
1737
                  <linkJavadoc>true</linkJavadoc>
1738
                </configuration>
1739
              </plugin>
1740
            </plugins>
1741
          </reporting>
1742
1743 40480 jjdelcerro
1744 40435 jjdelcerro
  <profiles>
1745
      <profile>
1746
        <id>gvsig-desktop-package</id>
1747
        <activation>
1748
          <property>
1749
            <name>packtozip</name>
1750
          </property>
1751
        </activation>
1752
        <build>
1753
          <plugins>
1754
            <plugin>
1755
              <artifactId>maven-assembly-plugin</artifactId>
1756
              <inherited>false</inherited>
1757
              <configuration>
1758
                  <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
1759
                  <appendAssemblyId>false</appendAssemblyId>
1760
              </configuration>
1761
              <executions>
1762
                <execution>
1763
                  <id>gvsig-plugin-package</id>
1764
                  <phase>package</phase>
1765
                  <goals>
1766
                      <goal>single</goal>
1767
                  </goals>
1768
                  <configuration>
1769
                    <finalName>${project.artifactId}-${project.version}</finalName>
1770
                    <descriptors>
1771
                      <descriptorId>src/main/assembly/gvsig-pack-to-zip.xml</descriptorId>
1772
                    </descriptors>
1773
                  </configuration>
1774
                </execution>
1775
              </executions>
1776
            </plugin>
1777
          </plugins>
1778
        </build>
1779
      </profile>
1780 40457 jjdelcerro
1781 40435 jjdelcerro
  </profiles>
1782
1783
  <properties>
1784
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
1785
    <localRepository>${user.home}/.m2/repository</localRepository>
1786
    <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
1787
    <eclipse.project.name>${project.artifactId}</eclipse.project.name>
1788
1789 40501 jjdelcerro
    <gvsig.tools.version>3.0.4</gvsig.tools.version>
1790 40513 jjdelcerro
        <gvsig.about.version>1.0.0</gvsig.about.version>
1791 40487 jjdelcerro
    <gvsig.metadata.version>1.0.0</gvsig.metadata.version>
1792 40501 jjdelcerro
    <gvsig.proj.version>1.0.0</gvsig.proj.version>
1793 40513 jjdelcerro
        <gvsig.timesupport.version>1.0.0</gvsig.timesupport.version>
1794
1795 40435 jjdelcerro
    <gvsig.product.folder.path>${basedir}/target/product</gvsig.product.folder.path>
1796
  </properties>
1797
1798
  <modules>
1799 40469 jjdelcerro
    <module>org.gvsig.desktop.buildtools</module>
1800 40435 jjdelcerro
    <module>org.gvsig.desktop.compat.cdc</module>
1801
    <module>org.gvsig.desktop.library</module>
1802
    <module>org.gvsig.desktop.framework</module>
1803
    <module>org.gvsig.desktop.plugin</module>
1804
1805
      <!-- NOTE: Project  org.gvsig.desktop.installer must not be a sub module of this. -->
1806
1807
  </modules>
1808
</project>