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

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

Parent Directory Parent Directory | Revision Log Revision Log


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