Statistics
| Revision:

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

History | View | Annotate | Download (30.6 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 2644 jjdelcerro
    <version>3.0.303-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 2644 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 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 2522 jjdelcerro
                <version>2.9.0</version>
187 1288 jjdelcerro
            </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 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
227 1288 jjdelcerro
            </dependency>
228
            <dependency>
229
                <groupId>org.gvsig</groupId>
230 1290 jjdelcerro
                <artifactId>org.gvsig.tools.lib</artifactId>
231 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</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 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
239 1288 jjdelcerro
            </dependency>
240
            <dependency>
241
                <groupId>org.gvsig</groupId>
242
                <artifactId>org.gvsig.tools.swing.api</artifactId>
243 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
244 1288 jjdelcerro
            </dependency>
245
            <dependency>
246
                <groupId>org.gvsig</groupId>
247
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
248 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
249 1288 jjdelcerro
            </dependency>
250
            <dependency>
251
                <groupId>org.gvsig</groupId>
252
                <artifactId>org.gvsig.tools.dynform.api</artifactId>
253 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
254 1288 jjdelcerro
            </dependency>
255
            <dependency>
256
                <groupId>org.gvsig</groupId>
257
                <artifactId>org.gvsig.tools.dynform.spi</artifactId>
258 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
259 1288 jjdelcerro
            </dependency>
260
            <dependency>
261
                <groupId>org.gvsig</groupId>
262
                <artifactId>org.gvsig.tools.dynform.services</artifactId>
263 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
264 1288 jjdelcerro
            </dependency>
265 1290 jjdelcerro
            <dependency>
266
                <groupId>org.gvsig</groupId>
267
                <artifactId>org.gvsig.tools.dynform.impl</artifactId>
268 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</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 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</version>
274 1405 jjdelcerro
            </dependency>
275 1499 jjdelcerro
            <dependency>
276
                <groupId>org.gvsig</groupId>
277
                <artifactId>org.gvsig.tools.util.impl</artifactId>
278 2644 jjdelcerro
                <version>3.0.303-SNAPSHOT</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 2453 jjdelcerro
                <version>${wagon.webdav.jackrabbit.version}</version>
335 1288 jjdelcerro
            </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 2457 jjdelcerro
                    <groupId>org.codehaus.mojo</groupId>
368
                    <artifactId>versions-maven-plugin</artifactId>
369
                    <version>${versions.maven.plugin.version}</version>
370
                    <configuration>
371
                        <allowSnapshots>false</allowSnapshots>
372
                        <excludeProperties>
373
                            versions.maven.plugin.version,
374
                            maven.deploy.plugin.version,
375
                            maven.surefire.plugin.version,
376
                            maven.compiler.plugin.version,
377
                            maven.resources.plugin.version,
378
                            maven.javadoc.plugin.version,
379
                            maven.site.plugin.version,
380
                            maven.jar.plugin.version,
381
                            properties.maven.plugin.version,
382
                            gmaven.plugin.version,
383
                            maven.antrun.plugin.version,
384
                            maven.release.plugin.version,
385
                            maven.assembly.plugin.version,
386
                            maven.clean.plugin.version,
387
                            exec.maven.plugin.version,
388
                            maven.license.plugin.version,
389
                            maven.source.plugin.version,
390
                            maven.scm.plugin.version,
391
                            maven.checkstyle.plugin.version,
392
                            animal.sniffer.maven.plugin.version,
393
                            maven.project.info.reports.plugin.version,
394
                            maven.jxr.plugin.version,
395
                            findbugs.maven.plugin.version,
396
                            wagon.webdav.jackrabbit.version,
397
                        </excludeProperties>
398
                    </configuration>
399
                </plugin>
400
401
                <plugin>
402 1288 jjdelcerro
                    <groupId>org.apache.maven.plugins</groupId>
403
                    <artifactId>maven-deploy-plugin</artifactId>
404 2453 jjdelcerro
                    <version>${maven.deploy.plugin.version}</version>
405 1495 fdiaz
                </plugin>
406 1288 jjdelcerro
                <plugin>
407
                    <groupId>org.apache.maven.plugins</groupId>
408
                    <artifactId>maven-surefire-plugin</artifactId>
409 2453 jjdelcerro
                    <version>${maven.surefire.plugin.version}</version>
410 1288 jjdelcerro
                    <configuration>
411
                        <forkMode>once</forkMode>
412
                    </configuration>
413
                </plugin>
414
                <plugin>
415
                    <groupId>org.apache.maven.plugins</groupId>
416
                    <artifactId>maven-compiler-plugin</artifactId>
417 2453 jjdelcerro
                    <version>${maven.compiler.plugin.version}</version>
418 1288 jjdelcerro
                    <configuration>
419 2453 jjdelcerro
                        <source>${java.version}</source>
420
                        <target>${java.version}</target>
421
                        <encoding>${encoding}</encoding>
422 1288 jjdelcerro
                    </configuration>
423
                </plugin>
424 814 jjdelcerro
425 1288 jjdelcerro
                <plugin>
426
                    <groupId>org.apache.maven.plugins</groupId>
427
                    <artifactId>maven-resources-plugin</artifactId>
428 2453 jjdelcerro
                    <version>${maven.resources.plugin.version}</version>
429 1288 jjdelcerro
                    <configuration>
430 2453 jjdelcerro
                        <encoding>${encoding}</encoding>
431 1288 jjdelcerro
                    </configuration>
432
                </plugin>
433 1495 fdiaz
434 1288 jjdelcerro
                <plugin>
435
                    <groupId>org.apache.maven.plugins</groupId>
436
                    <artifactId>maven-javadoc-plugin</artifactId>
437 2453 jjdelcerro
                    <version>${maven.javadoc.plugin.version}</version>
438 1288 jjdelcerro
                    <configuration>
439
                        <docTitle>${project.name} ${project.version}</docTitle>
440 2453 jjdelcerro
                        <encoding>${encoding}</encoding>
441 1288 jjdelcerro
                        <footer />
442
                        <header />
443
                        <keywords>true</keywords>
444
                        <detectLinks>true</detectLinks>
445
                        <javaApiLinks>
446
                            <property>
447
                                <name>api_1.4</name>
448
                                <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
449
                            </property>
450
                            <property>
451
                                <name>api_1.5</name>
452
                                <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
453
                            </property>
454
                            <property>
455
                                <name>api_1.6</name>
456
                                <value>http://download.oracle.com/javase/6/docs/api/</value>
457
                            </property>
458
                        </javaApiLinks>
459
                    </configuration>
460
                </plugin>
461 1495 fdiaz
462 1288 jjdelcerro
                <plugin>
463
                    <groupId>org.apache.maven.plugins</groupId>
464
                    <artifactId>maven-site-plugin</artifactId>
465 2453 jjdelcerro
                    <version>${maven.site.plugin.version}</version>
466 1288 jjdelcerro
                    <configuration>
467
                        <chmod>true</chmod>
468
                        <chmodMode>a+rwX</chmodMode>
469
                    </configuration>
470
                </plugin>
471 1495 fdiaz
472 1288 jjdelcerro
                <plugin>
473
                    <groupId>org.apache.maven.plugins</groupId>
474
                    <artifactId>maven-jar-plugin</artifactId>
475 2453 jjdelcerro
                    <version>${maven.jar.plugin.version}</version>
476 1288 jjdelcerro
                    <configuration>
477
                        <archive>
478
                            <manifestEntries>
479
                                <Built-By>gvSIG Team</Built-By>
480
                            </manifestEntries>
481
                        </archive>
482
                    </configuration>
483
                </plugin>
484 1495 fdiaz
485 1288 jjdelcerro
                <plugin>
486
                    <groupId>org.codehaus.mojo</groupId>
487
                    <artifactId>properties-maven-plugin</artifactId>
488 2453 jjdelcerro
                    <version>${properties.maven.plugin.version}</version>
489 1288 jjdelcerro
                </plugin>
490 1495 fdiaz
491 1288 jjdelcerro
                <plugin>
492
                    <groupId>org.codehaus.gmaven</groupId>
493
                    <artifactId>gmaven-plugin</artifactId>
494 2453 jjdelcerro
                    <version>${gmaven.plugin.version}</version>
495 1288 jjdelcerro
                </plugin>
496 1495 fdiaz
497 1288 jjdelcerro
                <plugin>
498
                    <groupId>org.apache.maven.plugins</groupId>
499
                    <artifactId>maven-antrun-plugin</artifactId>
500 2449 jjdelcerro
                    <!--<version>1.3</version>-->
501 2453 jjdelcerro
                    <version>${maven.antrun.plugin.version}</version>
502 1288 jjdelcerro
                </plugin>
503
                <plugin>
504
                    <groupId>org.codehaus.mojo</groupId>
505
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
506 2453 jjdelcerro
                    <version>${animal.sniffer.maven.plugin.version}</version>
507 1288 jjdelcerro
                </plugin>
508
                <plugin>
509
                    <groupId>org.apache.maven.plugins</groupId>
510
                    <artifactId>maven-release-plugin</artifactId>
511 2453 jjdelcerro
                    <version>${maven.release.plugin.version}</version>
512 1288 jjdelcerro
                </plugin>
513 814 jjdelcerro
514 1288 jjdelcerro
                <plugin>
515
                    <groupId>org.apache.maven.plugins</groupId>
516
                    <artifactId>maven-assembly-plugin</artifactId>
517 2453 jjdelcerro
                    <version>${maven.assembly.plugin.version}</version>
518 1288 jjdelcerro
                </plugin>
519 814 jjdelcerro
520 1288 jjdelcerro
                <plugin>
521
                    <groupId>org.apache.maven.plugins</groupId>
522
                    <artifactId>maven-clean-plugin</artifactId>
523 2453 jjdelcerro
                    <version>${maven.clean.plugin.version}</version>
524 1288 jjdelcerro
                </plugin>
525 1495 fdiaz
526 1288 jjdelcerro
                <plugin>
527
                    <groupId>org.codehaus.mojo</groupId>
528
                    <artifactId>exec-maven-plugin</artifactId>
529 2453 jjdelcerro
                    <version>${exec.maven.plugin.version}</version>
530 1495 fdiaz
                </plugin>
531 814 jjdelcerro
532 1288 jjdelcerro
                <plugin>
533
                    <groupId>com.mycila.maven-license-plugin</groupId>
534
                    <artifactId>maven-license-plugin</artifactId>
535 2453 jjdelcerro
                    <version>${maven.license.plugin.version}</version>
536 1495 fdiaz
                </plugin>
537 814 jjdelcerro
538 1288 jjdelcerro
                <plugin>
539
                    <groupId>org.apache.maven.plugins</groupId>
540
                    <artifactId>maven-source-plugin</artifactId>
541 2453 jjdelcerro
                    <version>${maven.source.plugin.version}</version>
542 1288 jjdelcerro
                </plugin>
543 814 jjdelcerro
544 1288 jjdelcerro
            </plugins>
545
        </pluginManagement>
546 1495 fdiaz
547 814 jjdelcerro
        <plugins>
548
            <plugin>
549
                <groupId>org.apache.maven.plugins</groupId>
550
                <artifactId>maven-release-plugin</artifactId>
551
                <configuration>
552
                    <tagBase>https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags</tagBase>
553 1495 fdiaz
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
554
                    are not installed, so the dependencies between modules are not met. With this configuration
555
                    we force the module installation. -->
556
                    <preparationGoals>clean install</preparationGoals>
557 925 jjdelcerro
                    <autoVersionSubmodules>true</autoVersionSubmodules>
558 943 jjdelcerro
                    <goals>deploy</goals>
559 814 jjdelcerro
                </configuration>
560
            </plugin>
561 1495 fdiaz
562 814 jjdelcerro
            <plugin>
563 1344 jjdelcerro
                <groupId>org.codehaus.mojo</groupId>
564
                <artifactId>animal-sniffer-maven-plugin</artifactId>
565
                <executions>
566
                    <execution>
567
                        <id>check-java-api</id>
568
                        <phase>package</phase>
569
                        <goals>
570
                            <goal>check</goal>
571
                        </goals>
572
                        <configuration>
573
                            <skip>false</skip>
574
                            <signature>
575
                                <groupId>org.codehaus.mojo.signature</groupId>
576 1874 jjdelcerro
                                <artifactId>java18</artifactId>
577 1344 jjdelcerro
                                <version>1.0</version>
578
                            </signature>
579
                        </configuration>
580
                    </execution>
581
                </executions>
582
            </plugin>
583 1495 fdiaz
584 1344 jjdelcerro
            <plugin>
585 1288 jjdelcerro
                <!-- to continue building  when test fail -->
586
                <groupId>org.apache.maven.plugins</groupId>
587
                <artifactId>maven-surefire-plugin</artifactId>
588
                <configuration>
589
                    <testFailureIgnore>true</testFailureIgnore>
590
                </configuration>
591
            </plugin>
592 814 jjdelcerro
        </plugins>
593
    </build>
594 1495 fdiaz
595 1288 jjdelcerro
    <reporting>
596
        <excludeDefaults>true</excludeDefaults>
597
        <plugins>
598
            <plugin>
599
                <groupId>org.apache.maven.plugins</groupId>
600
                <artifactId>maven-project-info-reports-plugin</artifactId>
601 2453 jjdelcerro
                <version>${maven.project.info.reports.plugin.version}{</version>
602 1288 jjdelcerro
            </plugin>
603
            <plugin>
604
                <groupId>org.apache.maven.plugins</groupId>
605
                <artifactId>maven-javadoc-plugin</artifactId>
606 2453 jjdelcerro
                <version>${maven.javadoc.plugin.version}</version>
607 1288 jjdelcerro
            </plugin>
608
            <plugin>
609
                <groupId>org.apache.maven.plugins</groupId>
610
                <artifactId>maven-jxr-plugin</artifactId>
611 2453 jjdelcerro
                <version>${maven.jxr.plugin.version}</version>
612 1288 jjdelcerro
                <configuration>
613
                    <linkJavadoc>true</linkJavadoc>
614
                </configuration>
615
            </plugin>
616
        </plugins>
617
    </reporting>
618 1495 fdiaz
619
620 1288 jjdelcerro
    <properties>
621 2453 jjdelcerro
        <encoding>ISO-8859-1</encoding>
622
        <java.version>1.8</java.version>
623
624 1288 jjdelcerro
        <localRepository>${user.home}/.m2/repository</localRepository>
625
        <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
626 814 jjdelcerro
627 2453 jjdelcerro
        <!-- Maven plugins versions -->
628
        <maven.deploy.plugin.version>2.7</maven.deploy.plugin.version>
629
        <maven.surefire.plugin.version>3.0.0-M3</maven.surefire.plugin.version>
630
        <maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
631
        <maven.resources.plugin.version>3.2.0</maven.resources.plugin.version>
632
        <maven.javadoc.plugin.version>3.2.0</maven.javadoc.plugin.version>
633
        <maven.site.plugin.version>3.3</maven.site.plugin.version>
634
        <maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
635
        <properties.maven.plugin.version>1.0.0</properties.maven.plugin.version>
636
        <gmaven.plugin.version>1.5</gmaven.plugin.version>
637
        <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
638
        <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
639
        <maven.assembly.plugin.version>2.2-beta-5</maven.assembly.plugin.version>
640
        <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
641
        <exec.maven.plugin.version>3.0.0</exec.maven.plugin.version>
642
        <maven.license.plugin.version>1.10.b1</maven.license.plugin.version>
643
        <maven.source.plugin.version>3.2.1</maven.source.plugin.version>
644
        <maven.scm.plugin.version>1.11.2</maven.scm.plugin.version>
645
        <maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
646
        <animal.sniffer.maven.plugin.version>1.17</animal.sniffer.maven.plugin.version>
647
648 2457 jjdelcerro
        <versions.maven.plugin.version>2.8.1</versions.maven.plugin.version>
649 2453 jjdelcerro
        <maven.project.info.reports.plugin.version>2.7</maven.project.info.reports.plugin.version>
650
        <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
651
        <findbugs.maven.plugin.version>2.5.2</findbugs.maven.plugin.version>
652
        <wagon.webdav.jackrabbit.version>2.4</wagon.webdav.jackrabbit.version>
653
654 1288 jjdelcerro
    </properties>
655 1495 fdiaz
656 814 jjdelcerro
    <profiles>
657
        <profile>
658
            <id>cdc</id>
659
            <activation>
660
                <activeByDefault>false</activeByDefault>
661
            </activation>
662
            <repositories>
663
                <repository>
664
                    <id>gvsig-public-http-repository</id>
665
                    <name>gvSIG maven public HTTP repository</name>
666
                    <url>http://devel.gvsig.org/m2repo/j2me</url>
667
                    <releases>
668
                        <enabled>true</enabled>
669
                        <updatePolicy>daily</updatePolicy>
670
                        <checksumPolicy>warn</checksumPolicy>
671
                    </releases>
672
                    <snapshots>
673
                        <enabled>true</enabled>
674
                        <updatePolicy>interval:60</updatePolicy>
675
                        <checksumPolicy>warn</checksumPolicy>
676
                    </snapshots>
677
                </repository>
678 1495 fdiaz
                <!--
679 814 jjdelcerro
                <repository>
680
                    <id>osgeo</id>
681
                    <name>Open Source Geospatial Foundation</name>
682
                    <url>http://download.osgeo.org/webdav/geotools</url>
683
                    <releases>
684
                        <enabled>true</enabled>
685
                        <updatePolicy>never</updatePolicy>
686
                        <checksumPolicy>warn</checksumPolicy>
687
                    </releases>
688
                    <snapshots>
689
                        <enabled>false</enabled>
690
                    </snapshots>
691
                </repository>
692
                -->
693
            </repositories>
694
            <modules>
695
                <module>org.gvsig.tools.lib</module>
696
            </modules>
697
        </profile>
698
        <profile>
699
            <id>se</id>
700
            <activation>
701
                <activeByDefault>true</activeByDefault>
702
            </activation>
703
            <repositories>
704
                <repository>
705
                    <id>gvsig-public-http-repository</id>
706
                    <name>gvSIG maven public HTTP repository</name>
707
                    <url>http://devel.gvsig.org/m2repo/j2se</url>
708
                    <releases>
709
                        <enabled>true</enabled>
710
                        <updatePolicy>daily</updatePolicy>
711
                        <checksumPolicy>warn</checksumPolicy>
712
                    </releases>
713
                    <snapshots>
714
                        <enabled>true</enabled>
715
                        <updatePolicy>daily</updatePolicy>
716
                        <checksumPolicy>warn</checksumPolicy>
717
                    </snapshots>
718
                </repository>
719
            </repositories>
720
            <modules>
721
                <module>org.gvsig.tools.lib</module>
722
                <module>org.gvsig.tools.swing</module>
723
                <module>org.gvsig.tools.main</module>
724 919 jjdelcerro
                <module>org.gvsig.tools.dynform</module>
725 1495 fdiaz
                <module>org.gvsig.tools.util</module>
726 814 jjdelcerro
            </modules>
727
        </profile>
728
    </profiles>
729
</project>