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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1386  
changed lines
  Added in v.2393

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26