Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libFMap_dalfile / pom.xml @ 27844

History | View | Annotate | Download (7.78 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.dal.file</artifactId>
9
        <packaging>jar</packaging>
10
        <version>2.0-SNAPSHOT</version>
11
        <name>libFMap_dalfile</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

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

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

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

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

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

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