Statistics
| Revision:

gvsig-educa / org.gvsig.educa.thematicmap.app / trunk / org.gvsig.educa.thematicmap.app / pom.xml @ 231

History | View | Annotate | Download (8.19 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
        <modelVersion>4.0.0</modelVersion>
6
        <artifactId>org.gvsig.educa.thematicmap.app</artifactId>
7
        <packaging>pom</packaging>
8
        <version>1.0.0-SNAPSHOT</version>
9
        <name>org.gvsig.educa.thematicmap.app</name>
10
        <description>Application of the ThematicMap project</description>
11
        <url>http://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
12
        <parent>
13
                <groupId>org.gvsig</groupId>
14
                <artifactId>org.gvsig.maven.base.extension.pom</artifactId>
15
                <version>1.0.8-SNAPSHOT</version>
16
        </parent>
17
        <properties>
18
                <educa.version>1.0.0-SNAPSHOT</educa.version>
19
                <educa.app.version>${project.version}</educa.app.version>
20
                <gvsig.version>2.0-SNAPSHOT</gvsig.version>
21
                <gvsig.i18n.version>2.0.1-SNAPSHOT</gvsig.i18n.version>
22
                <gvsig.symbology.version>2.0.0-SNAPSHOT</gvsig.symbology.version>
23
                <gvsig.ui.version>2.0.1-SNAPSHOT</gvsig.ui.version>
24
                <gvsig.tools.version>3.0.0-SNAPSHOT</gvsig.tools.version>
25
                <gvsig.timesupport>1.0.0-SNAPSHOT</gvsig.timesupport>
26
                <apache.commons-io.version>1.3.2</apache.commons-io.version>
27
                <apache.commons-lang3.version>3.1</apache.commons-lang3.version>
28
                <!-- package.info -->
29
                <package.info.owner>gvSIG Association</package.info.owner>
30
                <package.info.official>true</package.info.official>
31
                <package.info.webURL>http://www.gvsig.org/web/projects/contrib/gvsig-educa</package.info.webURL>
32
                <package.info.state>RC1</package.info.state>
33
        </properties>
34
        <scm>
35
                <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-educa/org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app</connection>
36
                <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-educa/org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app</developerConnection>
37
                <url>https://devel.gvsig.org/redmine/projects/gvsig-educa/repository/show/org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app</url>
38
        </scm>
39
        <distributionManagement>
40
                <site>
41
                        <id>gvsig-repository</id>
42
                        <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
43
                </site>
44
        </distributionManagement>
45
        <developers>
46
                <developer>
47
                        <id>cordinyana</id>
48
                        <name>C?sar Ordi?ana</name>
49
                        <email>cordinyana@gvsig.com</email>
50
                        <roles>
51
                                <role>Architect</role>
52
                                <role>Developer</role>
53
                        </roles>
54
                </developer>
55
                <developer>
56
                        <id>jmvivo</id>
57
                        <name>Jose Manuel Viv? Arnal</name>
58
                        <email>jmvivo@disid.com</email>
59
                        <roles>
60
                                <role>Analyst</role>
61
                                <role>Developer</role>
62
                        </roles>
63
                </developer>
64
        </developers>
65
        <repositories>
66
                <repository>
67
                        <id>gvsig-public-http-repository</id>
68
                        <name>gvSIG maven public HTTP repository</name>
69
                        <url>http://devel.gvsig.org/m2repo/j2se</url>
70
                        <releases>
71
                                <enabled>true</enabled>
72
                                <updatePolicy>daily</updatePolicy>
73
                                <checksumPolicy>warn</checksumPolicy>
74
                        </releases>
75
                        <snapshots>
76
                                <enabled>true</enabled>
77
                                <updatePolicy>daily</updatePolicy>
78
                                <checksumPolicy>warn</checksumPolicy>
79
                        </snapshots>
80
                </repository>
81
        </repositories>
82
        <build>
83
                <plugins>
84
                        <plugin>
85
                                <groupId>org.apache.maven.plugins</groupId>
86
                                <artifactId>maven-release-plugin</artifactId>
87
                                <configuration>
88
                                        <tagBase>https://devel.gvsig.org/svn/gvsig-educa/org.gvsig.educa.thematicmap.app/tags</tagBase>
89
                                </configuration>
90
                        </plugin>
91
                </plugins>
92
        </build>
93
        <dependencyManagement>
94
                <dependencies>
95
                        <!-- gvSIG educa -->
96
                        <dependency>
97
                                <groupId>org.gvsig</groupId>
98
                                <artifactId>org.gvsig.educa.thematicmap.lib.api</artifactId>
99
                                <version>${educa.version}</version>
100
                        </dependency>
101
                        <dependency>
102
                                <groupId>org.gvsig</groupId>
103
                                <artifactId>org.gvsig.educa.thematicmap.lib.spi</artifactId>
104
                                <version>${educa.version}</version>
105
                                <scope>runtime</scope>
106
                        </dependency>
107
                        <dependency>
108
                                <groupId>org.gvsig</groupId>
109
                                <artifactId>org.gvsig.educa.thematicmap.lib.impl</artifactId>
110
                                <version>${educa.version}</version>
111
                                <scope>runtime</scope>
112
                        </dependency>
113
                        <dependency>
114
                                <groupId>org.gvsig</groupId>
115
                                <artifactId>org.gvsig.educa.thematicmap.lib.prov.installer</artifactId>
116
                                <version>${educa.version}</version>
117
                                <scope>runtime</scope>
118
                        </dependency>
119
                        <dependency>
120
                                <groupId>org.gvsig</groupId>
121
                                <artifactId>org.gvsig.educa.thematicmap.lib.prov.locateonthemap</artifactId>
122
                                <version>${educa.version}</version>
123
                                <scope>runtime</scope>
124
                        </dependency>
125

    
126
                        <!-- gvSIG educa app -->
127
                        <dependency>
128
                                <groupId>org.gvsig</groupId>
129
                                <artifactId>org.gvsig.educa.thematicmap.app.viewer</artifactId>
130
                                <version>${educa.app.version}</version>
131
                        </dependency>
132
                        <dependency>
133
                                <groupId>org.gvsig</groupId>
134
                                <artifactId>org.gvsig.educa.thematicmap.app.editor</artifactId>
135
                                <version>${educa.app.version}</version>
136
                        </dependency>
137
                        <dependency>
138
                                <groupId>org.gvsig</groupId>
139
                                <artifactId>org.gvsig.educa.thematicmap.app.geomselect</artifactId>
140
                                <version>${educa.app.version}</version>
141
                        </dependency>
142

    
143

    
144

    
145
      <!-- gvSIG -->
146
      <!--
147
                        <dependency>
148
                                <groupId>org.gvsig</groupId>
149
                                <artifactId>org.gvsig.andami</artifactId>
150
                                <version>2.0-SNAPSHOT</version>
151
                        </dependency>
152
      -->
153
                        <dependency>
154
                                <groupId>org.gvsig</groupId>
155
                                <artifactId>org.gvsig.i18n</artifactId>
156
                                <version>${gvsig.i18n.version}</version>
157
                        </dependency>
158
                        <dependency>
159
                                <groupId>org.gvsig</groupId>
160
                                <artifactId>org.gvsig.tools.lib</artifactId>
161
                                <version>${gvsig.tools.version}</version>
162
                        </dependency>
163
                        <dependency>
164
                                <groupId>org.gvsig</groupId>
165
                                <artifactId>org.gvsig.app</artifactId>
166
                                <version>${gvsig.version}</version>
167
                        </dependency>
168
    <!-- this dependencies should be resolved as
169
          transitive by org.gvsig.app -->
170
     <!--
171
     <dependency>
172
                                <groupId>org.gvsig</groupId>
173
                                <artifactId>org.gvsig.compat</artifactId>
174
                                <version>${gvsig.version}</version>
175
                 </dependency>
176
                        <dependency>
177
                                <groupId>org.gvsig</groupId>
178
                                <artifactId>org.gvsig.symbology.lib.api</artifactId>
179
                                <version>${gvsig.symbology.version}</version>
180
                        </dependency>
181
                        <dependency>
182
                                <groupId>org.gvsig</groupId>
183
                                <artifactId>org.gvsig.utils</artifactId>
184
                                <version>${gvsig.version}</version>
185
                        </dependency>
186
                        <dependency>
187
                                <groupId>org.gvsig</groupId>
188
                                <artifactId>org.gvsig.fmap.geometry</artifactId>
189
                                <version>${gvsig.version}</version>
190
                        </dependency>
191
                        <dependency>
192
                                <groupId>org.gvsig</groupId>
193
                                <artifactId>org.gvsig.fmap.dal</artifactId>
194
                                <version>${gvsig.version}</version>
195
                        </dependency>
196
                        <dependency>
197
                                <groupId>org.gvsig</groupId>
198
                                <artifactId>org.gvsig.fmap.mapcontext</artifactId>
199
                                <version>${gvsig.version}</version>
200
                        </dependency>
201
                        <dependency>
202
                                <groupId>org.gvsig</groupId>
203
                                <artifactId>org.gvsig.fmap.control</artifactId>
204
                                <version>${gvsig.version}</version>
205
                        </dependency>
206
                        <dependency>
207
                                <groupId>org.gvsig</groupId>
208
                                <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
209
                                <version>${gvsig.timesupport}</version>
210
                        </dependency>
211
                        <dependency>
212
                                <groupId>org.gvsig</groupId>
213
                                <artifactId>org.gvsig.ui</artifactId>
214
                                <version>${gvsig.ui.version}</version>
215
                        </dependency>
216
      -->
217

    
218
                        <!-- apache commons -->
219
                        <dependency>
220
                                <groupId>org.apache.commons</groupId>
221
                                <artifactId>commons-io</artifactId>
222
                                <version>${apache.commons-io.version}</version>
223
                        </dependency>
224
                        <dependency>
225
                                <groupId>org.apache.commons</groupId>
226
                                <artifactId>commons-lang3</artifactId>
227
                                <version>${apache.commons-lang3.version}</version>
228
                        </dependency>
229
                </dependencies>
230
        </dependencyManagement>
231

    
232
        <dependencies>
233
                <dependency>
234
                        <groupId>org.slf4j</groupId>
235
                        <artifactId>slf4j-api</artifactId>
236
                        <scope>compile</scope>
237
                </dependency>
238
        </dependencies>
239

    
240
        <modules>
241
                <module>org.gvsig.educa.thematicmap.app.viewer</module>
242
                <module>org.gvsig.educa.thematicmap.app.editor</module>
243
                <module>org.gvsig.educa.thematicmap.app.geomselect</module>
244
        </modules>
245

    
246
</project>