Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libFMap_dalfile / pom.xml @ 28554

History | View | Annotate | Download (8.59 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/xsd/maven-4.0.0.xsd">
6
                      
7
        <modelVersion>4.0.0</modelVersion>
8
        <groupId>org.gvsig</groupId>
9
        <artifactId>org.gvsig.fmap.dal.file</artifactId>
10
        <packaging>jar</packaging>
11
        <version>2.0-SNAPSHOT</version>
12
        <name>libFMap_dalfile</name>
13
        <url>http://gvsig.org</url>
14
        <parent>
15
                <groupId>org.gvsig</groupId>
16
                <artifactId>gvsig-library-base-pom</artifactId>
17
                <version>2.0-SNAPSHOT</version>
18
        </parent>
19

    
20
        <properties>
21
                <!-- dbf -->
22
                <dbf-jarIncludes>org/gvsig/fmap/dal/store/dbf/**/**</dbf-jarIncludes>
23
                <dbf-jarExcludes>NONE</dbf-jarExcludes>
24

    
25
                <!-- dgn -->
26
                <dgn-jarIncludes>org/gvsig/fmap/dal/store/dgn/**/**</dgn-jarIncludes>
27
                <dgn-legend-jarIncludes>org/gvsig/fmap/dal/store/dgn/legend/**/**</dgn-legend-jarIncludes>
28
                <dgn-jarExcludes>${dgn-legend-jarIncludes}</dgn-jarExcludes>
29
                <dgn-legend-jarExcludes>NONE</dgn-legend-jarExcludes>
30

    
31
                <!-- dxf -->
32
                <dxf-jarIncludes>org/gvsig/fmap/dal/store/dxf/**/**</dxf-jarIncludes>
33
                <dxf-legend-jarIncludes>org/gvsig/fmap/dal/store/dxf/legend/**/**</dxf-legend-jarIncludes>
34
                <dxf-jarExcludes>${dxf-legend-jarIncludes}</dxf-jarExcludes>
35
                <dxf-legend-jarExcludes>NONE</dxf-legend-jarExcludes>
36

    
37
                <!-- shp -->
38
                <shp-jarIncludes>org/gvsig/fmap/dal/store/shp/**/**</shp-jarIncludes>
39
                <shp-jarExcludes>NONE</shp-jarExcludes>
40

    
41
                <!-- Common -->
42
                <common-jarIncludes>**/**</common-jarIncludes>
43
        </properties>
44

    
45
        <dependencies>
46
                <dependency>
47
                        <groupId>org.gvsig</groupId>
48
                        <artifactId>org.gvsig.tools</artifactId>
49
                        <version>2.0-SNAPSHOT</version>
50
                </dependency>
51
                <dependency>
52
                        <groupId>org.gvsig</groupId>
53
                        <artifactId>org.gvsig.projection</artifactId>
54
                        <version>2.0-SNAPSHOT</version>
55
                </dependency>
56
                <dependency>
57
                        <groupId>org.gvsig</groupId>
58
                        <artifactId>org.gvsig.fmap.dal</artifactId>
59
                        <version>2.0-SNAPSHOT</version>
60
                </dependency>
61
                <dependency>
62
                        <groupId>org.gvsig</groupId>
63
                        <artifactId>org.gvsig.fmap.dal</artifactId>
64
                        <version>2.0-SNAPSHOT</version>
65
                        <classifier>spi</classifier>
66
                </dependency>
67
                <!-- TODO: Borrar -->
68
                <dependency>
69
                        <groupId>org.gvsig</groupId>
70
                        <artifactId>org.gvsig.fmap.dal</artifactId>
71
                        <version>2.0-SNAPSHOT</version>
72
                        <classifier>impl</classifier>
73
                </dependency>
74
                <!-- /Borrar -->
75
                <dependency>
76
                        <groupId>org.gvsig</groupId>
77
                        <artifactId>org.gvsig.fmap.dal</artifactId>
78
                        <version>2.0-SNAPSHOT</version>
79
                        <classifier>tests</classifier>
80
                        <scope>test</scope>
81
                </dependency>
82
                <dependency>
83
                        <groupId>org.gvsig</groupId>
84
                        <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
85
                        <version>2.0-SNAPSHOT</version>
86
                        <classifier>jts</classifier>
87
                        <scope>test</scope>
88
                </dependency>
89
                <dependency>
90
                        <groupId>org.gvsig</groupId>
91
                        <artifactId>org.gvsig.fmap.geometry</artifactId>
92
                        <version>2.0-SNAPSHOT</version>
93
                        <classifier>impl</classifier>
94
                        <scope>test</scope>
95
                </dependency>
96
                <dependency>
97
                        <groupId>org.gvsig</groupId>
98
                        <artifactId>org.cresques.dxf</artifactId>
99
                        <version>2.0-SNAPSHOT</version>
100
                </dependency>
101
                <dependency>
102
                        <groupId>org.gvsig</groupId>
103
                        <artifactId>org.gvsig.projection</artifactId>
104
                        <version>2.0-SNAPSHOT</version>
105
                        <classifier>cresques-impl</classifier>
106
                        <scope>test</scope>
107
                </dependency>
108
                <dependency>
109
                        <groupId>org.gvsig</groupId>
110
                        <artifactId>org.gvsig.fmap.mapcontext</artifactId>
111
                        <version>2.0-SNAPSHOT</version>
112
                </dependency>
113
                <!--
114
                        dependency> <groupId>org.gvsig</groupId>
115
                        <artifactId>org.gvsig.fmap.dal</artifactId>
116
                        <version>2.0-SNAPSHOT</version> <classifier>tests</classifier>
117
                        <scope>test</scope> </dependency
118
                -->
119
                <dependency>
120
                        <groupId>org.gvsig</groupId>
121
                        <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
122
                        <version>2.0-SNAPSHOT</version>
123
                </dependency>
124
                <dependency>
125
                        <groupId>org.gvsig.legacy</groupId>
126
                        <artifactId>xerces</artifactId>
127
                        <version>gvsig</version>
128
                </dependency>
129
        </dependencies>
130
        <build>
131
                <sourceDirectory>src</sourceDirectory>
132
                <testSourceDirectory>src-test</testSourceDirectory>
133
                <testResources>
134
                        <testResource>
135
                                <directory>src-test</directory>
136
                        </testResource>
137
                </testResources>
138
                <plugins>
139
                        <plugin>
140
                                <groupId>org.apache.maven.plugins</groupId>
141
                                <artifactId>maven-jar-plugin</artifactId>
142
                                <configuration>
143
                                  <excludes>
144
                                        <exclude>${dbf-jarIncludes}</exclude>
145
                                        <exclude>${dgn-jarIncludes}</exclude>
146
                                        <exclude>${dxf-jarIncludes}</exclude>
147
                                        <exclude>${shp-jarIncludes}</exclude>
148
                                  </excludes>
149
                        </configuration>                
150
                                <executions>
151
                                        <!--
152
                                                Generates a jar file only with the DAL file DBF Store classes
153
                                        -->
154
                                        <execution>
155
                                                <id>dbf</id>
156
                                                <phase>package</phase>
157
                                                <goals>
158
                                                        <goal>jar</goal>
159
                                                </goals>
160
                                                <configuration>
161
                                                        <classifier>store.dbf</classifier>
162
                                                        <includes>
163
                                                                <include>${dbf-jarIncludes}</include>
164
                                                        </includes>
165
                                                        <excludes>
166
                                                                <exclude>${dbf-jarExcludes}</exclude>
167
                                                        </excludes>
168
                                                </configuration>
169
                                        </execution>
170
                                        <!--
171
                                                Generates a jar file only with the DAL file DGN Store classes
172
                                        -->
173
                                        <execution>
174
                                                <id>dgn</id>
175
                                                <phase>package</phase>
176
                                                <goals>
177
                                                        <goal>jar</goal>
178
                                                </goals>
179
                                                <configuration>
180
                                                        <classifier>store.dgn</classifier>
181
                                                        <includes>
182
                                                                <include>${dgn-jarIncludes}</include>
183
                                                        </includes>
184
                                                        <excludes>
185
                                                                <exclude>${dgn-jarExcludes}</exclude>
186
                                                        </excludes>
187
                                                </configuration>
188
                                        </execution>
189
                                        <!--
190
                                                Generates a jar file only with the DAL file DGN Store legend
191
                                                classes
192
                                        -->
193
                                        <execution>
194
                                                <id>dgn.legend</id>
195
                                                <phase>package</phase>
196
                                                <goals>
197
                                                        <goal>jar</goal>
198
                                                </goals>
199
                                                <configuration>
200
                                                        <classifier>store.dgn.legend</classifier>
201
                                                        <includes>
202
                                                                <include>${dgn-legend-jarIncludes}</include>
203
                                                        </includes>
204
                                                        <excludes>
205
                                                                <exclude>${dgn-legend-jarExcludes}</exclude>
206
                                                        </excludes>
207
                                                </configuration>
208
                                        </execution>
209
                                        <!--
210
                                                Generates a jar file only with the DAL file DXF Store classes
211
                                        -->
212
                                        <execution>
213
                                                <id>dxf</id>
214
                                                <phase>package</phase>
215
                                                <goals>
216
                                                        <goal>jar</goal>
217
                                                </goals>
218
                                                <configuration>
219
                                                        <classifier>store.dxf</classifier>
220
                                                        <includes>
221
                                                                <include>${dxf-jarIncludes}</include>
222
                                                        </includes>
223
                                                        <excludes>
224
                                                                <exclude>${dxf-jarExcludes}</exclude>
225
                                                        </excludes>
226
                                                </configuration>
227
                                        </execution>
228
                                        <!--
229
                                                Generates a jar file only with the DAL file DXF Store legend
230
                                                classes
231
                                        -->
232
                                        <execution>
233
                                                <id>dxf.legend</id>
234
                                                <phase>package</phase>
235
                                                <goals>
236
                                                        <goal>jar</goal>
237
                                                </goals>
238
                                                <configuration>
239
                                                        <classifier>store.dxf.legend</classifier>
240
                                                        <includes>
241
                                                                <include>${dxf-legend-jarIncludes}</include>
242
                                                        </includes>
243
                                                        <excludes>
244
                                                                <exclude>${dxf-legend-jarExcludes}</exclude>
245
                                                        </excludes>
246
                                                </configuration>
247
                                        </execution>
248
                                        <!--
249
                                                Generates a jar file only with the DAL file SHP Store classes
250
                                        -->
251
                                        <execution>
252
                                                <id>shp</id>
253
                                                <phase>package</phase>
254
                                                <goals>
255
                                                        <goal>jar</goal>
256
                                                </goals>
257
                                                <configuration>
258
                                                        <classifier>store.shp</classifier>
259
                                                        <includes>
260
                                                                <include>${shp-jarIncludes}</include>
261
                                                        </includes>
262
                                                        <excludes>
263
                                                                <exclude>${shp-jarExcludes}</exclude>
264
                                                        </excludes>
265
                                                </configuration>
266
                                        </execution>
267
                                </executions>
268
                        </plugin>
269
                </plugins>
270
        </build>
271
        <reporting>
272
                <plugins>
273
                        <plugin>
274
                                <groupId>org.apache.maven.plugins</groupId>
275
                                <artifactId>maven-javadoc-plugin</artifactId>
276
                                <configuration>
277
                                        <doctitle>${project.name} ${project.version}</doctitle>
278
                                        <groups>
279
                                                <group>
280
                                                        <title>DAL File common</title>
281
                                                        <packages>org.gvsig.fmap.dal*</packages>
282
                                                </group>
283
                                                <group>
284
                                                        <title>DBF Store</title>
285
                                                        <packages>org.gvsig.fmap.dal.store.dbf*</packages>
286
                                                </group>
287
                                                <group>
288
                                                        <title>SHP Store</title>
289
                                                        <packages>org.gvsig.fmap.dal.store.shp*</packages>
290
                                                </group>
291
                                                <group>
292
                                                        <title>DXF Store</title>
293
                                                        <packages>org.gvsig.fmap.dal.store.dxf*</packages>
294
                                                </group>
295
                                        </groups>
296
                                </configuration>
297
                        </plugin>
298
                </plugins>
299
        </reporting>                
300
</project>