Statistics
| Revision:

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

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