Statistics
| Revision:

root / org.gvsig.proj / trunk / org.gvsig.proj / pom.xml @ 109

History | View | Annotate | Download (18.5 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
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
        <artifactId>org.gvsig.proj</artifactId>
5
        <packaging>pom</packaging>
6
        <version>1.0.0</version>
7
        <name>Coordinate reference system management library</name>
8
        <description>Coordinate reference system management library</description>
9

    
10

    
11
    <licenses>
12
        <license>
13
            <name>GPLv3</name>
14
            <url>http://www.gnu.org/licenses/gpl.html</url>
15
            <distribution>repo</distribution>
16
            <comments>
17
                        "GPL" stands for "General Public License". The most widespread such
18
                        license is the GNU General Public License, or GNU GPL for short.
19
                        This can be further shortened to "GPL", when it is understood that
20
                        the GNU GPL is the one intended.
21
                      </comments>
22
        </license>
23
    </licenses>
24
    
25
    <organization>
26
        <name>gvSIG Association</name>
27
        <url>http://www.gvsig.com/</url>
28
    </organization>
29
   
30
    <url>http://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
31
   
32
    <scm>
33
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.proj/tags/org.gvsig.proj-1.0.0</connection>
34
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-jcrs/org.gvsig.proj/tags/org.gvsig.proj-1.0.0</developerConnection>
35
        <url>https://devel.gvsig.org/redmine/projects/gvsig-jcrs/repository/show/org.gvsig.proj/tags/org.gvsig.proj-1.0.0</url>
36
    </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-jcrs</url>
78
    </issueManagement>
79

    
80

    
81
    <mailingLists>
82
      <mailingList>
83
        <name>User List</name>
84
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</subscribe>
85
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</unsubscribe>
86
        <post>gvsig_usuarios@listserv.gva.es</post>
87
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
88
        <otherArchives>
89
          <otherArchive>http://www.mail-archive.com/gvsig_usuarios@runas.cap.gva.es</otherArchive>
90
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
91
        </otherArchives>
92
      </mailingList>
93
      <mailingList>
94
        <name>Developer List</name>
95
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</subscribe>
96
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</unsubscribe>
97
        <post>gvsig_desarrolladores@listserv.gva.es</post>
98
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
99
        <otherArchives>
100
          <otherArchive>http://www.mail-archive.com/gvsig_desarrolladores@runas.cap.gva.es</otherArchive>
101
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
102
        </otherArchives>
103
      </mailingList>
104
      <mailingList>
105
        <name>International List</name>
106
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</subscribe>
107
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</unsubscribe>
108
        <post>gvsig_internacional@listserv.gva.es</post>
109
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
110
        <otherArchives>
111
          <otherArchive>http://www.mail-archive.com/gvsig_internacional@runas.cap.gva.es</otherArchive>
112
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
113
        </otherArchives>
114
      </mailingList>
115
    </mailingLists>
116
        
117
           <developers>
118
                <developer>
119
                        <id>jjdelcerro</id>
120
                        <name>Joaqu?n Jos? del Cerro</name>
121
                        <email>jjdelcerro@gvsig.com</email>
122
                        <roles>
123
                                <role>Architect</role>
124
                                <role>Developer</role>
125
                        </roles>
126
                </developer>
127
                <developer>
128
                        <id>cordinayana</id>
129
                        <name>C?sar Ordi?ana</name>
130
                        <email>cordinyana@gvsig.com</email>
131
                        <roles>
132
                                <role>Architect</role>
133
                                <role>Developer</role>
134
                        </roles>
135
                </developer>
136
        </developers>
137

    
138
        <dependencyManagement>
139
                <dependencies>
140

    
141
            <dependency>
142
                <groupId>org.slf4j</groupId>
143
                <artifactId>slf4j-api</artifactId>
144
                <version>1.5.5</version>
145
            </dependency>
146
            <dependency>
147
                <groupId>org.slf4j</groupId>
148
                <artifactId>slf4j-log4j12</artifactId>
149
                <version>1.5.5</version>
150
            </dependency>
151

    
152
            <dependency>
153
                <groupId>junit</groupId>
154
                <artifactId>junit</artifactId>
155
                <version>3.8.1</version>
156
            </dependency>
157
        
158
                        <dependency>
159
                                <groupId>org.osgeo</groupId>
160
                                <artifactId>proj4j</artifactId>
161
                                <version>0.1.0</version>
162
                        </dependency>
163
        
164
                        <dependency>
165
                                <groupId>org.gvsig</groupId>
166
                                <artifactId>org.gvsig.projection.api</artifactId>
167
                                <version>2.0.10</version>
168
                        </dependency>
169
                        
170
                        <dependency>
171
                                <groupId>org.gvsig</groupId>
172
                                <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
173
                    <version>${gvsig.metadata.version}</version>
174
                        </dependency>
175
        
176
                <dependency>
177
                    <groupId>org.gvsig</groupId>
178
                    <artifactId>org.gvsig.tools.lib</artifactId>
179
                    <version>${gvsig.tools.version}</version>
180
                </dependency>
181
                <dependency>
182
                    <groupId>org.gvsig</groupId>
183
                    <artifactId>org.gvsig.tools.lib</artifactId>
184
                    <version>${gvsig.tools.version}</version>
185
                        <type>test-jar</type>
186
                        <scope>test</scope>
187
            </dependency>
188
                <dependency>
189
                    <groupId>org.gvsig</groupId>
190
                    <artifactId>org.gvsig.tools.swing</artifactId>
191
                    <version>${gvsig.tools.version}</version>
192
                </dependency>
193
                <dependency>
194
                    <groupId>org.gvsig</groupId>
195
                    <artifactId>org.gvsig.tools.swing.api</artifactId>
196
                    <version>${gvsig.tools.version}</version>
197
                </dependency>
198
                <dependency>
199
                    <groupId>org.gvsig</groupId>
200
                    <artifactId>org.gvsig.tools.swing.impl</artifactId>
201
                    <version>${gvsig.tools.version}</version>
202
                </dependency>
203
                <dependency>
204
                    <groupId>org.gvsig</groupId>
205
                    <artifactId>org.gvsig.tools.swing.spi</artifactId>
206
                    <version>${gvsig.tools.version}</version>
207
                </dependency>
208
                <dependency>
209
                    <groupId>org.gvsig</groupId>
210
                    <artifactId>org.gvsig.tools.swing.serv</artifactId>
211
                    <version>${gvsig.tools.version}</version>
212
                </dependency>
213
                <dependency>
214
                    <groupId>org.gvsig</groupId>
215
                    <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
216
                    <version>${gvsig.tools.version}</version>
217
                </dependency>
218
                <dependency>
219
                    <groupId>org.gvsig</groupId>
220
                    <artifactId>org.gvsig.tools.swing.serv.jform</artifactId>
221
                    <version>${gvsig.tools.version}</version>
222
                </dependency>
223
                <dependency>
224
                    <groupId>org.gvsig</groupId>
225
                    <artifactId>org.gvsig.tools.swing.serv.jlist</artifactId>
226
                    <version>${gvsig.tools.version}</version>
227
                </dependency>
228
                        
229
                        
230
                        
231
                <dependency>
232
                    <groupId>org.gvsig</groupId>
233
                    <artifactId>org.gvsig.proj.lib</artifactId>
234
                    <version>${gvsig.proj.version}</version>
235
                </dependency>
236
                <dependency>
237
                    <groupId>org.gvsig</groupId>
238
                    <artifactId>org.gvsig.proj.main</artifactId>
239
                    <version>${gvsig.proj.version}</version>
240
                </dependency>
241
                <dependency>
242
                    <groupId>org.gvsig</groupId>
243
                    <artifactId>org.gvsig.proj.swing</artifactId>
244
                    <version>${gvsig.proj.version}</version>
245
                </dependency>
246
                <dependency>
247
                    <groupId>org.gvsig</groupId>
248
                    <artifactId>org.gvsig.proj.lib.api</artifactId>
249
                    <version>${gvsig.proj.version}</version>
250
                </dependency>
251
                <dependency>
252
                    <groupId>org.gvsig</groupId>
253
                    <artifactId>org.gvsig.proj.lib.api</artifactId>
254
                    <version>${gvsig.proj.version}</version>
255
                        <type>test-jar</type>
256
                        <scope>test</scope>
257
            </dependency>
258
                <dependency>
259
                    <groupId>org.gvsig</groupId>
260
                    <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
261
                    <version>${gvsig.proj.version}</version>
262
                </dependency>
263
                <dependency>
264
                    <groupId>org.gvsig</groupId>
265
                    <artifactId>org.gvsig.proj.swing.api</artifactId>
266
                    <version>${gvsig.proj.version}</version>
267
                </dependency>                <dependency>
268
                    <groupId>org.gvsig</groupId>
269
                    <artifactId>org.gvsig.proj.swing.api</artifactId>
270
                    <version>${gvsig.proj.version}</version>
271
                        <type>test-jar</type>
272
                        <scope>test</scope>
273
                </dependency>
274
                <dependency>
275
                    <groupId>org.gvsig</groupId>
276
                    <artifactId>org.gvsig.proj.swing.impl</artifactId>
277
                    <version>${gvsig.proj.version}</version>
278
                </dependency>
279
                        
280
                </dependencies>
281
        </dependencyManagement>
282

    
283
        <dependencies>
284
        <dependency>
285
           <groupId>junit</groupId>
286
           <artifactId>junit</artifactId>
287
       </dependency>
288
        </dependencies>
289
        
290
        <build>
291
       <extensions>
292
           <extension>
293
               <groupId>org.apache.maven.wagon</groupId>
294
               <artifactId>wagon-webdav-jackrabbit</artifactId>
295
               <version>2.4</version>
296
           </extension>
297
       </extensions>
298
      <pluginManagement>
299
        <plugins>
300
        
301
          <plugin>
302
              <groupId>org.apache.maven.plugins</groupId>
303
              <artifactId>maven-surefire-plugin</artifactId>
304
              <version>2.7.1</version>
305
              <configuration>
306
                  <forkMode>once</forkMode>
307
              </configuration>
308
          </plugin>
309
          <plugin>
310
              <groupId>org.apache.maven.plugins</groupId>
311
              <artifactId>maven-compiler-plugin</artifactId>
312
              <version>2.3.2</version>
313
              <configuration>
314
                  <source>1.5</source>
315
                  <target>1.5</target>
316
                  <encoding>ISO-8859-1</encoding>
317
              </configuration>
318
          </plugin>
319

    
320
          <plugin>
321
              <groupId>org.apache.maven.plugins</groupId>
322
              <artifactId>maven-resources-plugin</artifactId>
323
              <version>2.4.3</version>
324
              <configuration>
325
                  <encoding>ISO-8859-1</encoding>
326
              </configuration>
327
          </plugin>
328
        
329
                   <plugin>
330
              <groupId>org.apache.maven.plugins</groupId>
331
              <artifactId>maven-javadoc-plugin</artifactId>
332
              <version>2.9</version>
333
              <configuration>
334
                  <docTitle>${project.name} ${project.version}</docTitle>
335
                  <encoding>ISO-8859-1</encoding>
336
                  <footer />
337
                  <header />
338
                  <keywords>true</keywords>
339
                  <detectLinks>true</detectLinks>
340
                  <javaApiLinks>
341
                      <property>
342
                          <name>api_1.4</name>
343
                          <value>http://download.oracle.com/javase/1.4.2/docs/api/</value>
344
                      </property>
345
                      <property>
346
                          <name>api_1.5</name>
347
                          <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
348
                      </property>
349
                      <property>
350
                          <name>api_1.6</name>
351
                          <value>http://download.oracle.com/javase/6/docs/api/</value>
352
                      </property>
353
                  </javaApiLinks>
354
              </configuration>
355
          </plugin>
356
        
357
          <plugin>
358
              <groupId>org.apache.maven.plugins</groupId>
359
              <artifactId>maven-site-plugin</artifactId>
360
              <configuration>
361
                  <chmod>true</chmod>
362
                  <chmodMode>a+rwX</chmodMode>
363
              </configuration>
364
          </plugin>
365
          
366
          <plugin>
367
              <groupId>org.apache.maven.plugins</groupId>
368
              <artifactId>maven-jar-plugin</artifactId>
369
              <version>2.3.1</version>
370
              <configuration>
371
                  <archive>
372
                      <manifestEntries>
373
                          <Built-By>gvSIG Team</Built-By>
374
                      </manifestEntries>
375
                  </archive>
376
              </configuration>
377
          </plugin>
378
          
379
          <plugin>
380
            <groupId>org.codehaus.mojo</groupId>
381
            <artifactId>properties-maven-plugin</artifactId>
382
            <version>1.0-alpha-2</version>
383
          </plugin>
384
  
385
          <plugin>
386
            <groupId>org.codehaus.gmaven</groupId>
387
            <artifactId>gmaven-plugin</artifactId>
388
            <version>1.4</version>
389
          </plugin>
390
  
391
          <plugin>
392
            <groupId>org.apache.maven.plugins</groupId>
393
            <artifactId>maven-antrun-plugin</artifactId>
394
            <version>1.7</version>
395
          </plugin>
396

    
397
          <plugin>
398
            <groupId>org.codehaus.mojo</groupId>
399
            <artifactId>animal-sniffer-maven-plugin</artifactId>
400
            <version>1.9</version>
401
          </plugin>
402

    
403
          <plugin>
404
              <groupId>org.apache.maven.plugins</groupId>
405
              <artifactId>maven-release-plugin</artifactId>
406
              <version>2.1</version>
407
          </plugin>
408

    
409
          <plugin>
410
            <groupId>org.apache.maven.plugins</groupId>
411
            <artifactId>maven-assembly-plugin</artifactId>
412
            <version>2.2-beta-5</version>
413
          </plugin>
414

    
415
          <plugin>
416
            <groupId>org.apache.maven.plugins</groupId>
417
            <artifactId>maven-clean-plugin</artifactId>
418
            <version>2.4.1</version>
419
          </plugin>
420
          
421
          <plugin>
422
              <groupId>org.codehaus.mojo</groupId>
423
              <artifactId>exec-maven-plugin</artifactId>
424
              <version>1.2</version>
425
          </plugin>    
426

    
427
          <plugin>
428
              <groupId>com.mycila.maven-license-plugin</groupId>
429
              <artifactId>maven-license-plugin</artifactId>
430
              <version>1.10.b1</version>
431
          </plugin>    
432

    
433
          <plugin>
434
              <groupId>org.apache.maven.plugins</groupId>
435
              <artifactId>maven-source-plugin</artifactId>
436
              <version>2.2.1</version>
437
          </plugin>
438

    
439
        </plugins>
440
      </pluginManagement>
441
       
442
       <plugins>
443
                        <plugin>
444
                                <groupId>org.apache.maven.plugins</groupId>
445
                                <artifactId>maven-jar-plugin</artifactId>
446
                                <configuration>
447
                                </configuration>
448
                                <executions>
449
                                        <!-- Generates a jar file only with the test classes -->
450
                                        <execution>
451
                                                <goals>
452
                                                        <goal>test-jar</goal>
453
                                                </goals>
454
                                        </execution>
455
                                </executions>
456
                        </plugin>
457

    
458
                         <plugin>
459
                                <groupId>org.apache.maven.plugins</groupId>
460
                                <artifactId>maven-release-plugin</artifactId>
461
                                <configuration>
462
                    <tagBase>https://devel.gvsig.org/svn/gvsig-jcrs/${project.artifactId}/tags/</tagBase>
463
                                <!-- This is a 2.0 beta 6 bug. By default the goals are 'clean verify', so the modules  
464
                                are not installed, so the dependencies between modules are not met. With this configuration   
465
                                we force the module installation. -->  
466
                                <preparationGoals>clean install</preparationGoals>  
467
                                <autoVersionSubmodules>true</autoVersionSubmodules>
468
                                </configuration>
469
                        </plugin>
470
                        
471
            <plugin>
472
                        <!-- to continue building  when test fail -->
473
                        <groupId>org.apache.maven.plugins</groupId>
474
                        <artifactId>maven-surefire-plugin</artifactId>
475
                        <configuration>
476
                          <testFailureIgnore>true</testFailureIgnore>
477
                        </configuration>
478
                      </plugin>
479
                </plugins>
480
        </build>
481
        
482
         <reporting>
483
            <excludeDefaults>true</excludeDefaults>
484
            <plugins>
485
              <plugin>
486
                <groupId>org.apache.maven.plugins</groupId>
487
                <artifactId>maven-project-info-reports-plugin</artifactId>
488
            <version>2.7</version>
489
              </plugin>
490
              <plugin>
491
                <groupId>org.apache.maven.plugins</groupId>
492
                <artifactId>maven-javadoc-plugin</artifactId>
493
            <version>2.9</version>
494
              </plugin>
495
              <plugin>
496
                <groupId>org.apache.maven.plugins</groupId>
497
                <artifactId>maven-jxr-plugin</artifactId>
498
            <version>2.3</version>
499
                <configuration>
500
                  <linkJavadoc>true</linkJavadoc>
501
                </configuration>
502
              </plugin>
503
            </plugins>
504
          </reporting>
505
        
506
          
507
    <properties>
508
            <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
509
            <localRepository>${user.home}/.m2/repository</localRepository>
510
            <site-repository>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</site-repository>
511
                
512

    
513
            <gvsig.tools.version>3.0.4</gvsig.tools.version>
514
            <gvsig.proj.version>1.0.0</gvsig.proj.version>
515
            <gvsig.metadata.version>1.0.0</gvsig.metadata.version>
516
          </properties>
517

    
518
        <modules>
519
                <module>org.gvsig.proj.lib</module>
520
                <module>org.gvsig.proj.swing</module>
521
                <!-- 
522
                <module>org.gvsig.proj.main</module>
523
                -->
524
        </modules>
525
        <groupId>org.gvsig</groupId>
526
</project>