Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libFMap_mapcontext / pom.xml @ 28075

History | View | Annotate | Download (8.03 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
        <modelVersion>4.0.0</modelVersion>
7
        <groupId>org.gvsig</groupId>
8
        <artifactId>org.gvsig.fmap.mapcontext</artifactId>
9
        <packaging>jar</packaging>
10
        <version>2.0-SNAPSHOT</version>
11
        <name>libFMap_mapcontext</name>
12
        <url>http://gvsig.org</url>
13
        <parent>
14
                <groupId>org.gvsig</groupId>
15
                <artifactId>gvsig-library-base-pom</artifactId>
16
                <version>2.0-SNAPSHOT</version>
17
        </parent>
18
        <dependencies>
19
                <dependency>
20
                        <groupId>org.gvsig</groupId>
21
                        <artifactId>org.gvsig.tools</artifactId>
22
                        <version>2.0-SNAPSHOT</version>
23
                </dependency>
24
                <dependency>
25
                        <groupId>org.gvsig</groupId>
26
                        <artifactId>org.gvsig.compat</artifactId>
27
                        <version>2.0-SNAPSHOT</version>
28
                </dependency>
29
                <dependency>
30
                        <groupId>org.gvsig</groupId>
31
                        <artifactId>org.gvsig.projection</artifactId>
32
                        <version>2.0-SNAPSHOT</version>
33
                </dependency>
34
                <dependency>
35
                        <groupId>org.gvsig</groupId>
36
                        <artifactId>org.gvsig.fmap.geometry</artifactId>
37
                        <version>2.0-SNAPSHOT</version>
38
                </dependency>
39
                <dependency>
40
                        <groupId>org.gvsig</groupId>
41
                        <artifactId>org.gvsig.fmap.geometry</artifactId>
42
                        <version>2.0-SNAPSHOT</version>
43
                        <classifier>operation</classifier>
44
                </dependency>
45
                <dependency>
46
                        <groupId>org.gvsig</groupId>
47
                        <artifactId>org.gvsig.fmap.geometry</artifactId>
48
                        <version>2.0-SNAPSHOT</version>
49
                        <classifier>impl</classifier>
50
                        <scope>test</scope>
51
                </dependency>
52
                <dependency>
53
                        <groupId>org.gvsig</groupId>
54
                        <artifactId>org.gvsig.fmap.dal</artifactId>
55
                        <version>2.0-SNAPSHOT</version>
56
                </dependency>
57
                <dependency>
58
                        <groupId>org.gvsig</groupId>
59
                        <artifactId>com.iver.utiles</artifactId>
60
                        <version>2.0-SNAPSHOT</version>
61
                </dependency>
62
                <dependency>
63
                        <groupId>org.gvsig.legacy</groupId>
64
                        <artifactId>castor</artifactId>
65
                        <version>gvsig</version>
66
                </dependency>
67
                <dependency>
68
                        <groupId>org.gvsig.legacy.batik</groupId>
69
                        <artifactId>batik-anim</artifactId>
70
                        <version>gvsig</version>
71
                </dependency>
72
                <dependency>
73
                        <groupId>org.gvsig.legacy.batik</groupId>
74
                        <artifactId>batik-awt-util</artifactId>
75
                        <version>gvsig</version>
76
                </dependency>
77
                <dependency>
78
                        <groupId>org.gvsig.legacy.batik</groupId>
79
                        <artifactId>batik-bridge</artifactId>
80
                        <version>gvsig</version>
81
                </dependency>
82
                <dependency>
83
                        <groupId>org.gvsig.legacy.batik</groupId>
84
                        <artifactId>batik-codec</artifactId>
85
                        <version>gvsig</version>
86
                </dependency>
87
                <dependency>
88
                        <groupId>org.gvsig.legacy.batik</groupId>
89
                        <artifactId>batik-css</artifactId>
90
                        <version>gvsig</version>
91
                </dependency>
92
                <dependency>
93
                        <groupId>org.gvsig.legacy.batik</groupId>
94
                        <artifactId>batik-dom</artifactId>
95
                        <version>gvsig</version>
96
                </dependency>
97
                <dependency>
98
                        <groupId>org.gvsig.legacy.batik</groupId>
99
                        <artifactId>batik-ext</artifactId>
100
                        <version>gvsig</version>
101
                </dependency>
102
                <dependency>
103
                        <groupId>org.gvsig.legacy.batik</groupId>
104
                        <artifactId>batik-ext</artifactId>
105
                        <version>gvsig</version>
106
                </dependency>
107
                <dependency>
108
                        <groupId>org.gvsig.legacy.batik</groupId>
109
                        <artifactId>batik-extension</artifactId>
110
                        <version>gvsig</version>
111
                </dependency>
112
                <dependency>
113
                        <groupId>org.gvsig.legacy.batik</groupId>
114
                        <artifactId>batik-gui-util</artifactId>
115
                        <version>gvsig</version>
116
                </dependency>
117
                <dependency>
118
                        <groupId>org.gvsig.legacy.batik</groupId>
119
                        <artifactId>batik-gvt</artifactId>
120
                        <version>gvsig</version>
121
                </dependency>
122
                <dependency>
123
                        <groupId>org.gvsig.legacy.batik</groupId>
124
                        <artifactId>batik-parser</artifactId>
125
                        <version>gvsig</version>
126
                </dependency>
127
                <dependency>
128
                        <groupId>org.gvsig.legacy.batik</groupId>
129
                        <artifactId>batik-script</artifactId>
130
                        <version>gvsig</version>
131
                </dependency>
132
                <dependency>
133
                        <groupId>org.gvsig.legacy.batik</groupId>
134
                        <artifactId>batik-svg-dom</artifactId>
135
                        <version>gvsig</version>
136
                </dependency>
137
                <dependency>
138
                        <groupId>org.gvsig.legacy.batik</groupId>
139
                        <artifactId>batik-svggen</artifactId>
140
                        <version>gvsig</version>
141
                </dependency>
142
                <dependency>
143
                        <groupId>org.gvsig.legacy.batik</groupId>
144
                        <artifactId>batik-swing</artifactId>
145
                        <version>gvsig</version>
146
                </dependency>
147
                <dependency>
148
                        <groupId>org.gvsig.legacy.batik</groupId>
149
                        <artifactId>batik-transcoder</artifactId>
150
                        <version>gvsig</version>
151
                </dependency>
152
                <dependency>
153
                        <groupId>org.gvsig.legacy.batik</groupId>
154
                        <artifactId>batik-util</artifactId>
155
                        <version>gvsig</version>
156
                </dependency>
157
                <dependency>
158
                        <groupId>org.gvsig.legacy.batik</groupId>
159
                        <artifactId>batik-xml</artifactId>
160
                        <version>gvsig</version>
161
                </dependency>
162
                <dependency>
163
                        <groupId>org.gvsig.legacy</groupId>
164
                        <artifactId>gt2-legacy</artifactId>
165
                        <version>gvsig</version>
166
                </dependency>
167
                <dependency>
168
                        <groupId>org.gvsig.legacy</groupId>
169
                        <artifactId>gt2-main</artifactId>
170
                        <version>gvsig</version>
171
                </dependency>
172
                <dependency>
173
                        <groupId>org.gvsig.legacy</groupId>
174
                        <artifactId>jts</artifactId>
175
                        <version>gvsig</version>
176
                </dependency>
177
        </dependencies>
178
        <build>
179
                <sourceDirectory>src</sourceDirectory>
180
                <testSourceDirectory>src-test</testSourceDirectory>
181
                <resources>
182
                        <resource>
183
                                <directory>src</directory>
184
                                <includes>
185
                                        <include>**/*.gif</include>
186
                                        <include>**/*.png</include>
187
                                        <include>**/*.PNG</include>
188
                                        <include> **/*.bmp</include>
189
                                        <include> **/*.jpg</include>
190
                                        <include> **/*.jpeg</include>
191
                                </includes>
192
                        </resource>
193
                </resources>
194
                <plugins>
195
                        <plugin>
196
                                <groupId>org.apache.maven.plugins</groupId>
197
                                <artifactId>maven-compiler-plugin</artifactId>
198
                                <configuration>
199
                                        <source>1.4</source>
200
                                        <target>1.4</target>
201
                                        <!-- put your configurations here -->
202
                                        <encoding>ISO-8859-1</encoding>
203
                                </configuration>
204
                        </plugin>
205
                        <plugin>
206
                                <groupId>org.apache.maven.plugins</groupId>
207
                                <artifactId>maven-jar-plugin</artifactId>
208
                                <!--
209
                                        Generates a jar file only with the mapcontext API
210
                                        TODO: make a good configuration of excludes and 
211
                                        includes, when the api and implementation of
212
                                        the mapcontext library would be performed. 
213
                                -->
214
                                <configuration>
215
                                  <excludes>
216
                                        <exclude>org/gvsig/fmap/geom/**</exclude>
217
                                  </excludes>
218
                        </configuration>                
219
                                <executions>
220
                                   <!-- 
221
                                        <execution>
222
                                                <id>api</id>
223
                                                <phase>package</phase>
224
                                                <goals>
225
                                                        <goal>jar</goal>
226
                                                </goals>
227
                                                <configuration>
228
                                                        <classifier>api</classifier>
229
                                                        <excludes>
230
                                                                <exclude>org/gvsig/fmap/geom/operation/**</exclude>
231
                                                        </excludes>
232
                                                </configuration>
233
                                        </execution>
234
                                        -->
235
                                        <!--
236
                                                Generates a jar file only with the mapcontext implementation
237
                                        -->
238
                                        <execution>
239
                                                <id>impl</id>
240
                                                <phase>package</phase>
241
                                                <goals>
242
                                                        <goal>jar</goal>
243
                                                </goals>
244
                                                <configuration>
245
                                                        <classifier>impl</classifier>
246
                                                        <excludes>
247
                                                                <exclude>**/**</exclude>
248
                                                        </excludes>
249
                                                </configuration>
250
                                        </execution>
251
                                        <!--
252
                                                Generates a jar file only with the mapcontext geometries operations
253
                                        -->
254
                                        <execution>
255
                                                <id>operation</id>
256
                                                <phase>package</phase>
257
                                                <goals>
258
                                                        <goal>jar</goal>
259
                                                </goals>
260
                                                <configuration>
261
                                                        <classifier>operation</classifier>
262
                                                        <excludes>
263
                                                                <exclude>NONE</exclude>
264
                                                        </excludes>
265
                                                        <includes>
266
                                                                <include>org/gvsig/fmap/geom/**</include>
267
                                                        </includes>
268
                                                </configuration>
269
                                        </execution>
270
                                </executions>
271
                        </plugin>
272

    
273
                        <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
274
                        <plugin>
275
                                <groupId>org.apache.maven.plugins</groupId>
276
                                <artifactId>maven-surefire-plugin</artifactId>
277
                                <configuration>
278
                                        <skipTests>true</skipTests>
279
                                </configuration>
280
                        </plugin>
281
                        
282
                </plugins>
283
        </build>
284
</project>