Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / tags / org.gvsig.tools-3.0.9 / pom.xml @ 2937

History | View | Annotate | Download (20.4 KB)

1 814 jjdelcerro
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
    <modelVersion>4.0.0</modelVersion>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.tools</artifactId>
6
    <packaging>pom</packaging>
7 927 jjdelcerro
    <version>3.0.9</version>
8 814 jjdelcerro
    <name>org.gvsig.tools</name>
9
    <description>Tools related to application framework architecture
10
        and implementations of design patterns</description>
11
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
                        "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
        </license>
25
    </licenses>
26
27
    <organization>
28
        <name>gvSIG Association</name>
29
        <url>http://www.gvsig.com/</url>
30
    </organization>
31
32
    <scm>
33 927 jjdelcerro
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.9</connection>
34
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.9</developerConnection>
35
        <url>https://devel.gvsig.org/redmine/projects/gvsig-tools/repository/show/org.gvsig.tools/library/tags/org.gvsig.tools-3.0.9</url>
36 814 jjdelcerro
    </scm>
37
38
    <repositories>
39
      <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
    </repositories>
55
56
    <distributionManagement>
57
      <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
    </distributionManagement>
74
75
    <issueManagement>
76
      <system>redmine</system>
77
      <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
78
    </issueManagement>
79
80
    <mailingLists>
81
      <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
    </mailingLists>
115
116
    <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
      <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>easymock</groupId>
164
          <artifactId>easymock</artifactId>
165
          <version>1.2_Java1.3</version>
166
          <scope>test</scope>
167
        </dependency>
168
        <dependency>
169
           <groupId>net.sf.kxml</groupId>
170
           <artifactId>kxml2</artifactId>
171
               <version>2.2.2</version>
172
        </dependency>
173
        <dependency>
174
            <groupId>commons-io</groupId>
175
            <artifactId>commons-io</artifactId>
176
            <version>2.4</version>
177
        </dependency>
178
        <dependency>
179
            <groupId>net.sf</groupId>
180
            <artifactId>flib-jcalendar</artifactId>
181
            <version>unknown</version>
182
        </dependency>
183 925 jjdelcerro
        <dependency>
184
                <groupId>com.jgoodies</groupId>
185
                <artifactId>jgoodies-common</artifactId>
186
                <version>1.4.0</version>
187
        </dependency>
188
        <dependency>
189
                <groupId>com.jgoodies</groupId>
190
                <artifactId>jgoodies-forms</artifactId>
191
                <version>1.6.0</version>
192
        </dependency>
193
        <dependency>
194
                <groupId>com.jgoodies</groupId>
195
                <artifactId>looks</artifactId>
196
                <version>2.2.2</version>
197
        </dependency>
198 814 jjdelcerro
199
        <dependency>
200
            <groupId>org.gvsig</groupId>
201
            <artifactId>org.gvsig.tools.lib</artifactId>
202 926 jjdelcerro
            <version>${pom.version}</version>
203 814 jjdelcerro
        </dependency>
204
        <dependency>
205
            <groupId>org.gvsig</groupId>
206
            <artifactId>org.gvsig.tools.swing</artifactId>
207 927 jjdelcerro
            <version>3.0.9</version>
208 814 jjdelcerro
        </dependency>
209
        <dependency>
210
            <groupId>org.gvsig</groupId>
211
            <artifactId>org.gvsig.tools.swing.api</artifactId>
212 927 jjdelcerro
            <version>3.0.9</version>
213 814 jjdelcerro
        </dependency>
214
        <dependency>
215
            <groupId>org.gvsig</groupId>
216
            <artifactId>org.gvsig.tools.swing.impl</artifactId>
217 927 jjdelcerro
            <version>3.0.9</version>
218 814 jjdelcerro
        </dependency>
219
        <dependency>
220
            <groupId>org.gvsig</groupId>
221
            <artifactId>org.gvsig.tools.swing.spi</artifactId>
222 927 jjdelcerro
            <version>3.0.9</version>
223 814 jjdelcerro
        </dependency>
224
        <dependency>
225
            <groupId>org.gvsig</groupId>
226
            <artifactId>org.gvsig.tools.swing.serv</artifactId>
227 927 jjdelcerro
            <version>3.0.9</version>
228 814 jjdelcerro
        </dependency>
229
        <dependency>
230
            <groupId>org.gvsig</groupId>
231
            <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
232 927 jjdelcerro
            <version>3.0.9</version>
233 814 jjdelcerro
        </dependency>
234
        <dependency>
235
            <groupId>org.gvsig</groupId>
236
            <artifactId>org.gvsig.tools.swing.serv.jform</artifactId>
237 927 jjdelcerro
            <version>3.0.9</version>
238 814 jjdelcerro
        </dependency>
239
        <dependency>
240
            <groupId>org.gvsig</groupId>
241
            <artifactId>org.gvsig.tools.swing.serv.jlist</artifactId>
242 927 jjdelcerro
            <version>3.0.9</version>
243 814 jjdelcerro
        </dependency>
244 925 jjdelcerro
        <dependency>
245
          <groupId>org.gvsig</groupId>
246
          <artifactId>org.gvsig.tools.dynform.api</artifactId>
247 927 jjdelcerro
          <version>3.0.9</version>
248 925 jjdelcerro
        </dependency>
249
        <dependency>
250
          <groupId>org.gvsig</groupId>
251
          <artifactId>org.gvsig.tools.dynform.spi</artifactId>
252 927 jjdelcerro
          <version>3.0.9</version>
253 925 jjdelcerro
        </dependency>
254
        <dependency>
255
          <groupId>org.gvsig</groupId>
256
          <artifactId>org.gvsig.tools.dynform.services</artifactId>
257 927 jjdelcerro
          <version>3.0.9</version>
258 925 jjdelcerro
        </dependency>
259 814 jjdelcerro
260
      </dependencies>
261
    </dependencyManagement>
262
263
    <dependencies>
264
        <dependency>
265
            <groupId>org.slf4j</groupId>
266
            <artifactId>slf4j-api</artifactId>
267
            <scope>compile</scope>
268
        </dependency>
269
        <dependency>
270
            <groupId>org.slf4j</groupId>
271
            <artifactId>slf4j-log4j12</artifactId>
272
            <scope>runtime</scope>
273
        </dependency>
274
        <dependency>
275
            <groupId>junit</groupId>
276
            <artifactId>junit</artifactId>
277
            <scope>test</scope>
278
        </dependency>
279
    </dependencies>
280
281
    <build>
282
       <extensions>
283
           <extension>
284
               <groupId>org.apache.maven.wagon</groupId>
285
               <artifactId>wagon-webdav-jackrabbit</artifactId>
286
               <version>2.4</version>
287
           </extension>
288
       </extensions>
289
290
      <pluginManagement>
291
        <plugins>
292
293
          <plugin>
294
              <groupId>org.apache.maven.plugins</groupId>
295
              <artifactId>maven-surefire-plugin</artifactId>
296
              <version>2.7.1</version>
297
              <configuration>
298
                  <forkMode>once</forkMode>
299
              </configuration>
300
          </plugin>
301
          <plugin>
302
              <groupId>org.apache.maven.plugins</groupId>
303
              <artifactId>maven-compiler-plugin</artifactId>
304
              <version>2.3.2</version>
305
              <configuration>
306
                  <source>1.5</source>
307
                  <target>1.5</target>
308
                  <encoding>ISO-8859-1</encoding>
309
              </configuration>
310
          </plugin>
311
312
          <plugin>
313
              <groupId>org.apache.maven.plugins</groupId>
314
              <artifactId>maven-resources-plugin</artifactId>
315
              <version>2.4.3</version>
316
              <configuration>
317
                  <encoding>ISO-8859-1</encoding>
318
              </configuration>
319
          </plugin>
320
321
                   <plugin>
322
              <groupId>org.apache.maven.plugins</groupId>
323
              <artifactId>maven-javadoc-plugin</artifactId>
324
              <version>2.9</version>
325
              <configuration>
326
                  <docTitle>${project.name} ${project.version}</docTitle>
327
                  <encoding>ISO-8859-1</encoding>
328
                  <footer />
329
                  <header />
330
                  <keywords>true</keywords>
331
                  <detectLinks>true</detectLinks>
332
                  <javaApiLinks>
333
                      <property>
334
                          <name>api_1.4</name>
335
                          <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
336
                      </property>
337
                      <property>
338
                          <name>api_1.5</name>
339
                          <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
340
                      </property>
341
                      <property>
342
                          <name>api_1.6</name>
343
                          <value>http://download.oracle.com/javase/6/docs/api/</value>
344
                      </property>
345
                  </javaApiLinks>
346
              </configuration>
347
          </plugin>
348
349
          <plugin>
350
              <groupId>org.apache.maven.plugins</groupId>
351
              <artifactId>maven-site-plugin</artifactId>
352
              <configuration>
353
                  <chmod>true</chmod>
354
                  <chmodMode>a+rwX</chmodMode>
355
              </configuration>
356
          </plugin>
357
358
          <plugin>
359
              <groupId>org.apache.maven.plugins</groupId>
360
              <artifactId>maven-jar-plugin</artifactId>
361
              <version>2.3.1</version>
362
              <configuration>
363
                  <archive>
364
                      <manifestEntries>
365
                          <Built-By>gvSIG Team</Built-By>
366
                      </manifestEntries>
367
                  </archive>
368
              </configuration>
369
          </plugin>
370
371
          <plugin>
372
            <groupId>org.codehaus.mojo</groupId>
373
            <artifactId>properties-maven-plugin</artifactId>
374
            <version>1.0-alpha-2</version>
375
          </plugin>
376
377
          <plugin>
378
            <groupId>org.codehaus.gmaven</groupId>
379
            <artifactId>gmaven-plugin</artifactId>
380
            <version>1.4</version>
381
          </plugin>
382
383
          <plugin>
384
            <groupId>org.apache.maven.plugins</groupId>
385
            <artifactId>maven-antrun-plugin</artifactId>
386
            <version>1.7</version>
387
          </plugin>
388
389
          <plugin>
390
            <groupId>org.codehaus.mojo</groupId>
391
            <artifactId>animal-sniffer-maven-plugin</artifactId>
392
            <version>1.9</version>
393
          </plugin>
394
395
          <plugin>
396
              <groupId>org.apache.maven.plugins</groupId>
397
              <artifactId>maven-release-plugin</artifactId>
398 925 jjdelcerro
              <version>2.4.2</version>
399 814 jjdelcerro
          </plugin>
400
401
          <plugin>
402
            <groupId>org.apache.maven.plugins</groupId>
403
            <artifactId>maven-assembly-plugin</artifactId>
404
            <version>2.2-beta-5</version>
405
          </plugin>
406
407
          <plugin>
408
            <groupId>org.apache.maven.plugins</groupId>
409
            <artifactId>maven-clean-plugin</artifactId>
410
            <version>2.4.1</version>
411
          </plugin>
412
413
          <plugin>
414
              <groupId>org.codehaus.mojo</groupId>
415
              <artifactId>exec-maven-plugin</artifactId>
416
              <version>1.2</version>
417
          </plugin>
418
419
          <plugin>
420
              <groupId>com.mycila.maven-license-plugin</groupId>
421
              <artifactId>maven-license-plugin</artifactId>
422
              <version>1.10.b1</version>
423
          </plugin>
424
425
          <plugin>
426
              <groupId>org.apache.maven.plugins</groupId>
427
              <artifactId>maven-source-plugin</artifactId>
428
              <version>2.2.1</version>
429
          </plugin>
430
431
        </plugins>
432
      </pluginManagement>
433
434
        <plugins>
435
            <plugin>
436
                <groupId>org.apache.maven.plugins</groupId>
437
                <artifactId>maven-release-plugin</artifactId>
438
                <configuration>
439
                    <tagBase>https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/tags</tagBase>
440 925 jjdelcerro
                    <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules
441
                    are not installed, so the dependencies between modules are not met. With this configuration
442
                    we force the module installation. -->
443
                    <preparationGoals>clean install</preparationGoals>
444
                    <autoVersionSubmodules>true</autoVersionSubmodules>
445 814 jjdelcerro
                </configuration>
446
            </plugin>
447
            <plugin>
448 925 jjdelcerro
                          <!-- to continue building  when test fail -->
449
                          <groupId>org.apache.maven.plugins</groupId>
450
                          <artifactId>maven-surefire-plugin</artifactId>
451
                          <configuration>
452
                            <testFailureIgnore>true</testFailureIgnore>
453
                          </configuration>
454
                        </plugin>
455 814 jjdelcerro
        </plugins>
456
    </build>
457
458 821 jjdelcerro
         <reporting>
459
            <excludeDefaults>true</excludeDefaults>
460
            <plugins>
461
              <plugin>
462
                <groupId>org.apache.maven.plugins</groupId>
463
                <artifactId>maven-project-info-reports-plugin</artifactId>
464
            <version>2.7</version>
465
              </plugin>
466
              <plugin>
467
                <groupId>org.apache.maven.plugins</groupId>
468
                <artifactId>maven-javadoc-plugin</artifactId>
469
            <version>2.9</version>
470
              </plugin>
471
              <plugin>
472
                <groupId>org.apache.maven.plugins</groupId>
473
                <artifactId>maven-jxr-plugin</artifactId>
474
            <version>2.3</version>
475
                <configuration>
476
                  <linkJavadoc>true</linkJavadoc>
477
                </configuration>
478
              </plugin>
479
            </plugins>
480
          </reporting>
481
482
483
  <properties>
484 814 jjdelcerro
            <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
485
            <localRepository>${user.home}/.m2/repository</localRepository>
486
            <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
487
488
          </properties>
489
490
    <profiles>
491
        <profile>
492
            <id>cdc</id>
493
            <activation>
494
                <activeByDefault>false</activeByDefault>
495
            </activation>
496
            <repositories>
497
                <repository>
498
                    <id>gvsig-public-http-repository</id>
499
                    <name>gvSIG maven public HTTP repository</name>
500
                    <url>http://devel.gvsig.org/m2repo/j2me</url>
501
                    <releases>
502
                        <enabled>true</enabled>
503
                        <updatePolicy>daily</updatePolicy>
504
                        <checksumPolicy>warn</checksumPolicy>
505
                    </releases>
506
                    <snapshots>
507
                        <enabled>true</enabled>
508
                        <updatePolicy>interval:60</updatePolicy>
509
                        <checksumPolicy>warn</checksumPolicy>
510
                    </snapshots>
511
                </repository>
512
                <!--
513
                <repository>
514
                    <id>osgeo</id>
515
                    <name>Open Source Geospatial Foundation</name>
516
                    <url>http://download.osgeo.org/webdav/geotools</url>
517
                    <releases>
518
                        <enabled>true</enabled>
519
                        <updatePolicy>never</updatePolicy>
520
                        <checksumPolicy>warn</checksumPolicy>
521
                    </releases>
522
                    <snapshots>
523
                        <enabled>false</enabled>
524
                    </snapshots>
525
                </repository>
526
                -->
527
            </repositories>
528
            <modules>
529
                <module>org.gvsig.tools.lib</module>
530
            </modules>
531
        </profile>
532
        <profile>
533
            <id>se</id>
534
            <activation>
535
                <activeByDefault>true</activeByDefault>
536
            </activation>
537
            <repositories>
538
                <repository>
539
                    <id>gvsig-public-http-repository</id>
540
                    <name>gvSIG maven public HTTP repository</name>
541
                    <url>http://devel.gvsig.org/m2repo/j2se</url>
542
                    <releases>
543
                        <enabled>true</enabled>
544
                        <updatePolicy>daily</updatePolicy>
545
                        <checksumPolicy>warn</checksumPolicy>
546
                    </releases>
547
                    <snapshots>
548
                        <enabled>true</enabled>
549
                        <updatePolicy>daily</updatePolicy>
550
                        <checksumPolicy>warn</checksumPolicy>
551
                    </snapshots>
552
                </repository>
553
            </repositories>
554
            <modules>
555
                <module>org.gvsig.tools.lib</module>
556
                <module>org.gvsig.tools.swing</module>
557
                <module>org.gvsig.tools.main</module>
558 919 jjdelcerro
                <module>org.gvsig.tools.dynform</module>
559 814 jjdelcerro
            </modules>
560
        </profile>
561
    </profiles>
562
</project>