Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2009 / extensions / extGPE-gvSIG / pom.xml @ 44220

History | View | Annotate | Download (6.29 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
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
5
                      http://maven.apache.org/maven-v4_0_0.xsd">
6

    
7
        <modelVersion>4.0.0</modelVersion>
8
        <groupId>org.gvsig</groupId>
9
        <artifactId>org.gvsig.gpe.extension</artifactId>
10
        <packaging>jar</packaging>
11
        <version>2.0-SNAPSHOT</version>
12
        <name>extGPE-gvSIG</name>
13
        <url>http://maven.apache.org</url>
14
        <parent>
15
                <groupId>org.gvsig</groupId>
16
                <artifactId>gvsig-base-extension-pom</artifactId>
17
                <version>2.0-SNAPSHOT</version>
18
        </parent>        
19
        <distributionManagement>
20
                <site>
21
                        <id>gvsig-repository</id>
22
                        <url>${site-repository}/</url>
23
                </site>
24
        </distributionManagement>
25

    
26
        <dependencies>
27
                <dependency>
28
                        <groupId>org.gvsig</groupId>
29
                        <artifactId>org.gvsig.gpe.lib.api</artifactId>
30
                </dependency>                        
31
                <dependency>
32
                        <groupId>org.gvsig</groupId>
33
                        <artifactId>org.gvsig.gpe.lib.impl</artifactId>
34
                </dependency>        
35
                <dependency>
36
                        <groupId>org.gvsig</groupId>
37
                        <artifactId>org.gvsig.xmlschema.lib.api</artifactId>
38
                </dependency>
39
                <dependency>
40
                        <groupId>org.gvsig</groupId>
41
                        <artifactId>org.gvsig.xmlschema.lib.impl</artifactId>
42
                        <scope>compile</scope>
43
                </dependency>        
44
            <dependency>
45
                <groupId>org.gvsig</groupId>
46
            <artifactId>org.gvsig.projection</artifactId>
47
            <version>2.0-SNAPSHOT</version>
48
        </dependency>
49
                <dependency>
50
                        <groupId>org.gvsig</groupId>
51
                        <artifactId>org.gvsig.andami</artifactId>
52
                        <version>2.0-SNAPSHOT</version>
53
                </dependency>
54
                <dependency>
55
                        <groupId>org.gvsig</groupId>
56
                        <artifactId>org.gvsig.app</artifactId>
57
                        <version>2.0-SNAPSHOT</version>
58
                </dependency>
59
                <dependency>
60
                        <groupId>org.gvsig</groupId>
61
                        <artifactId>org.gvsig.fmap.dal</artifactId>
62
                        <version>2.0-SNAPSHOT</version>
63
                </dependency>
64
                <dependency>
65
                        <groupId>org.gvsig</groupId>
66
                        <artifactId>org.gvsig.fmap.dal</artifactId>
67
                        <version>2.0-SNAPSHOT</version>
68
                        <classifier>spi</classifier>
69
                </dependency>
70
                <!-- runtime -->
71
                <dependency>
72
                        <groupId>org.gvsig</groupId>
73
                        <artifactId>org.gvsig.gpe.prov.xml</artifactId>
74
                        <scope>runtime</scope>
75
                </dependency>
76
                <dependency>
77
                        <groupId>org.gvsig</groupId>
78
                        <artifactId>org.gvsig.gpe.prov.gml</artifactId>
79
                        <scope>runtime</scope>
80
                </dependency>        
81
                        <dependency>
82
                        <groupId>org.gvsig</groupId>
83
                        <artifactId>org.gvsig.gpe.prov.kml</artifactId>
84
                        <scope>runtime</scope>
85
                </dependency>        
86
                <dependency>
87
                        <groupId>org.gvsig</groupId>
88
                        <artifactId>org.gvsig.xmlpull.lib.api</artifactId>
89
                        <scope>runtime</scope>
90
                </dependency>
91
                <dependency>
92
                        <groupId>org.gvsig</groupId>
93
                        <artifactId>org.gvsig.xmlpull.lib.spi</artifactId>
94
                        <scope>runtime</scope>
95
                </dependency>
96
                <dependency>
97
                        <groupId>org.gvsig</groupId>
98
                        <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
99
                        <scope>runtime</scope>
100
                </dependency>
101
                <dependency>
102
                        <groupId>org.gvsig</groupId>
103
                        <artifactId>org.gvsig.xmlpull.prov.stax</artifactId>
104
                        <scope>runtime</scope>
105
                </dependency>        
106
                <dependency>
107
                        <groupId>org.gvsig</groupId>
108
                        <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
109
                        <scope>runtime</scope>
110
                </dependency>        
111
                <!-- test -->
112
                <dependency>
113
                        <groupId>org.gvsig</groupId>
114
                        <artifactId>org.gvsig.fmap.dal</artifactId>
115
                        <version>2.0-SNAPSHOT</version>
116
                        <classifier>tests</classifier>
117
                        <scope>test</scope>
118
                </dependency>
119
                <dependency>
120
                        <groupId>org.gvsig</groupId>
121
                        <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
122
                        <version>2.0-SNAPSHOT</version>
123
                        <classifier>jts</classifier>
124
                        <scope>test</scope>
125
                </dependency>
126
                <dependency>
127
                        <groupId>org.gvsig</groupId>
128
                        <artifactId>org.gvsig.fmap.geometry</artifactId>
129
                        <version>2.0-SNAPSHOT</version>
130
                        <classifier>impl</classifier>
131
                        <scope>test</scope>
132
                </dependency>
133
                <dependency>
134
                        <groupId>org.gvsig</groupId>
135
                        <artifactId>org.gvsig.tools.lib</artifactId>
136
                        <classifier>tests</classifier>
137
                        <scope>test</scope>
138
                </dependency>
139
                <!-- TODO: Remove those entries when updated in libGPE -->
140
                <dependency>
141
                        <groupId>stax</groupId>
142
                        <artifactId>stax-api</artifactId>
143
                        <version>1.0.1</version>
144
                        <scope>runtime</scope>
145
                </dependency>
146
                <dependency>
147
                        <groupId>stax</groupId>
148
                        <artifactId>stax</artifactId>
149
                        <version>1.2.0</version>
150
                        <scope>runtime</scope>
151
                </dependency>
152
        </dependencies>
153
        <build>
154
                <sourceDirectory>src</sourceDirectory>
155
                <testSourceDirectory>src-test</testSourceDirectory>
156
                <resources>
157
                        <resource>
158
                                <directory>src</directory>
159
                                <includes>
160
                                        <include>**/*.gif</include>
161
                                        <include>**/*.png</include>
162
                                        <include>**/*.PNG</include>
163
                                        <include> **/*.bmp</include>
164
                                        <include> **/*.jpg</include>
165
                                        <include> **/*.jpeg</include>
166
                                        <include> **/*.xml</include>
167
                                </includes>
168
                        </resource>
169
                        <resource>
170
                                <directory>resources</directory>
171
                        </resource>
172
                </resources>
173
                <plugins>
174
                        <plugin>
175
                                <groupId>org.apache.maven.plugins</groupId>
176
                                <artifactId>maven-jar-plugin</artifactId>
177
                                <configuration>
178
                                        <classifier>gui</classifier>
179
                                        <excludes>
180
                                                <exclude>org/gvsig/fmap/**</exclude>
181
                                        </excludes>
182
                                </configuration>
183
                                <executions>
184
                                        <!--
185
                                                Generates a jar file only with the fmap drivers
186
                                        -->
187
                                        <execution>
188
                                                <id>store</id>
189
                                                <phase>package</phase>
190
                                                <goals>
191
                                                        <goal>jar</goal>
192
                                                </goals>
193
                                                <configuration>
194
                                                        <classifier>store</classifier>
195
                                                        <includes>
196
                                                                <include>org/gvsig/fmap/**</include>
197
                                                        </includes>
198
                                                        <excludes>
199
                                                                <exclude>org/gvsig/gpe/**</exclude>
200
                                                        </excludes>
201
                                                </configuration>
202
                                        </execution>
203
                                        <!--
204
                                                Generates a jar file only with the test classes
205
                                        -->
206
                                        <execution>
207
                                                <goals>
208
                                                        <goal>test-jar</goal>
209
                                                </goals>
210
                                                <configuration>
211
                                                        <includes>
212
                                                                <include>**/**</include>
213
                                                        </includes>
214
                                                        <excludes>
215
                                                                <exclude>NONE</exclude>
216
                                                        </excludes>
217
                                                </configuration>
218
                                        </execution>
219
                                </executions>
220
                        </plugin>                
221
                        <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
222
                        <plugin>
223
                                <groupId>org.apache.maven.plugins</groupId>
224
                                <artifactId>maven-surefire-plugin</artifactId>
225
                                <configuration>
226
                                        <skipTests>true</skipTests>
227
                                </configuration>
228
                        </plugin>
229
                </plugins>
230
        </build>
231
        
232
        <properties>
233
                <build-dir>${basedir}/../build</build-dir>
234
        </properties>
235
</project>