Statistics
| Revision:

root / org.gvsig.complexlegend / trunk / org.gvsig.complexlegend / pom.xml @ 2443

History | View | Annotate | Download (3.74 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.complexlegend</artifactId>
5
        <packaging>pom</packaging>
6
        <version>1.0.76-SNAPSHOT</version>
7
        <name>org.gvsig.complexlegend</name>
8
        <description>complex legend extension</description>
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.desktop</artifactId>
12
                <version>2.0.235</version>
13
        </parent>
14
    <url>http://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
15
         <scm>
16
        <connection>scm:svn:http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</connection>
17
        <developerConnection>scm:svn:http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</developerConnection>
18
        <url>http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</url>
19
    </scm>
20
        <developers>
21
                <developer>
22
                        <id>jjdelcerro</id>
23
                        <name>Joaquin Jose del Cerro</name>
24
                        <email>jjdelcerro@gvsig.org</email>
25
                        <roles>
26
                                <role>Architect</role>
27
                                <role>Developer</role>
28
                        </roles>
29
                </developer>
30
                <developer>
31
                        <id>jbadia</id>
32
                        <name>Jose Badia</name>
33
                        <email>badia_jos@gva.es</email>
34
                        <roles>
35
                                <role>Developer</role>
36
                        </roles>
37
                </developer>
38
        </developers>
39
        <distributionManagement>
40
                <site>
41
                        <id>gvsig-repository</id>
42
            <url>dav:https://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
43
                </site>
44
        </distributionManagement>
45
        <repositories>
46
                <repository>
47
                        <id>gvsig-public-http-repository</id>
48
                        <name>gvSIG maven public HTTP repository</name>
49
                        <url>http://devel.gvsig.org/m2repo/j2se</url>
50
                        <releases>
51
                                <enabled>true</enabled>
52
                                <updatePolicy>daily</updatePolicy>
53
                                <checksumPolicy>warn</checksumPolicy>
54
                        </releases>
55
                        <snapshots>
56
                                <enabled>true</enabled>
57
                                <updatePolicy>daily</updatePolicy>
58
                                <checksumPolicy>warn</checksumPolicy>
59
                        </snapshots>
60
                </repository>
61
        </repositories>
62
        <build>
63
                <plugins>
64
                        <plugin>
65
                                <groupId>org.apache.maven.plugins</groupId>
66
                                <artifactId>maven-release-plugin</artifactId>
67
                                <configuration>
68
                                        <tagBase>http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/tags</tagBase>
69
                                </configuration>
70
                        </plugin>
71
                </plugins>
72
        </build>
73
        <dependencyManagement>
74
                <dependencies>
75
                        <dependency>
76
                                <groupId>org.gvsig</groupId>
77
                                <artifactId>org.gvsig.complexlegend.lib.api</artifactId>
78
                                <version>1.0.76-SNAPSHOT</version>
79
                        </dependency>
80
                        <dependency>
81
                                <groupId>org.gvsig</groupId>
82
                                <artifactId>org.gvsig.complexlegend.lib.api</artifactId>
83
                                <version>1.0.76-SNAPSHOT</version>
84
                                <type>test-jar</type>
85
                        </dependency>
86
                        <dependency>
87
                                <groupId>org.gvsig</groupId>
88
                                <artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
89
                                <version>1.0.76-SNAPSHOT</version>
90
                        </dependency>
91
                        <dependency>
92
                                <groupId>org.gvsig</groupId>
93
                                <artifactId>org.gvsig.complexlegend.swing.api</artifactId>
94
                                <version>1.0.76-SNAPSHOT</version>
95
                        </dependency>
96
                        <dependency>
97
                                <groupId>org.gvsig</groupId>
98
                                <artifactId>org.gvsig.complexlegend.swing.api</artifactId>
99
                                <version>1.0.76-SNAPSHOT</version>
100
                                <type>test-jar</type>
101
                        </dependency>
102
                        <dependency>
103
                                <groupId>org.gvsig</groupId>
104
                                <artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
105
                                <version>1.0.76-SNAPSHOT</version>
106
                        </dependency>
107
                </dependencies>
108
        </dependencyManagement>
109
        <modules>
110
                <module>org.gvsig.complexlegend.lib</module>
111
                <module>org.gvsig.complexlegend.swing</module>
112
                <!--
113
                <module>org.gvsig.complexlegend.main</module>
114
                -->
115
                <module>org.gvsig.complexlegend.app</module>
116
        </modules>
117
</project>