Statistics
| Revision:

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

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