Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / pom.xml @ 2879

History | View | Annotate | Download (30.8 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
    <modelVersion>4.0.0</modelVersion>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.tools</artifactId>
6
    <packaging>pom</packaging>
7
    <version>3.0.346</version>
8
    <name>org.gvsig.tools</name>
9
    <description>Tools related to application framework architecture
10
        and implementations of design patterns</description>
11

    
12

    
13
    <licenses>
14
        <license>
15
            <name>GPLv3</name>
16
            <url>http://www.gnu.org/licenses/gpl.html</url>
17
            <distribution>repo</distribution>
18
            <comments>
19
                "GPL" stands for "General Public License". The most widespread such
20
                license is the GNU General Public License, or GNU GPL for short.
21
                This can be further shortened to "GPL", when it is understood that
22
                the GNU GPL is the one intended.
23
            </comments>
24
        </license>
25
    </licenses>
26

    
27
    <organization>
28
        <name>gvSIG Association</name>
29
        <url>http://www.gvsig.com/</url>
30
    </organization>
31

    
32
    <scm>
33
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.346</connection>
34
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.346</developerConnection>
35
        <url>https://devel.gvsig.org/redmine/projects/gvsig-tools/repository/show/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.346</url>
36
    </scm>
37

    
38
    <repositories>
39
        <repository>
40
            <id>gvsig-public-http-repository</id>
41
            <name>gvSIG maven public HTTP repository</name>
42
            <url>http://devel.gvsig.org/m2repo/j2se</url>
43
            <releases>
44
                <enabled>true</enabled>
45
                <updatePolicy>daily</updatePolicy>
46
                <checksumPolicy>warn</checksumPolicy>
47
            </releases>
48
            <snapshots>
49
                <enabled>true</enabled>
50
                <updatePolicy>daily</updatePolicy>
51
                <checksumPolicy>warn</checksumPolicy>
52
            </snapshots>
53
        </repository>
54
    </repositories>
55

    
56
    <distributionManagement>
57
        <site>
58
            <id>gvsig-repository</id>
59
            <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
60
        </site>
61
        <repository>
62
            <id>gvsig-repository</id>
63
            <name>gvSIG maven repository</name>
64
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
65
            <uniqueVersion>false</uniqueVersion>
66
        </repository>
67
        <snapshotRepository>
68
            <id>gvsig-repository</id>
69
            <name>gvSIG maven repository</name>
70
            <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
71
            <uniqueVersion>false</uniqueVersion>
72
        </snapshotRepository>
73
    </distributionManagement>
74

    
75
    <issueManagement>
76
        <system>redmine</system>
77
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
78
    </issueManagement>
79

    
80
    <mailingLists>
81
        <mailingList>
82
            <name>User List</name>
83
            <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</subscribe>
84
            <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</unsubscribe>
85
            <post>gvsig_usuarios@listserv.gva.es</post>
86
            <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
87
            <otherArchives>
88
                <otherArchive>http://www.mail-archive.com/gvsig_usuarios@runas.cap.gva.es</otherArchive>
89
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
90
            </otherArchives>
91
        </mailingList>
92
        <mailingList>
93
            <name>Developer List</name>
94
            <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</subscribe>
95
            <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</unsubscribe>
96
            <post>gvsig_desarrolladores@listserv.gva.es</post>
97
            <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
98
            <otherArchives>
99
                <otherArchive>http://www.mail-archive.com/gvsig_desarrolladores@runas.cap.gva.es</otherArchive>
100
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
101
            </otherArchives>
102
        </mailingList>
103
        <mailingList>
104
            <name>International List</name>
105
            <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</subscribe>
106
            <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</unsubscribe>
107
            <post>gvsig_internacional@listserv.gva.es</post>
108
            <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
109
            <otherArchives>
110
                <otherArchive>http://www.mail-archive.com/gvsig_internacional@runas.cap.gva.es</otherArchive>
111
                <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
112
            </otherArchives>
113
        </mailingList>
114
    </mailingLists>
115

    
116
    <developers>
117
        <developer>
118
            <id>jjdelcerro</id>
119
            <name>Joaquín José del Cerro</name>
120
            <email>jjdelcerro@gvsig.org</email>
121
            <roles>
122
                <role>Architect</role>
123
                <role>Developer</role>
124
            </roles>
125
        </developer>
126
        <developer>
127
            <id>jmvivo</id>
128
            <name>José Manuel Vivó</name>
129
            <email>jmvivo@disid.com</email>
130
            <roles>
131
                <role>Developer</role>
132
            </roles>
133
        </developer>
134
        <developer>
135
            <id>cordinyana</id>
136
            <name>César Ordiñana</name>
137
            <email>cordin@gvsig.org</email>
138
            <roles>
139
                <role>Architect</role>
140
                <role>Developer</role>
141
            </roles>
142
        </developer>
143
    </developers>
144

    
145
    <dependencyManagement>
146
        <dependencies>
147
            <dependency>
148
                <groupId>junit</groupId>
149
                <artifactId>junit</artifactId>
150
                <version>3.8.1</version>
151
            </dependency>
152
            <dependency>
153
                <groupId>org.slf4j</groupId>
154
                <artifactId>slf4j-api</artifactId>
155
                <version>1.7.30</version>
156
            </dependency>
157
            <dependency>
158
                <groupId>org.slf4j</groupId>
159
                <artifactId>slf4j-log4j12</artifactId>
160
                <version>1.7.30</version>
161
            </dependency>
162
            <dependency>
163
                <groupId>log4j</groupId>
164
                <artifactId>log4j</artifactId>
165
                <version>1.2.14</version>
166
            </dependency>
167
            <dependency>
168
                <groupId>easymock</groupId>
169
                <artifactId>easymock</artifactId>
170
                <version>1.2_Java1.3</version>
171
                <scope>test</scope>
172
            </dependency>
173
            <dependency>
174
                <groupId>net.sf.kxml</groupId>
175
                <artifactId>kxml2</artifactId>
176
                <version>2.2.2</version>
177
            </dependency>
178
            <dependency>
179
                <groupId>commons-codec</groupId>
180
                <artifactId>commons-codec</artifactId>
181
                <version>1.8</version>
182
            </dependency>
183
            <dependency>
184
                <groupId>commons-io</groupId>
185
                <artifactId>commons-io</artifactId>
186
                <version>2.9.0</version>
187
            </dependency>
188
            <dependency>
189
                <groupId>org.apache.commons</groupId>
190
                <artifactId>commons-lang3</artifactId>
191
                <version>3.8.1</version>
192
            </dependency>
193

    
194
            <dependency>
195
                <groupId>org.apache.commons</groupId>
196
                <artifactId>commons-collections4</artifactId>
197
                <version>4.4</version>
198
            </dependency>
199
            
200
            <dependency>
201
                <groupId>net.sf</groupId>
202
                <artifactId>flib-jcalendar</artifactId>
203
                <version>unknown</version>
204
            </dependency>
205
            <dependency>
206
                <groupId>com.jgoodies</groupId>
207
                <artifactId>jgoodies-common</artifactId>
208
                <version>1.8.1</version>
209
            </dependency>
210
            <dependency>
211
                <groupId>com.jgoodies</groupId>
212
                <artifactId>jgoodies-forms</artifactId>
213
                <version>1.9.0</version>
214
            </dependency>
215
            <dependency>
216
                <groupId>com.jgoodies</groupId>
217
                <artifactId>jgoodies-looks</artifactId>
218
                <version>2.7.0</version>
219
            </dependency>
220
            <dependency>
221
                <groupId>com.jeta</groupId>
222
                <artifactId>formsrt</artifactId>
223
                <version>2.1.0_M3-1</version>
224
            </dependency>
225
            <dependency>
226
                <groupId>org.glassfish</groupId>
227
                <artifactId>javax.json</artifactId>
228
                <version>1.0.4</version>
229
            </dependency>
230
            <dependency>
231
                <groupId>org.gvsig</groupId>
232
                <artifactId>org.gvsig.tools.lib</artifactId>
233
                <version>3.0.346</version>
234
            </dependency>
235
            <dependency>
236
                <groupId>org.gvsig</groupId>
237
                <artifactId>org.gvsig.tools.lib</artifactId>
238
                <version>3.0.346</version>
239
                <type>test-jar</type>
240
                <scope>test</scope>
241
            </dependency>
242
            <dependency>
243
                <groupId>org.gvsig</groupId>
244
                <artifactId>org.gvsig.tools.swing</artifactId>
245
                <version>3.0.346</version>
246
            </dependency>
247
            <dependency>
248
                <groupId>org.gvsig</groupId>
249
                <artifactId>org.gvsig.tools.swing.api</artifactId>
250
                <version>3.0.346</version>
251
            </dependency>
252
            <dependency>
253
                <groupId>org.gvsig</groupId>
254
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
255
                <version>3.0.346</version>
256
            </dependency>
257
            <dependency>
258
                <groupId>org.gvsig</groupId>
259
                <artifactId>org.gvsig.tools.dynform.api</artifactId>
260
                <version>3.0.346</version>
261
            </dependency>
262
            <dependency>
263
                <groupId>org.gvsig</groupId>
264
                <artifactId>org.gvsig.tools.dynform.spi</artifactId>
265
                <version>3.0.346</version>
266
            </dependency>
267
            <dependency>
268
                <groupId>org.gvsig</groupId>
269
                <artifactId>org.gvsig.tools.dynform.services</artifactId>
270
                <version>3.0.346</version>
271
            </dependency>
272
            <dependency>
273
                <groupId>org.gvsig</groupId>
274
                <artifactId>org.gvsig.tools.dynform.impl</artifactId>
275
                <version>3.0.346</version>
276
            </dependency>
277
            <dependency>
278
                <groupId>org.gvsig</groupId>
279
                <artifactId>org.gvsig.tools.util.api</artifactId>
280
                <version>3.0.346</version>
281
            </dependency>
282
            <dependency>
283
                <groupId>org.gvsig</groupId>
284
                <artifactId>org.gvsig.tools.util.impl</artifactId>
285
                <version>3.0.346</version>
286
            </dependency>
287
            <dependency>
288
              <groupId>com.github.fracpete</groupId>
289
              <artifactId>vfsjfilechooser2</artifactId>
290
              <version>0.2.8</version>
291
            </dependency>
292
            <dependency>
293
                <groupId>org.apache.httpcomponents</groupId>
294
                <artifactId>httpcore-nio</artifactId>
295
                <version>4.4.4</version>
296
            </dependency>        
297
            <dependency>
298
                <groupId>org.apache.httpcomponents</groupId>
299
                <artifactId>httpcore</artifactId>
300
                <version>4.4.4</version>
301
            </dependency>  
302
            <dependency>
303
                <groupId>org.apache.httpcomponents</groupId>
304
                <artifactId>httpclient</artifactId>
305
                <version>4.3.6</version>
306
            </dependency>
307
   
308
            <!--
309
            <dependency>
310
                <groupId>com.github.lespaul361</groupId>
311
                <artifactId>JCommunique</artifactId>
312
                <scope>2.0.0</scope>
313
            </dependency> 
314
            -->       
315
        </dependencies>
316
    </dependencyManagement>
317

    
318
    <dependencies>
319
        <dependency>
320
            <groupId>org.slf4j</groupId>
321
            <artifactId>slf4j-api</artifactId>
322
            <scope>compile</scope>
323
        </dependency>
324
        <dependency>
325
            <groupId>org.slf4j</groupId>
326
            <artifactId>slf4j-log4j12</artifactId>
327
            <scope>runtime</scope>
328
        </dependency>
329
        <dependency>
330
            <groupId>junit</groupId>
331
            <artifactId>junit</artifactId>
332
            <scope>test</scope>
333
        </dependency>
334
    </dependencies>
335

    
336
    <build>
337
        <extensions>
338
            <extension>
339
                <groupId>org.apache.maven.wagon</groupId>
340
                <artifactId>wagon-webdav-jackrabbit</artifactId>
341
                <version>${wagon.webdav.jackrabbit.version}</version>
342
            </extension>
343
        </extensions>
344

    
345
        <pluginManagement>
346
<!--
347
for p in org.apache.maven.plugins:maven-deploy-plugin \
348
        org.apache.maven.plugins:maven-surefire-plugin \
349
        org.apache.maven.plugins:maven-compiler-plugin \
350
        org.apache.maven.plugins:maven-resources-plugin \
351
        org.apache.maven.plugins:maven-javadoc-plugin \
352
        org.apache.maven.plugins:maven-site-plugin \
353
        org.apache.maven.plugins:maven-jar-plugin \
354
        org.codehaus.mojo:properties-maven-plugin \
355
        org.codehaus.gmaven:gmaven-plugin \
356
        org.apache.maven.plugins:maven-antrun-plugin \
357
        org.codehaus.mojo:animal-sniffer-maven-plugin \
358
        org.apache.maven.plugins:maven-release-plugin \
359
        org.apache.maven.plugins:maven-assembly-plugin \
360
        org.apache.maven.plugins:maven-clean-plugin \
361
        org.codehaus.mojo:exec-maven-plugin \
362
        com.mycila.maven-license-plugin:maven-license-plugin \
363
        org.apache.maven.plugins:maven-source-plugin \
364
        org.codehaus.mojo:animal-sniffer-maven-plugin  \
365
        org.apache.maven.plugins:maven-scm-plugin \
366
        org.apache.maven.plugins:maven-checkstyle-plugin
367
do
368
  echo $p
369
  mvn -Dplugin=$p  help:describe 2>/dev/null | grep "Version:"
370
done
371
-->
372
            <plugins>
373
                <plugin>
374
                    <groupId>org.codehaus.mojo</groupId>
375
                    <artifactId>versions-maven-plugin</artifactId>
376
                    <version>${versions.maven.plugin.version}</version>
377
                    <configuration>
378
                        <allowSnapshots>false</allowSnapshots>
379
                        <excludeProperties>
380
                            versions.maven.plugin.version,
381
                            maven.deploy.plugin.version,
382
                            maven.surefire.plugin.version,
383
                            maven.compiler.plugin.version,
384
                            maven.resources.plugin.version,
385
                            maven.javadoc.plugin.version,
386
                            maven.site.plugin.version,
387
                            maven.jar.plugin.version,
388
                            properties.maven.plugin.version,
389
                            gmaven.plugin.version,
390
                            maven.antrun.plugin.version,
391
                            maven.release.plugin.version,
392
                            maven.assembly.plugin.version,
393
                            maven.clean.plugin.version,
394
                            exec.maven.plugin.version,
395
                            maven.license.plugin.version,
396
                            maven.source.plugin.version,
397
                            maven.scm.plugin.version,
398
                            maven.checkstyle.plugin.version,
399
                            animal.sniffer.maven.plugin.version,
400
                            maven.project.info.reports.plugin.version,
401
                            maven.jxr.plugin.version,
402
                            findbugs.maven.plugin.version,
403
                            wagon.webdav.jackrabbit.version,
404
                        </excludeProperties>
405
                    </configuration>
406
                </plugin>
407

    
408
                <plugin>
409
                    <groupId>org.apache.maven.plugins</groupId>
410
                    <artifactId>maven-deploy-plugin</artifactId>
411
                    <version>${maven.deploy.plugin.version}</version>
412
                </plugin>
413
                <plugin>
414
                    <groupId>org.apache.maven.plugins</groupId>
415
                    <artifactId>maven-surefire-plugin</artifactId>
416
                    <version>${maven.surefire.plugin.version}</version>
417
                    <configuration>
418
                        <forkMode>once</forkMode>
419
                    </configuration>
420
                </plugin>
421
                <plugin>
422
                    <groupId>org.apache.maven.plugins</groupId>
423
                    <artifactId>maven-compiler-plugin</artifactId>
424
                    <version>${maven.compiler.plugin.version}</version>
425
                    <configuration>
426
                        <source>${java.version}</source>
427
                        <target>${java.version}</target>
428
                        <encoding>${encoding}</encoding>
429
                    </configuration>
430
                </plugin>
431

    
432
                <plugin>
433
                    <groupId>org.apache.maven.plugins</groupId>
434
                    <artifactId>maven-resources-plugin</artifactId>
435
                    <version>${maven.resources.plugin.version}</version>
436
                    <configuration>
437
                        <encoding>${encoding}</encoding>
438
                    </configuration>
439
                </plugin>
440

    
441
                <plugin>
442
                    <groupId>org.apache.maven.plugins</groupId>
443
                    <artifactId>maven-javadoc-plugin</artifactId>
444
                    <version>${maven.javadoc.plugin.version}</version>
445
                    <configuration>
446
                        <docTitle>${project.name} ${project.version}</docTitle>
447
                        <encoding>${encoding}</encoding>
448
                        <footer />
449
                        <header />
450
                        <keywords>true</keywords>
451
                        <detectLinks>true</detectLinks>
452
                        <javaApiLinks>
453
                            <property>
454
                                <name>api_1.4</name>
455
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
456
                            </property>
457
                            <property>
458
                                <name>api_1.5</name>
459
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
460
                            </property>
461
                            <property>
462
                                <name>api_1.6</name>
463
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
464
                            </property>
465
                        </javaApiLinks>
466
                    </configuration>
467
                </plugin>
468

    
469
                <plugin>
470
                    <groupId>org.apache.maven.plugins</groupId>
471
                    <artifactId>maven-site-plugin</artifactId>
472
                    <version>${maven.site.plugin.version}</version>
473
                    <configuration>
474
                        <chmod>true</chmod>
475
                        <chmodMode>a+rwX</chmodMode>
476
                    </configuration>
477
                </plugin>
478

    
479
                <plugin>
480
                    <groupId>org.apache.maven.plugins</groupId>
481
                    <artifactId>maven-jar-plugin</artifactId>
482
                    <version>${maven.jar.plugin.version}</version>
483
                    <configuration>
484
                        <archive>
485
                            <manifestEntries>
486
                                <Built-By>gvSIG Team</Built-By>
487
                            </manifestEntries>
488
                        </archive>
489
                    </configuration>
490
                </plugin>
491

    
492
                <plugin>
493
                    <groupId>org.codehaus.mojo</groupId>
494
                    <artifactId>properties-maven-plugin</artifactId>
495
                    <version>${properties.maven.plugin.version}</version>
496
                </plugin>
497

    
498
                <plugin>
499
                    <groupId>org.codehaus.gmaven</groupId>
500
                    <artifactId>gmaven-plugin</artifactId>
501
                    <version>${gmaven.plugin.version}</version>
502
                </plugin>
503

    
504
                <plugin>
505
                    <groupId>org.apache.maven.plugins</groupId>
506
                    <artifactId>maven-antrun-plugin</artifactId>
507
                    <!--<version>1.3</version>-->
508
                    <version>${maven.antrun.plugin.version}</version>
509
                </plugin>
510
                <plugin>
511
                    <groupId>org.codehaus.mojo</groupId>
512
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
513
                    <version>${animal.sniffer.maven.plugin.version}</version>
514
                </plugin>
515
                <plugin>
516
                    <groupId>org.apache.maven.plugins</groupId>
517
                    <artifactId>maven-release-plugin</artifactId>
518
                    <version>${maven.release.plugin.version}</version>
519
                </plugin>
520

    
521
                <plugin>
522
                    <groupId>org.apache.maven.plugins</groupId>
523
                    <artifactId>maven-assembly-plugin</artifactId>
524
                    <version>${maven.assembly.plugin.version}</version>
525
                </plugin>
526

    
527
                <plugin>
528
                    <groupId>org.apache.maven.plugins</groupId>
529
                    <artifactId>maven-clean-plugin</artifactId>
530
                    <version>${maven.clean.plugin.version}</version>
531
                </plugin>
532

    
533
                <plugin>
534
                    <groupId>org.codehaus.mojo</groupId>
535
                    <artifactId>exec-maven-plugin</artifactId>
536
                    <version>${exec.maven.plugin.version}</version>
537
                </plugin>
538

    
539
                <plugin>
540
                    <groupId>com.mycila.maven-license-plugin</groupId>
541
                    <artifactId>maven-license-plugin</artifactId>
542
                    <version>${maven.license.plugin.version}</version>
543
                </plugin>
544

    
545
                <plugin>
546
                    <groupId>org.apache.maven.plugins</groupId>
547
                    <artifactId>maven-source-plugin</artifactId>
548
                    <version>${maven.source.plugin.version}</version>
549
                </plugin>
550

    
551
            </plugins>
552
        </pluginManagement>
553

    
554
        <plugins>
555
            <plugin>
556
                <groupId>org.apache.maven.plugins</groupId>
557
                <artifactId>maven-release-plugin</artifactId>
558
                <configuration>
559
                    <tagBase>https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags</tagBase>
560
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
561
                    are not installed, so the dependencies between modules are not met. With this configuration
562
                    we force the module installation. -->
563
                    <preparationGoals>clean install</preparationGoals>
564
                    <autoVersionSubmodules>true</autoVersionSubmodules>
565
                    <goals>deploy</goals>
566
                </configuration>
567
            </plugin>
568

    
569
            <plugin>
570
                <groupId>org.codehaus.mojo</groupId>
571
                <artifactId>animal-sniffer-maven-plugin</artifactId>
572
                <executions>
573
                    <execution>
574
                        <id>check-java-api</id>
575
                        <phase>package</phase>
576
                        <goals>
577
                            <goal>check</goal>
578
                        </goals>
579
                        <configuration>
580
                            <skip>false</skip>
581
                            <signature>
582
                                <groupId>org.codehaus.mojo.signature</groupId>
583
                                <artifactId>java18</artifactId>
584
                                <version>1.0</version>
585
                            </signature>
586
                        </configuration>
587
                    </execution>
588
                </executions>
589
            </plugin>
590

    
591
            <plugin>
592
                <!-- to continue building  when test fail -->
593
                <groupId>org.apache.maven.plugins</groupId>
594
                <artifactId>maven-surefire-plugin</artifactId>
595
                <configuration>
596
                    <testFailureIgnore>true</testFailureIgnore>
597
                </configuration>
598
            </plugin>
599
        </plugins>
600
    </build>
601

    
602
    <reporting>
603
        <excludeDefaults>true</excludeDefaults>
604
        <plugins>
605
            <plugin>
606
                <groupId>org.apache.maven.plugins</groupId>
607
                <artifactId>maven-project-info-reports-plugin</artifactId>
608
                <version>${maven.project.info.reports.plugin.version}{</version>
609
            </plugin>
610
            <plugin>
611
                <groupId>org.apache.maven.plugins</groupId>
612
                <artifactId>maven-javadoc-plugin</artifactId>
613
                <version>${maven.javadoc.plugin.version}</version>
614
            </plugin>
615
            <plugin>
616
                <groupId>org.apache.maven.plugins</groupId>
617
                <artifactId>maven-jxr-plugin</artifactId>
618
                <version>${maven.jxr.plugin.version}</version>
619
                <configuration>
620
                    <linkJavadoc>true</linkJavadoc>
621
                </configuration>
622
            </plugin>
623
        </plugins>
624
    </reporting>
625

    
626

    
627
    <properties>
628
        <encoding>ISO-8859-1</encoding>
629
        <java.version>1.8</java.version>
630

    
631
        <localRepository>${user.home}/.m2/repository</localRepository>
632
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
633

    
634
        <!-- Maven plugins versions -->    
635
        <maven.deploy.plugin.version>2.7</maven.deploy.plugin.version>
636
        <maven.surefire.plugin.version>3.0.0-M3</maven.surefire.plugin.version>
637
        <maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
638
        <maven.resources.plugin.version>3.2.0</maven.resources.plugin.version>
639
        <maven.javadoc.plugin.version>3.2.0</maven.javadoc.plugin.version>
640
        <maven.site.plugin.version>3.3</maven.site.plugin.version>
641
        <maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
642
        <properties.maven.plugin.version>1.0.0</properties.maven.plugin.version>
643
        <gmaven.plugin.version>1.5</gmaven.plugin.version>
644
        <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
645
        <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
646
        <maven.assembly.plugin.version>2.2-beta-5</maven.assembly.plugin.version>
647
        <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
648
        <exec.maven.plugin.version>3.0.0</exec.maven.plugin.version>
649
        <maven.license.plugin.version>1.10.b1</maven.license.plugin.version>
650
        <maven.source.plugin.version>3.2.1</maven.source.plugin.version>
651
        <maven.scm.plugin.version>1.11.2</maven.scm.plugin.version>
652
        <maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
653
        <animal.sniffer.maven.plugin.version>1.17</animal.sniffer.maven.plugin.version>
654

    
655
        <versions.maven.plugin.version>2.8.1</versions.maven.plugin.version>
656
        <maven.project.info.reports.plugin.version>2.7</maven.project.info.reports.plugin.version>
657
        <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
658
        <findbugs.maven.plugin.version>2.5.2</findbugs.maven.plugin.version>
659
        <wagon.webdav.jackrabbit.version>2.4</wagon.webdav.jackrabbit.version>
660
        
661
    </properties>
662

    
663
    <profiles>
664
        <profile>
665
            <id>cdc</id>
666
            <activation>
667
                <activeByDefault>false</activeByDefault>
668
            </activation>
669
            <repositories>
670
                <repository>
671
                    <id>gvsig-public-http-repository</id>
672
                    <name>gvSIG maven public HTTP repository</name>
673
                    <url>http://devel.gvsig.org/m2repo/j2me</url>
674
                    <releases>
675
                        <enabled>true</enabled>
676
                        <updatePolicy>daily</updatePolicy>
677
                        <checksumPolicy>warn</checksumPolicy>
678
                    </releases>
679
                    <snapshots>
680
                        <enabled>true</enabled>
681
                        <updatePolicy>interval:60</updatePolicy>
682
                        <checksumPolicy>warn</checksumPolicy>
683
                    </snapshots>
684
                </repository>
685
                <!--
686
                <repository>
687
                    <id>osgeo</id>
688
                    <name>Open Source Geospatial Foundation</name>
689
                    <url>http://download.osgeo.org/webdav/geotools</url>
690
                    <releases>
691
                        <enabled>true</enabled>
692
                        <updatePolicy>never</updatePolicy>
693
                        <checksumPolicy>warn</checksumPolicy>
694
                    </releases>
695
                    <snapshots>
696
                        <enabled>false</enabled>
697
                    </snapshots>
698
                </repository>
699
                -->
700
            </repositories>
701
            <modules>
702
                <module>org.gvsig.tools.lib</module>
703
            </modules>
704
        </profile>
705
        <profile>
706
            <id>se</id>
707
            <activation>
708
                <activeByDefault>true</activeByDefault>
709
            </activation>
710
            <repositories>
711
                <repository>
712
                    <id>gvsig-public-http-repository</id>
713
                    <name>gvSIG maven public HTTP repository</name>
714
                    <url>http://devel.gvsig.org/m2repo/j2se</url>
715
                    <releases>
716
                        <enabled>true</enabled>
717
                        <updatePolicy>daily</updatePolicy>
718
                        <checksumPolicy>warn</checksumPolicy>
719
                    </releases>
720
                    <snapshots>
721
                        <enabled>true</enabled>
722
                        <updatePolicy>daily</updatePolicy>
723
                        <checksumPolicy>warn</checksumPolicy>
724
                    </snapshots>
725
                </repository>
726
            </repositories>
727
            <modules>
728
                <module>org.gvsig.tools.lib</module>
729
                <module>org.gvsig.tools.swing</module>
730
                <module>org.gvsig.tools.main</module>
731
                <module>org.gvsig.tools.dynform</module>
732
                <module>org.gvsig.tools.util</module>
733
            </modules>
734
        </profile>
735
    </profiles>
736
</project>