/[schmitzm]/trunk/schmitzm-gt/pom.xml
ViewVC logotype

Contents of /trunk/schmitzm-gt/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1749 - (show annotations)
Tue Oct 4 12:45:47 2011 UTC (13 years, 4 months ago) by alfonx
File MIME type: text/xml
File size: 6273 byte(s)
xercesImplt 2.7.1 zu 2.9.1 geƤndert
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>de.schmitzm</groupId>
6 <artifactId>schmitzm-gt</artifactId>
7 <version>2.7-SNAPSHOT</version>
8 <packaging>jar</packaging>
9
10 <parent>
11 <groupId>de.schmitzm</groupId>
12 <artifactId>schmitzm-parent</artifactId>
13 <version>2.7-SNAPSHOT</version>
14 <relativePath>../schmitzm-parent/pom.xml</relativePath>
15 </parent>
16
17 <name>schmitzm-gt</name>
18 <url>http://maven.apache.org</url>
19
20 <dependencies>
21
22 <dependency>
23 <groupId>de.schmitzm</groupId>
24 <artifactId>schmitzm-core</artifactId>
25 <version>${project.version}</version>
26 <type>test-jar</type>
27 <scope>test</scope>
28 </dependency>
29
30 <dependency>
31 <groupId>de.schmitzm</groupId>
32 <artifactId>schmitzm-core</artifactId>
33 <version>${project.version}</version>
34 <type>jar</type>
35 <scope>compile</scope>
36 </dependency>
37
38 <dependency>
39 <groupId>org.geotools</groupId>
40 <artifactId>gt-render</artifactId>
41 <version>${geotools.version}</version>
42 <type>jar</type>
43 <scope>compile</scope>
44 </dependency>
45
46 <dependency>
47 <groupId>org.geotools</groupId>
48 <artifactId>gt-epsg-hsql</artifactId>
49 <version>${geotools.version}</version>
50 <type>jar</type>
51 <scope>compile</scope>
52 </dependency>
53
54 <dependency>
55 <groupId>org.geotools.xsd</groupId>
56 <artifactId>gt-xsd-sld</artifactId>
57 <version>${geotools.version}</version>
58 <type>jar</type>
59 <scope>compile</scope>
60
61 <exclusions>
62 <exclusion>
63 <groupId>xml-apis</groupId>
64 <artifactId>xml-apis-xerces</artifactId>
65 </exclusion>
66 <exclusion>
67 <groupId>xerces</groupId>
68 <artifactId>xercesImpl</artifactId>
69 </exclusion>
70 </exclusions>
71 </dependency>
72
73 <!-- <dependency> -->
74 <!-- <groupId>apache-xerces</groupId> -->
75 <!-- <artifactId>xml-apis</artifactId> -->
76 <!-- <version>2.0.0</version> -->
77 <!-- </dependency> -->
78 <dependency>
79 <groupId>xerces</groupId>
80 <artifactId>xercesImpl</artifactId>
81 <version>2.9.1</version>
82 </dependency>
83
84
85 <dependency>
86 <groupId>org.geotools</groupId>
87 <artifactId>gt-shapefile-renderer</artifactId>
88 <version>${geotools.version}</version>
89 <type>jar</type>
90 <scope>compile</scope>
91 </dependency>
92
93 <!-- <dependency> -->
94 <!-- <groupId>org.geotools</groupId> -->
95 <!-- <artifactId>gt-legacy</artifactId> -->
96 <!-- <version>${geotools.version}</version> -->
97 <!-- <type>jar</type> -->
98 <!-- <scope>compile</scope> -->
99 <!-- </dependency> -->
100
101 <dependency>
102 <groupId>org.geotools</groupId>
103 <artifactId>gt-brewer</artifactId>
104 <version>${geotools.version}</version>
105 <type>jar</type>
106 <scope>compile</scope>
107 </dependency>
108
109 <dependency>
110 <groupId>org.geotools</groupId>
111 <artifactId>gt-image</artifactId>
112 <version>${geotools.version}</version>
113 <type>jar</type>
114 <scope>compile</scope>
115 </dependency>
116
117 <dependency>
118 <groupId>org.geotools</groupId>
119 <artifactId>gt-coverage</artifactId>
120 <version>${geotools.version}</version>
121 <type>jar</type>
122 <scope>compile</scope>
123 </dependency>
124
125 <dependency>
126 <groupId>org.geotools</groupId>
127 <artifactId>gt-geotiff</artifactId>
128 <version>${geotools.version}</version>
129 <type>jar</type>
130 <scope>compile</scope>
131 </dependency>
132
133 <dependency>
134 <groupId>org.geotools</groupId>
135 <artifactId>gt-wfs</artifactId>
136 <version>${geotools.version}</version>
137 <type>jar</type>
138 </dependency>
139
140 <dependency>
141 <groupId>org.geotools</groupId>
142 <artifactId>gt-swing</artifactId>
143 <version>${geotools.version}</version>
144 <type>jar</type>
145 <scope>compile</scope>
146 <exclusions>
147 <!-- We use a newer miglayout from schmitzm, not 3.7 -->
148 <exclusion>
149 <groupId>com.miglayout</groupId>
150 <artifactId>miglayout</artifactId>
151 </exclusion>
152 </exclusions>
153 </dependency>
154
155 <dependency>
156 <groupId>org.geotools.jdbc</groupId>
157 <artifactId>gt-jdbc-postgis</artifactId>
158 <version>${geotools.version}</version>
159 <type>jar</type>
160 <scope>compile</scope>
161 </dependency>
162
163
164 <dependency>
165 <groupId>org.geotools</groupId>
166 <artifactId>gt-main</artifactId>
167 <version>${geotools.version}</version>
168 <type>jar</type>
169 <scope>compile</scope>
170
171 <exclusions>
172 <exclusion>
173 <!-- avoiding a version conflict... -->
174 <groupId>commons-logging</groupId>
175 <artifactId>commons-logging</artifactId>
176 </exclusion>
177 </exclusions>
178 </dependency>
179
180 <dependency>
181 <groupId>org.geotools</groupId>
182 <artifactId>gt-arcgrid</artifactId>
183 <version>${geotools.version}</version>
184 <type>jar</type>
185 <scope>compile</scope>
186 </dependency>
187
188
189 <dependency>
190 <groupId>colt</groupId>
191 <artifactId>colt</artifactId>
192 <version>1.2.0</version>
193 <type>jar</type>
194 <scope>compile</scope>
195 </dependency>
196
197 <dependency>
198 <groupId>commons-logging</groupId>
199 <artifactId>commons-logging</artifactId>
200 <version>1.0.4</version>
201 <type>jar</type>
202 <scope>compile</scope>
203 </dependency>
204 </dependencies>
205
206
207 <profiles>
208 <profile>
209 <id>resourceOperationRemove</id>
210 <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
211 the build will remove any lines in the resource bundes that are tagged with
212 REMOVEME_ -->
213 <build>
214 <plugins>
215 <plugin>
216 <groupId>org.codehaus.mojo</groupId>
217 <artifactId>exec-maven-plugin</artifactId>
218 <version>1.2</version>
219 <executions>
220 <execution>
221 <phase>generate-sources</phase>
222 <goals>
223 <goal>java</goal>
224 </goals>
225 <configuration>
226 <mainClass>de.schmitzm.lang.ResourceProviderOperator
227 </mainClass>
228 <arguments>
229 <argument>-s</argument>
230 <argument>${basedir}/src/main/resources</argument>
231 <argument>-b</argument>
232 <argument>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle
233 </argument>
234 </arguments>
235 </configuration>
236 </execution>
237 </executions>
238 </plugin>
239 </plugins>
240 </build>
241 </profile>
242 </profiles>
243
244 </project>

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/xml

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26