Statistics
| Revision:

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

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