Statistics
| Revision:

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

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