Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / tags / org.gvsig.tools-3.0.81 / pom.xml @ 1843

History | View | Annotate | Download (23.4 KB)

1 814 jjdelcerro
<?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 1389 jjdelcerro
    <version>3.0.81</version>
8 814 jjdelcerro
    <name>org.gvsig.tools</name>
9
    <description>Tools related to application framework architecture
10 1288 jjdelcerro
        and implementations of design patterns</description>
11 814 jjdelcerro
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 1288 jjdelcerro
                "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 814 jjdelcerro
        </license>
25
    </licenses>
26
27
    <organization>
28
        <name>gvSIG Association</name>
29
        <url>http://www.gvsig.com/</url>
30
    </organization>
31
32
    <scm>
33 1389 jjdelcerro
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.81</connection>
34
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.81</developerConnection>
35
        <url>https://devel.gvsig.org/redmine/projects/gvsig-tools/repository/show/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.81</url>
36 814 jjdelcerro
    </scm>
37
38
    <repositories>
39 1288 jjdelcerro
        <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 814 jjdelcerro
    </repositories>
55
56
    <distributionManagement>
57 1288 jjdelcerro
        <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 814 jjdelcerro
    </distributionManagement>
74
75
    <issueManagement>
76 1288 jjdelcerro
        <system>redmine</system>
77
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
78 814 jjdelcerro
    </issueManagement>
79
80
    <mailingLists>
81 1288 jjdelcerro
        <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 814 jjdelcerro
    </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 1288 jjdelcerro
        <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.5.5</version>
156
            </dependency>
157
            <dependency>
158
                <groupId>org.slf4j</groupId>
159
                <artifactId>slf4j-log4j12</artifactId>
160
                <version>1.5.5</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-io</groupId>
180
                <artifactId>commons-io</artifactId>
181
                <version>2.4</version>
182
            </dependency>
183
            <dependency>
184
                <groupId>org.apache.commons</groupId>
185
                <artifactId>commons-lang3</artifactId>
186
                <version>3.1</version>
187
            </dependency>
188
            <dependency>
189
                <groupId>net.sf</groupId>
190
                <artifactId>flib-jcalendar</artifactId>
191
                <version>unknown</version>
192
            </dependency>
193
            <dependency>
194
                <groupId>com.jgoodies</groupId>
195
                <artifactId>jgoodies-common</artifactId>
196
                <version>1.4.0</version>
197
            </dependency>
198
            <dependency>
199
                <groupId>com.jgoodies</groupId>
200
                <artifactId>jgoodies-forms</artifactId>
201
                <version>1.6.0</version>
202
            </dependency>
203
            <dependency>
204
                <groupId>com.jgoodies</groupId>
205
                <artifactId>looks</artifactId>
206
                <version>2.2.2</version>
207
            </dependency>
208
            <dependency>
209 1290 jjdelcerro
                <groupId>com.jeta</groupId>
210
                <artifactId>formsrt</artifactId>
211
                <version>2.1.0_M3-1</version>
212
            </dependency>
213
            <dependency>
214 1288 jjdelcerro
                <groupId>org.gvsig</groupId>
215
                <artifactId>org.gvsig.tools.lib</artifactId>
216 1389 jjdelcerro
                <version>3.0.81</version>
217 1288 jjdelcerro
            </dependency>
218
            <dependency>
219
                <groupId>org.gvsig</groupId>
220 1290 jjdelcerro
                <artifactId>org.gvsig.tools.lib</artifactId>
221 1389 jjdelcerro
                <version>3.0.81</version>
222 1290 jjdelcerro
                <type>test-jar</type>
223 1294 jjdelcerro
                <scope>test</scope>
224 1290 jjdelcerro
            </dependency>
225
            <dependency>
226
                <groupId>org.gvsig</groupId>
227 1288 jjdelcerro
                <artifactId>org.gvsig.tools.swing</artifactId>
228 1389 jjdelcerro
                <version>3.0.81</version>
229 1288 jjdelcerro
            </dependency>
230
            <dependency>
231
                <groupId>org.gvsig</groupId>
232
                <artifactId>org.gvsig.tools.swing.api</artifactId>
233 1389 jjdelcerro
                <version>3.0.81</version>
234 1288 jjdelcerro
            </dependency>
235
            <dependency>
236
                <groupId>org.gvsig</groupId>
237
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
238 1389 jjdelcerro
                <version>3.0.81</version>
239 1288 jjdelcerro
            </dependency>
240
            <dependency>
241
                <groupId>org.gvsig</groupId>
242
                <artifactId>org.gvsig.tools.dynform.api</artifactId>
243 1389 jjdelcerro
                <version>3.0.81</version>
244 1288 jjdelcerro
            </dependency>
245
            <dependency>
246
                <groupId>org.gvsig</groupId>
247
                <artifactId>org.gvsig.tools.dynform.spi</artifactId>
248 1389 jjdelcerro
                <version>3.0.81</version>
249 1288 jjdelcerro
            </dependency>
250
            <dependency>
251
                <groupId>org.gvsig</groupId>
252
                <artifactId>org.gvsig.tools.dynform.services</artifactId>
253 1389 jjdelcerro
                <version>3.0.81</version>
254 1288 jjdelcerro
            </dependency>
255 1290 jjdelcerro
            <dependency>
256
                <groupId>org.gvsig</groupId>
257
                <artifactId>org.gvsig.tools.dynform.impl</artifactId>
258 1389 jjdelcerro
                <version>3.0.81</version>
259 1290 jjdelcerro
            </dependency>
260 1288 jjdelcerro
        </dependencies>
261 814 jjdelcerro
    </dependencyManagement>
262
263
    <dependencies>
264
        <dependency>
265
            <groupId>org.slf4j</groupId>
266
            <artifactId>slf4j-api</artifactId>
267
            <scope>compile</scope>
268
        </dependency>
269
        <dependency>
270
            <groupId>org.slf4j</groupId>
271
            <artifactId>slf4j-log4j12</artifactId>
272
            <scope>runtime</scope>
273
        </dependency>
274
        <dependency>
275
            <groupId>junit</groupId>
276
            <artifactId>junit</artifactId>
277
            <scope>test</scope>
278 1302 jjdelcerro
        </dependency>
279 814 jjdelcerro
    </dependencies>
280
281
    <build>
282 1288 jjdelcerro
        <extensions>
283
            <extension>
284
                <groupId>org.apache.maven.wagon</groupId>
285
                <artifactId>wagon-webdav-jackrabbit</artifactId>
286
                <version>2.4</version>
287
            </extension>
288
        </extensions>
289 814 jjdelcerro
290 1288 jjdelcerro
        <pluginManagement>
291
            <plugins>
292
                <plugin>
293
                    <groupId>org.apache.maven.plugins</groupId>
294
                    <artifactId>maven-deploy-plugin</artifactId>
295
                    <version>2.6</version>
296
                </plugin>
297
                <plugin>
298
                    <groupId>org.apache.maven.plugins</groupId>
299
                    <artifactId>maven-surefire-plugin</artifactId>
300
                    <version>2.7.1</version>
301
                    <configuration>
302
                        <forkMode>once</forkMode>
303
                    </configuration>
304
                </plugin>
305
                <plugin>
306
                    <groupId>org.apache.maven.plugins</groupId>
307
                    <artifactId>maven-compiler-plugin</artifactId>
308
                    <version>2.3.2</version>
309
                    <configuration>
310
                        <source>1.7</source>
311
                        <target>1.7</target>
312
                        <encoding>ISO-8859-1</encoding>
313
                    </configuration>
314
                </plugin>
315 814 jjdelcerro
316 1288 jjdelcerro
                <plugin>
317
                    <groupId>org.apache.maven.plugins</groupId>
318
                    <artifactId>maven-resources-plugin</artifactId>
319
                    <version>2.4.3</version>
320
                    <configuration>
321
                        <encoding>ISO-8859-1</encoding>
322
                    </configuration>
323
                </plugin>
324 814 jjdelcerro
325 1288 jjdelcerro
                <plugin>
326
                    <groupId>org.apache.maven.plugins</groupId>
327
                    <artifactId>maven-javadoc-plugin</artifactId>
328
                    <version>2.9</version>
329
                    <configuration>
330
                        <docTitle>${project.name} ${project.version}</docTitle>
331
                        <encoding>ISO-8859-1</encoding>
332
                        <footer />
333
                        <header />
334
                        <keywords>true</keywords>
335
                        <detectLinks>true</detectLinks>
336
                        <javaApiLinks>
337
                            <property>
338
                                <name>api_1.4</name>
339
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
340
                            </property>
341
                            <property>
342
                                <name>api_1.5</name>
343
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
344
                            </property>
345
                            <property>
346
                                <name>api_1.6</name>
347
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
348
                            </property>
349
                        </javaApiLinks>
350
                    </configuration>
351
                </plugin>
352 814 jjdelcerro
353 1288 jjdelcerro
                <plugin>
354
                    <groupId>org.apache.maven.plugins</groupId>
355
                    <artifactId>maven-site-plugin</artifactId>
356
                    <configuration>
357
                        <chmod>true</chmod>
358
                        <chmodMode>a+rwX</chmodMode>
359
                    </configuration>
360
                </plugin>
361 814 jjdelcerro
362 1288 jjdelcerro
                <plugin>
363
                    <groupId>org.apache.maven.plugins</groupId>
364
                    <artifactId>maven-jar-plugin</artifactId>
365
                    <version>2.3.1</version>
366
                    <configuration>
367
                        <archive>
368
                            <manifestEntries>
369
                                <Built-By>gvSIG Team</Built-By>
370
                            </manifestEntries>
371
                        </archive>
372
                    </configuration>
373
                </plugin>
374 814 jjdelcerro
375 1288 jjdelcerro
                <plugin>
376
                    <groupId>org.codehaus.mojo</groupId>
377
                    <artifactId>properties-maven-plugin</artifactId>
378
                    <version>1.0-alpha-2</version>
379
                </plugin>
380 814 jjdelcerro
381 1288 jjdelcerro
                <plugin>
382
                    <groupId>org.codehaus.gmaven</groupId>
383
                    <artifactId>gmaven-plugin</artifactId>
384
                    <version>1.4</version>
385
                </plugin>
386 814 jjdelcerro
387 1288 jjdelcerro
                <plugin>
388
                    <groupId>org.apache.maven.plugins</groupId>
389
                    <artifactId>maven-antrun-plugin</artifactId>
390
                    <version>1.7</version>
391
                </plugin>
392 814 jjdelcerro
393 1288 jjdelcerro
                <plugin>
394
                    <groupId>org.codehaus.mojo</groupId>
395
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
396
                    <version>1.9</version>
397
                </plugin>
398 814 jjdelcerro
399 1288 jjdelcerro
                <plugin>
400
                    <groupId>org.apache.maven.plugins</groupId>
401
                    <artifactId>maven-release-plugin</artifactId>
402
                    <version>2.4.2</version>
403
                </plugin>
404 814 jjdelcerro
405 1288 jjdelcerro
                <plugin>
406
                    <groupId>org.apache.maven.plugins</groupId>
407
                    <artifactId>maven-assembly-plugin</artifactId>
408
                    <version>2.2-beta-5</version>
409
                </plugin>
410 814 jjdelcerro
411 1288 jjdelcerro
                <plugin>
412
                    <groupId>org.apache.maven.plugins</groupId>
413
                    <artifactId>maven-clean-plugin</artifactId>
414
                    <version>2.4.1</version>
415
                </plugin>
416 814 jjdelcerro
417 1288 jjdelcerro
                <plugin>
418
                    <groupId>org.codehaus.mojo</groupId>
419
                    <artifactId>exec-maven-plugin</artifactId>
420
                    <version>1.2</version>
421
                </plugin>
422 814 jjdelcerro
423 1288 jjdelcerro
                <plugin>
424
                    <groupId>com.mycila.maven-license-plugin</groupId>
425
                    <artifactId>maven-license-plugin</artifactId>
426
                    <version>1.10.b1</version>
427
                </plugin>
428 814 jjdelcerro
429 1288 jjdelcerro
                <plugin>
430
                    <groupId>org.apache.maven.plugins</groupId>
431
                    <artifactId>maven-source-plugin</artifactId>
432
                    <version>2.2.1</version>
433
                </plugin>
434 814 jjdelcerro
435 1288 jjdelcerro
            </plugins>
436
        </pluginManagement>
437 814 jjdelcerro
438
        <plugins>
439
            <plugin>
440
                <groupId>org.apache.maven.plugins</groupId>
441
                <artifactId>maven-release-plugin</artifactId>
442
                <configuration>
443
                    <tagBase>https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags</tagBase>
444 925 jjdelcerro
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
445
                    are not installed, so the dependencies between modules are not met. With this configuration
446
                    we force the module installation. -->
447
                    <preparationGoals>clean install</preparationGoals>
448
                    <autoVersionSubmodules>true</autoVersionSubmodules>
449 943 jjdelcerro
                    <goals>deploy</goals>
450 814 jjdelcerro
                </configuration>
451
            </plugin>
452 1344 jjdelcerro
453 814 jjdelcerro
            <plugin>
454 1344 jjdelcerro
                <groupId>org.codehaus.mojo</groupId>
455
                <artifactId>animal-sniffer-maven-plugin</artifactId>
456
                <executions>
457
                    <execution>
458
                        <id>check-java-api</id>
459
                        <phase>package</phase>
460
                        <goals>
461
                            <goal>check</goal>
462
                        </goals>
463
                        <configuration>
464
                            <skip>false</skip>
465
                            <signature>
466
                                <groupId>org.codehaus.mojo.signature</groupId>
467
                                <artifactId>java17</artifactId>
468
                                <version>1.0</version>
469
                            </signature>
470
                        </configuration>
471
                    </execution>
472
                </executions>
473
            </plugin>
474
475
            <plugin>
476 1288 jjdelcerro
                <!-- to continue building  when test fail -->
477
                <groupId>org.apache.maven.plugins</groupId>
478
                <artifactId>maven-surefire-plugin</artifactId>
479
                <configuration>
480
                    <testFailureIgnore>true</testFailureIgnore>
481
                </configuration>
482
            </plugin>
483 814 jjdelcerro
        </plugins>
484
    </build>
485
486 1288 jjdelcerro
    <reporting>
487
        <excludeDefaults>true</excludeDefaults>
488
        <plugins>
489
            <plugin>
490
                <groupId>org.apache.maven.plugins</groupId>
491
                <artifactId>maven-project-info-reports-plugin</artifactId>
492
                <version>2.7</version>
493
            </plugin>
494
            <plugin>
495
                <groupId>org.apache.maven.plugins</groupId>
496
                <artifactId>maven-javadoc-plugin</artifactId>
497
                <version>2.9</version>
498
            </plugin>
499
            <plugin>
500
                <groupId>org.apache.maven.plugins</groupId>
501
                <artifactId>maven-jxr-plugin</artifactId>
502
                <version>2.3</version>
503
                <configuration>
504
                    <linkJavadoc>true</linkJavadoc>
505
                </configuration>
506
            </plugin>
507
        </plugins>
508
    </reporting>
509 821 jjdelcerro
510
511 1288 jjdelcerro
    <properties>
512
        <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
513
        <localRepository>${user.home}/.m2/repository</localRepository>
514
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
515 814 jjdelcerro
516 1288 jjdelcerro
    </properties>
517 814 jjdelcerro
518
    <profiles>
519
        <profile>
520
            <id>cdc</id>
521
            <activation>
522
                <activeByDefault>false</activeByDefault>
523
            </activation>
524
            <repositories>
525
                <repository>
526
                    <id>gvsig-public-http-repository</id>
527
                    <name>gvSIG maven public HTTP repository</name>
528
                    <url>http://devel.gvsig.org/m2repo/j2me</url>
529
                    <releases>
530
                        <enabled>true</enabled>
531
                        <updatePolicy>daily</updatePolicy>
532
                        <checksumPolicy>warn</checksumPolicy>
533
                    </releases>
534
                    <snapshots>
535
                        <enabled>true</enabled>
536
                        <updatePolicy>interval:60</updatePolicy>
537
                        <checksumPolicy>warn</checksumPolicy>
538
                    </snapshots>
539
                </repository>
540
                <!--
541
                <repository>
542
                    <id>osgeo</id>
543
                    <name>Open Source Geospatial Foundation</name>
544
                    <url>http://download.osgeo.org/webdav/geotools</url>
545
                    <releases>
546
                        <enabled>true</enabled>
547
                        <updatePolicy>never</updatePolicy>
548
                        <checksumPolicy>warn</checksumPolicy>
549
                    </releases>
550
                    <snapshots>
551
                        <enabled>false</enabled>
552
                    </snapshots>
553
                </repository>
554
                -->
555
            </repositories>
556
            <modules>
557
                <module>org.gvsig.tools.lib</module>
558
            </modules>
559
        </profile>
560
        <profile>
561
            <id>se</id>
562
            <activation>
563
                <activeByDefault>true</activeByDefault>
564
            </activation>
565
            <repositories>
566
                <repository>
567
                    <id>gvsig-public-http-repository</id>
568
                    <name>gvSIG maven public HTTP repository</name>
569
                    <url>http://devel.gvsig.org/m2repo/j2se</url>
570
                    <releases>
571
                        <enabled>true</enabled>
572
                        <updatePolicy>daily</updatePolicy>
573
                        <checksumPolicy>warn</checksumPolicy>
574
                    </releases>
575
                    <snapshots>
576
                        <enabled>true</enabled>
577
                        <updatePolicy>daily</updatePolicy>
578
                        <checksumPolicy>warn</checksumPolicy>
579
                    </snapshots>
580
                </repository>
581
            </repositories>
582
            <modules>
583
                <module>org.gvsig.tools.lib</module>
584
                <module>org.gvsig.tools.swing</module>
585
                <module>org.gvsig.tools.main</module>
586 919 jjdelcerro
                <module>org.gvsig.tools.dynform</module>
587 814 jjdelcerro
            </modules>
588
        </profile>
589
    </profiles>
590
</project>