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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1825 - (hide annotations)
Sun Jan 15 09:50:46 2012 UTC (13 years, 1 month ago) by alfonx
File MIME type: text/xml
File size: 7425 byte(s)
schmitzm-db
1 alfonx 1386 <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 keeb 1717 <version>2.7-SNAPSHOT</version>
8 alfonx 1386 <packaging>jar</packaging>
9 alfonx 1391
10 alfonx 1386 <parent>
11     <groupId>de.schmitzm</groupId>
12     <artifactId>schmitzm-parent</artifactId>
13 keeb 1717 <version>2.7-SNAPSHOT</version>
14 alfonx 1386 <relativePath>../schmitzm-parent/pom.xml</relativePath>
15     </parent>
16    
17     <name>schmitzm-gt</name>
18    
19 alfonx 1391 <dependencies>
20 alfonx 1386
21 alfonx 1391 <dependency>
22     <groupId>de.schmitzm</groupId>
23 alfonx 1824 <artifactId>schmitzm-db</artifactId>
24     <version>${project.version}</version>
25 alfonx 1825 <type>jar</type>
26     <scope>compile</scope>
27 alfonx 1824 </dependency>
28    
29     <dependency>
30     <groupId>de.schmitzm</groupId>
31 alfonx 1391 <artifactId>schmitzm-core</artifactId>
32 alfonx 1446 <version>${project.version}</version>
33 alfonx 1391 <type>test-jar</type>
34     <scope>test</scope>
35     </dependency>
36    
37     <dependency>
38     <groupId>de.schmitzm</groupId>
39     <artifactId>schmitzm-core</artifactId>
40 alfonx 1446 <version>${project.version}</version>
41 alfonx 1391 <type>jar</type>
42     <scope>compile</scope>
43     </dependency>
44 alfonx 1749
45 alfonx 1391 <dependency>
46     <groupId>org.geotools</groupId>
47     <artifactId>gt-render</artifactId>
48     <version>${geotools.version}</version>
49     <type>jar</type>
50     <scope>compile</scope>
51     </dependency>
52 alfonx 1749
53 alfonx 1480 <dependency>
54     <groupId>org.geotools</groupId>
55     <artifactId>gt-epsg-hsql</artifactId>
56     <version>${geotools.version}</version>
57     <type>jar</type>
58     <scope>compile</scope>
59     </dependency>
60 alfonx 1391
61     <dependency>
62     <groupId>org.geotools.xsd</groupId>
63     <artifactId>gt-xsd-sld</artifactId>
64     <version>${geotools.version}</version>
65     <type>jar</type>
66     <scope>compile</scope>
67 alfonx 1749
68     <exclusions>
69     <exclusion>
70     <groupId>xml-apis</groupId>
71     <artifactId>xml-apis-xerces</artifactId>
72     </exclusion>
73     <exclusion>
74     <groupId>xerces</groupId>
75     <artifactId>xercesImpl</artifactId>
76     </exclusion>
77     </exclusions>
78 alfonx 1391 </dependency>
79    
80 alfonx 1749 <!-- <dependency> -->
81     <!-- <groupId>apache-xerces</groupId> -->
82     <!-- <artifactId>xml-apis</artifactId> -->
83     <!-- <version>2.0.0</version> -->
84     <!-- </dependency> -->
85 alfonx 1391 <dependency>
86 alfonx 1749 <groupId>xerces</groupId>
87     <artifactId>xercesImpl</artifactId>
88     <version>2.9.1</version>
89     </dependency>
90    
91    
92     <dependency>
93 alfonx 1391 <groupId>org.geotools</groupId>
94     <artifactId>gt-shapefile-renderer</artifactId>
95     <version>${geotools.version}</version>
96     <type>jar</type>
97     <scope>compile</scope>
98     </dependency>
99    
100 alfonx 1749 <!-- <dependency> -->
101     <!-- <groupId>org.geotools</groupId> -->
102     <!-- <artifactId>gt-legacy</artifactId> -->
103     <!-- <version>${geotools.version}</version> -->
104     <!-- <type>jar</type> -->
105     <!-- <scope>compile</scope> -->
106     <!-- </dependency> -->
107 alfonx 1391
108     <dependency>
109     <groupId>org.geotools</groupId>
110     <artifactId>gt-brewer</artifactId>
111     <version>${geotools.version}</version>
112     <type>jar</type>
113     <scope>compile</scope>
114     </dependency>
115    
116     <dependency>
117     <groupId>org.geotools</groupId>
118     <artifactId>gt-image</artifactId>
119     <version>${geotools.version}</version>
120     <type>jar</type>
121     <scope>compile</scope>
122     </dependency>
123    
124     <dependency>
125     <groupId>org.geotools</groupId>
126     <artifactId>gt-coverage</artifactId>
127     <version>${geotools.version}</version>
128     <type>jar</type>
129     <scope>compile</scope>
130     </dependency>
131    
132     <dependency>
133     <groupId>org.geotools</groupId>
134     <artifactId>gt-geotiff</artifactId>
135     <version>${geotools.version}</version>
136     <type>jar</type>
137     <scope>compile</scope>
138     </dependency>
139    
140     <dependency>
141     <groupId>org.geotools</groupId>
142     <artifactId>gt-wfs</artifactId>
143     <version>${geotools.version}</version>
144     <type>jar</type>
145     </dependency>
146    
147     <dependency>
148     <groupId>org.geotools</groupId>
149     <artifactId>gt-swing</artifactId>
150     <version>${geotools.version}</version>
151     <type>jar</type>
152     <scope>compile</scope>
153     <exclusions>
154 alfonx 1502 <!-- We use a newer miglayout from schmitzm, not 3.7 -->
155 alfonx 1391 <exclusion>
156     <groupId>com.miglayout</groupId>
157     <artifactId>miglayout</artifactId>
158     </exclusion>
159     </exclusions>
160     </dependency>
161    
162     <dependency>
163     <groupId>org.geotools.jdbc</groupId>
164     <artifactId>gt-jdbc-postgis</artifactId>
165     <version>${geotools.version}</version>
166     <type>jar</type>
167     <scope>compile</scope>
168     </dependency>
169    
170    
171     <dependency>
172     <groupId>org.geotools</groupId>
173     <artifactId>gt-main</artifactId>
174     <version>${geotools.version}</version>
175     <type>jar</type>
176     <scope>compile</scope>
177 alfonx 1467
178     <exclusions>
179     <exclusion>
180 alfonx 1478 <!-- avoiding a version conflict... -->
181 alfonx 1467 <groupId>commons-logging</groupId>
182     <artifactId>commons-logging</artifactId>
183     </exclusion>
184     </exclusions>
185 alfonx 1391 </dependency>
186    
187     <dependency>
188     <groupId>org.geotools</groupId>
189     <artifactId>gt-arcgrid</artifactId>
190     <version>${geotools.version}</version>
191     <type>jar</type>
192     <scope>compile</scope>
193     </dependency>
194    
195    
196     <dependency>
197     <groupId>colt</groupId>
198     <artifactId>colt</artifactId>
199     <version>1.2.0</version>
200     <type>jar</type>
201     <scope>compile</scope>
202     </dependency>
203    
204 alfonx 1467 <dependency>
205     <groupId>commons-logging</groupId>
206     <artifactId>commons-logging</artifactId>
207     <version>1.0.4</version>
208     <type>jar</type>
209     <scope>compile</scope>
210     </dependency>
211 alfonx 1386 </dependencies>
212 alfonx 1467
213    
214 alfonx 1447 <profiles>
215     <profile>
216     <id>resourceOperationRemove</id>
217     <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
218     the build will remove any lines in the resource bundes that are tagged with
219     REMOVEME_ -->
220     <build>
221     <plugins>
222     <plugin>
223     <groupId>org.codehaus.mojo</groupId>
224     <artifactId>exec-maven-plugin</artifactId>
225     <version>1.2</version>
226     <executions>
227     <execution>
228     <phase>generate-sources</phase>
229     <goals>
230     <goal>java</goal>
231     </goals>
232     <configuration>
233 alfonx 1749 <mainClass>de.schmitzm.lang.ResourceProviderOperator
234     </mainClass>
235 alfonx 1447 <arguments>
236 alfonx 1452 <argument>-s</argument>
237     <argument>${basedir}/src/main/resources</argument>
238 alfonx 1447 <argument>-b</argument>
239 alfonx 1448 <argument>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle
240 alfonx 1447 </argument>
241     </arguments>
242     </configuration>
243     </execution>
244     </executions>
245     </plugin>
246     </plugins>
247     </build>
248     </profile>
249     </profiles>
250 alfonx 1467
251 mojays 1813 <build>
252     <pluginManagement>
253     <plugins>
254     <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
255     <plugin>
256     <groupId>org.eclipse.m2e</groupId>
257     <artifactId>lifecycle-mapping</artifactId>
258     <version>1.0.0</version>
259     <configuration>
260     <lifecycleMappingMetadata>
261     <pluginExecutions>
262     <pluginExecution>
263     <pluginExecutionFilter>
264     <groupId>
265     org.codehaus.mojo
266     </groupId>
267     <artifactId>
268     exec-maven-plugin
269     </artifactId>
270     <versionRange>
271     [1.2,)
272     </versionRange>
273     <goals>
274     <goal>java</goal>
275     </goals>
276     </pluginExecutionFilter>
277     <action>
278     <ignore></ignore>
279     </action>
280     </pluginExecution>
281     </pluginExecutions>
282     </lifecycleMappingMetadata>
283     </configuration>
284     </plugin>
285     </plugins>
286     </pluginManagement>
287     </build>
288 alfonx 1386 </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