Statistics
| Revision:

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

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