Statistics
| Revision:

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

History | View | Annotate | Download (26.3 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 2450 jjdelcerro
    <version>3.0.271</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 2450 jjdelcerro
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.271</connection>
34
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.271</developerConnection>
35
        <url>https://devel.gvsig.org/redmine/projects/gvsig-tools/repository/show/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.271</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 2392 jjdelcerro
                <version>1.7.30</version>
156 1288 jjdelcerro
            </dependency>
157
            <dependency>
158
                <groupId>org.slf4j</groupId>
159
                <artifactId>slf4j-log4j12</artifactId>
160 2392 jjdelcerro
                <version>1.7.30</version>
161 1288 jjdelcerro
            </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 2450 jjdelcerro
                <version>3.0.271</version>
227 1288 jjdelcerro
            </dependency>
228
            <dependency>
229
                <groupId>org.gvsig</groupId>
230 1290 jjdelcerro
                <artifactId>org.gvsig.tools.lib</artifactId>
231 2450 jjdelcerro
                <version>3.0.271</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 2450 jjdelcerro
                <version>3.0.271</version>
239 1288 jjdelcerro
            </dependency>
240
            <dependency>
241
                <groupId>org.gvsig</groupId>
242
                <artifactId>org.gvsig.tools.swing.api</artifactId>
243 2450 jjdelcerro
                <version>3.0.271</version>
244 1288 jjdelcerro
            </dependency>
245
            <dependency>
246
                <groupId>org.gvsig</groupId>
247
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
248 2450 jjdelcerro
                <version>3.0.271</version>
249 1288 jjdelcerro
            </dependency>
250
            <dependency>
251
                <groupId>org.gvsig</groupId>
252
                <artifactId>org.gvsig.tools.dynform.api</artifactId>
253 2450 jjdelcerro
                <version>3.0.271</version>
254 1288 jjdelcerro
            </dependency>
255
            <dependency>
256
                <groupId>org.gvsig</groupId>
257
                <artifactId>org.gvsig.tools.dynform.spi</artifactId>
258 2450 jjdelcerro
                <version>3.0.271</version>
259 1288 jjdelcerro
            </dependency>
260
            <dependency>
261
                <groupId>org.gvsig</groupId>
262
                <artifactId>org.gvsig.tools.dynform.services</artifactId>
263 2450 jjdelcerro
                <version>3.0.271</version>
264 1288 jjdelcerro
            </dependency>
265 1290 jjdelcerro
            <dependency>
266
                <groupId>org.gvsig</groupId>
267
                <artifactId>org.gvsig.tools.dynform.impl</artifactId>
268 2450 jjdelcerro
                <version>3.0.271</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 2450 jjdelcerro
                <version>3.0.271</version>
274 1405 jjdelcerro
            </dependency>
275 1499 jjdelcerro
            <dependency>
276
                <groupId>org.gvsig</groupId>
277
                <artifactId>org.gvsig.tools.util.impl</artifactId>
278 2450 jjdelcerro
                <version>3.0.271</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 2389 fdiaz
            </dependency>
295
            <dependency>
296
                <groupId>org.apache.httpcomponents</groupId>
297
                <artifactId>httpclient</artifactId>
298 2403 fdiaz
                <version>4.3.6</version>
299 2389 fdiaz
            </dependency>
300
301 1742 jjdelcerro
            <!--
302 1741 jjdelcerro
            <dependency>
303
                <groupId>com.github.lespaul361</groupId>
304
                <artifactId>JCommunique</artifactId>
305
                <scope>2.0.0</scope>
306 1742 jjdelcerro
            </dependency>
307
            -->
308 1288 jjdelcerro
        </dependencies>
309 814 jjdelcerro
    </dependencyManagement>
310
311
    <dependencies>
312
        <dependency>
313
            <groupId>org.slf4j</groupId>
314
            <artifactId>slf4j-api</artifactId>
315
            <scope>compile</scope>
316
        </dependency>
317
        <dependency>
318
            <groupId>org.slf4j</groupId>
319
            <artifactId>slf4j-log4j12</artifactId>
320
            <scope>runtime</scope>
321
        </dependency>
322
        <dependency>
323
            <groupId>junit</groupId>
324
            <artifactId>junit</artifactId>
325
            <scope>test</scope>
326 1495 fdiaz
        </dependency>
327 814 jjdelcerro
    </dependencies>
328
329
    <build>
330 1288 jjdelcerro
        <extensions>
331
            <extension>
332
                <groupId>org.apache.maven.wagon</groupId>
333
                <artifactId>wagon-webdav-jackrabbit</artifactId>
334
                <version>2.4</version>
335
            </extension>
336
        </extensions>
337 1495 fdiaz
338 1288 jjdelcerro
        <pluginManagement>
339 2449 jjdelcerro
<!--
340
for p in org.apache.maven.plugins:maven-deploy-plugin \
341
        org.apache.maven.plugins:maven-surefire-plugin \
342
        org.apache.maven.plugins:maven-compiler-plugin \
343
        org.apache.maven.plugins:maven-resources-plugin \
344
        org.apache.maven.plugins:maven-javadoc-plugin \
345
        org.apache.maven.plugins:maven-site-plugin \
346
        org.apache.maven.plugins:maven-jar-plugin \
347
        org.codehaus.mojo:properties-maven-plugin \
348
        org.codehaus.gmaven:gmaven-plugin \
349
        org.apache.maven.plugins:maven-antrun-plugin \
350
        org.codehaus.mojo:animal-sniffer-maven-plugin \
351
        org.apache.maven.plugins:maven-release-plugin \
352
        org.apache.maven.plugins:maven-assembly-plugin \
353
        org.apache.maven.plugins:maven-clean-plugin \
354
        org.codehaus.mojo:exec-maven-plugin \
355
        com.mycila.maven-license-plugin:maven-license-plugin \
356
        org.apache.maven.plugins:maven-source-plugin \
357
        org.codehaus.mojo:animal-sniffer-maven-plugin  \
358
        org.apache.maven.plugins:maven-scm-plugin \
359
        org.apache.maven.plugins:maven-checkstyle-plugin
360
do
361
  echo $p
362
  mvn -Dplugin=$p  help:describe 2>/dev/null | grep "Version:"
363
done
364
-->
365 1288 jjdelcerro
            <plugins>
366
                <plugin>
367
                    <groupId>org.apache.maven.plugins</groupId>
368
                    <artifactId>maven-deploy-plugin</artifactId>
369 2449 jjdelcerro
                    <version>2.7</version>
370 1495 fdiaz
                </plugin>
371 1288 jjdelcerro
                <plugin>
372
                    <groupId>org.apache.maven.plugins</groupId>
373
                    <artifactId>maven-surefire-plugin</artifactId>
374 2449 jjdelcerro
                    <version>3.0.0-M3</version>
375 1288 jjdelcerro
                    <configuration>
376
                        <forkMode>once</forkMode>
377
                    </configuration>
378
                </plugin>
379
                <plugin>
380
                    <groupId>org.apache.maven.plugins</groupId>
381
                    <artifactId>maven-compiler-plugin</artifactId>
382 2449 jjdelcerro
                    <version>3.8.1</version>
383 1288 jjdelcerro
                    <configuration>
384 1883 jjdelcerro
                        <source>1.8</source>
385
                        <target>1.8</target>
386 1288 jjdelcerro
                        <encoding>ISO-8859-1</encoding>
387
                    </configuration>
388
                </plugin>
389 814 jjdelcerro
390 1288 jjdelcerro
                <plugin>
391
                    <groupId>org.apache.maven.plugins</groupId>
392
                    <artifactId>maven-resources-plugin</artifactId>
393 2449 jjdelcerro
                    <version>3.2.0</version>
394 1288 jjdelcerro
                    <configuration>
395
                        <encoding>ISO-8859-1</encoding>
396
                    </configuration>
397
                </plugin>
398 1495 fdiaz
399 1288 jjdelcerro
                <plugin>
400
                    <groupId>org.apache.maven.plugins</groupId>
401
                    <artifactId>maven-javadoc-plugin</artifactId>
402 2449 jjdelcerro
                    <version>3.2.0</version>
403 1288 jjdelcerro
                    <configuration>
404
                        <docTitle>${project.name} ${project.version}</docTitle>
405
                        <encoding>ISO-8859-1</encoding>
406
                        <footer />
407
                        <header />
408
                        <keywords>true</keywords>
409
                        <detectLinks>true</detectLinks>
410
                        <javaApiLinks>
411
                            <property>
412
                                <name>api_1.4</name>
413
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
414
                            </property>
415
                            <property>
416
                                <name>api_1.5</name>
417
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
418
                            </property>
419
                            <property>
420
                                <name>api_1.6</name>
421
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
422
                            </property>
423
                        </javaApiLinks>
424
                    </configuration>
425
                </plugin>
426 1495 fdiaz
427 1288 jjdelcerro
                <plugin>
428
                    <groupId>org.apache.maven.plugins</groupId>
429
                    <artifactId>maven-site-plugin</artifactId>
430 2449 jjdelcerro
                    <version>3.3</version>
431 1288 jjdelcerro
                    <configuration>
432
                        <chmod>true</chmod>
433
                        <chmodMode>a+rwX</chmodMode>
434
                    </configuration>
435
                </plugin>
436 1495 fdiaz
437 1288 jjdelcerro
                <plugin>
438
                    <groupId>org.apache.maven.plugins</groupId>
439
                    <artifactId>maven-jar-plugin</artifactId>
440 2449 jjdelcerro
                    <version>3.2.0</version>
441 1288 jjdelcerro
                    <configuration>
442
                        <archive>
443
                            <manifestEntries>
444
                                <Built-By>gvSIG Team</Built-By>
445
                            </manifestEntries>
446
                        </archive>
447
                    </configuration>
448
                </plugin>
449 1495 fdiaz
450 1288 jjdelcerro
                <plugin>
451
                    <groupId>org.codehaus.mojo</groupId>
452
                    <artifactId>properties-maven-plugin</artifactId>
453 2449 jjdelcerro
                    <version>1.0-0</version>
454 1288 jjdelcerro
                </plugin>
455 1495 fdiaz
456 1288 jjdelcerro
                <plugin>
457
                    <groupId>org.codehaus.gmaven</groupId>
458
                    <artifactId>gmaven-plugin</artifactId>
459 2449 jjdelcerro
                    <version>1.5</version>
460 1288 jjdelcerro
                </plugin>
461 1495 fdiaz
462 1288 jjdelcerro
                <plugin>
463
                    <groupId>org.apache.maven.plugins</groupId>
464
                    <artifactId>maven-antrun-plugin</artifactId>
465 2449 jjdelcerro
                    <!--<version>1.3</version>-->
466 1288 jjdelcerro
                    <version>1.7</version>
467
                </plugin>
468
                <plugin>
469
                    <groupId>org.codehaus.mojo</groupId>
470
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
471 2449 jjdelcerro
                    <version>1.17</version>
472 1288 jjdelcerro
                </plugin>
473
                <plugin>
474
                    <groupId>org.apache.maven.plugins</groupId>
475
                    <artifactId>maven-release-plugin</artifactId>
476 2449 jjdelcerro
                    <version>2.5.3</version>
477 1288 jjdelcerro
                </plugin>
478 814 jjdelcerro
479 1288 jjdelcerro
                <plugin>
480
                    <groupId>org.apache.maven.plugins</groupId>
481
                    <artifactId>maven-assembly-plugin</artifactId>
482
                    <version>2.2-beta-5</version>
483
                </plugin>
484 814 jjdelcerro
485 1288 jjdelcerro
                <plugin>
486
                    <groupId>org.apache.maven.plugins</groupId>
487
                    <artifactId>maven-clean-plugin</artifactId>
488 2449 jjdelcerro
                    <version>2.5</version>
489 1288 jjdelcerro
                </plugin>
490 1495 fdiaz
491 1288 jjdelcerro
                <plugin>
492
                    <groupId>org.codehaus.mojo</groupId>
493
                    <artifactId>exec-maven-plugin</artifactId>
494 2449 jjdelcerro
                    <version>3.0.0</version>
495 1495 fdiaz
                </plugin>
496 814 jjdelcerro
497 1288 jjdelcerro
                <plugin>
498
                    <groupId>com.mycila.maven-license-plugin</groupId>
499
                    <artifactId>maven-license-plugin</artifactId>
500
                    <version>1.10.b1</version>
501 1495 fdiaz
                </plugin>
502 814 jjdelcerro
503 1288 jjdelcerro
                <plugin>
504
                    <groupId>org.apache.maven.plugins</groupId>
505
                    <artifactId>maven-source-plugin</artifactId>
506 2449 jjdelcerro
                    <version>3.2.1</version>
507 1288 jjdelcerro
                </plugin>
508 814 jjdelcerro
509 1288 jjdelcerro
            </plugins>
510
        </pluginManagement>
511 1495 fdiaz
512 814 jjdelcerro
        <plugins>
513
            <plugin>
514
                <groupId>org.apache.maven.plugins</groupId>
515
                <artifactId>maven-release-plugin</artifactId>
516
                <configuration>
517
                    <tagBase>https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags</tagBase>
518 1495 fdiaz
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
519
                    are not installed, so the dependencies between modules are not met. With this configuration
520
                    we force the module installation. -->
521
                    <preparationGoals>clean install</preparationGoals>
522 925 jjdelcerro
                    <autoVersionSubmodules>true</autoVersionSubmodules>
523 943 jjdelcerro
                    <goals>deploy</goals>
524 814 jjdelcerro
                </configuration>
525
            </plugin>
526 1495 fdiaz
527 814 jjdelcerro
            <plugin>
528 1344 jjdelcerro
                <groupId>org.codehaus.mojo</groupId>
529
                <artifactId>animal-sniffer-maven-plugin</artifactId>
530
                <executions>
531
                    <execution>
532
                        <id>check-java-api</id>
533
                        <phase>package</phase>
534
                        <goals>
535
                            <goal>check</goal>
536
                        </goals>
537
                        <configuration>
538
                            <skip>false</skip>
539
                            <signature>
540
                                <groupId>org.codehaus.mojo.signature</groupId>
541 1874 jjdelcerro
                                <artifactId>java18</artifactId>
542 1344 jjdelcerro
                                <version>1.0</version>
543
                            </signature>
544
                        </configuration>
545
                    </execution>
546
                </executions>
547
            </plugin>
548 1495 fdiaz
549 1344 jjdelcerro
            <plugin>
550 1288 jjdelcerro
                <!-- to continue building  when test fail -->
551
                <groupId>org.apache.maven.plugins</groupId>
552
                <artifactId>maven-surefire-plugin</artifactId>
553
                <configuration>
554
                    <testFailureIgnore>true</testFailureIgnore>
555
                </configuration>
556
            </plugin>
557 814 jjdelcerro
        </plugins>
558
    </build>
559 1495 fdiaz
560 1288 jjdelcerro
    <reporting>
561
        <excludeDefaults>true</excludeDefaults>
562
        <plugins>
563
            <plugin>
564
                <groupId>org.apache.maven.plugins</groupId>
565
                <artifactId>maven-project-info-reports-plugin</artifactId>
566 2449 jjdelcerro
                <!--<version>2.7</version>-->
567 1288 jjdelcerro
            </plugin>
568
            <plugin>
569
                <groupId>org.apache.maven.plugins</groupId>
570
                <artifactId>maven-javadoc-plugin</artifactId>
571 2449 jjdelcerro
                <!--<version>2.9</version>-->
572 1288 jjdelcerro
            </plugin>
573
            <plugin>
574
                <groupId>org.apache.maven.plugins</groupId>
575
                <artifactId>maven-jxr-plugin</artifactId>
576 2449 jjdelcerro
                <!--<version>2.3</version>-->
577 1288 jjdelcerro
                <configuration>
578
                    <linkJavadoc>true</linkJavadoc>
579
                </configuration>
580
            </plugin>
581
        </plugins>
582
    </reporting>
583 1495 fdiaz
584
585 1288 jjdelcerro
    <properties>
586
        <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
587
        <localRepository>${user.home}/.m2/repository</localRepository>
588
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
589 814 jjdelcerro
590 1288 jjdelcerro
    </properties>
591 1495 fdiaz
592 814 jjdelcerro
    <profiles>
593
        <profile>
594
            <id>cdc</id>
595
            <activation>
596
                <activeByDefault>false</activeByDefault>
597
            </activation>
598
            <repositories>
599
                <repository>
600
                    <id>gvsig-public-http-repository</id>
601
                    <name>gvSIG maven public HTTP repository</name>
602
                    <url>http://devel.gvsig.org/m2repo/j2me</url>
603
                    <releases>
604
                        <enabled>true</enabled>
605
                        <updatePolicy>daily</updatePolicy>
606
                        <checksumPolicy>warn</checksumPolicy>
607
                    </releases>
608
                    <snapshots>
609
                        <enabled>true</enabled>
610
                        <updatePolicy>interval:60</updatePolicy>
611
                        <checksumPolicy>warn</checksumPolicy>
612
                    </snapshots>
613
                </repository>
614 1495 fdiaz
                <!--
615 814 jjdelcerro
                <repository>
616
                    <id>osgeo</id>
617
                    <name>Open Source Geospatial Foundation</name>
618
                    <url>http://download.osgeo.org/webdav/geotools</url>
619
                    <releases>
620
                        <enabled>true</enabled>
621
                        <updatePolicy>never</updatePolicy>
622
                        <checksumPolicy>warn</checksumPolicy>
623
                    </releases>
624
                    <snapshots>
625
                        <enabled>false</enabled>
626
                    </snapshots>
627
                </repository>
628
                -->
629
            </repositories>
630
            <modules>
631
                <module>org.gvsig.tools.lib</module>
632
            </modules>
633
        </profile>
634
        <profile>
635
            <id>se</id>
636
            <activation>
637
                <activeByDefault>true</activeByDefault>
638
            </activation>
639
            <repositories>
640
                <repository>
641
                    <id>gvsig-public-http-repository</id>
642
                    <name>gvSIG maven public HTTP repository</name>
643
                    <url>http://devel.gvsig.org/m2repo/j2se</url>
644
                    <releases>
645
                        <enabled>true</enabled>
646
                        <updatePolicy>daily</updatePolicy>
647
                        <checksumPolicy>warn</checksumPolicy>
648
                    </releases>
649
                    <snapshots>
650
                        <enabled>true</enabled>
651
                        <updatePolicy>daily</updatePolicy>
652
                        <checksumPolicy>warn</checksumPolicy>
653
                    </snapshots>
654
                </repository>
655
            </repositories>
656
            <modules>
657
                <module>org.gvsig.tools.lib</module>
658
                <module>org.gvsig.tools.swing</module>
659
                <module>org.gvsig.tools.main</module>
660 919 jjdelcerro
                <module>org.gvsig.tools.dynform</module>
661 1495 fdiaz
                <module>org.gvsig.tools.util</module>
662 814 jjdelcerro
            </modules>
663
        </profile>
664
    </profiles>
665
</project>