/[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 1446 by alfonx, Thu Jan 27 13:34:11 2011 UTC revision 1977 by alfonx, Wed May 2 14:13:39 2012 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-gt</artifactId>          <artifactId>schmitzm-gt</artifactId>
7          <version>2.5-SNAPSHOT</version>          <version>2.7-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>2.5-SNAPSHOT</version>                  <version>2.7-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
17          <name>schmitzm-gt</name>          <name>schmitzm-gt</name>
         <url>http://maven.apache.org</url>  
18    
19          <dependencies>          <dependencies>
20    
21                  <dependency>                  <dependency>
22                            <!-- Hier kommt auch ein aktuellen postgresql jdbc jar -->
23                            <groupId>de.schmitzm</groupId>
24                            <artifactId>schmitzm-db</artifactId>
25                            <version>${project.version}</version>
26                            <type>jar</type>
27                            <scope>compile</scope>
28                    </dependency>
29    
30                    <dependency>
31                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
32                          <artifactId>schmitzm-core</artifactId>                          <artifactId>schmitzm-core</artifactId>
33                          <version>${project.version}</version>                          <version>${project.version}</version>
# Line 44  Line 52 
52                  </dependency>                  </dependency>
53    
54                  <dependency>                  <dependency>
55                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools</groupId>
56                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-epsg-hsql</artifactId>
57                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
58                          <type>jar</type>                          <type>jar</type>
59                          <scope>compile</scope>                          <scope>compile</scope>
60                  </dependency>                  </dependency>
61    
62                  <dependency>                  <dependency>
63                          <groupId>org.geotools</groupId>                          <groupId>org.geotools.xsd</groupId>
64                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
65                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
66                          <type>jar</type>                          <type>jar</type>
67                          <scope>compile</scope>                          <scope>compile</scope>
68    
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                  </dependency>                  </dependency>
80    
81                    <!-- <dependency> -->
82                    <!-- <groupId>apache-xerces</groupId> -->
83                    <!-- <artifactId>xml-apis</artifactId> -->
84                    <!-- <version>2.0.0</version> -->
85                    <!-- </dependency> -->
86                    <dependency>
87                            <groupId>xerces</groupId>
88                            <artifactId>xercesImpl</artifactId>
89                            <version>2.9.1</version>
90                    </dependency>
91    
92    
93                  <dependency>                  <dependency>
94                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
95                          <artifactId>gt-legacy</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
96                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
97                          <type>jar</type>                          <type>jar</type>
98                          <scope>compile</scope>                          <scope>compile</scope>
99                  </dependency>                  </dependency>
100    
101                    <!-- <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    
109                  <dependency>                  <dependency>
110                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
111                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
# Line 113  Line 152 
152                          <type>jar</type>                          <type>jar</type>
153                          <scope>compile</scope>                          <scope>compile</scope>
154                          <exclusions>                          <exclusions>
155                                  <!-- We use miglayout 3.7.3, not 3.7 -->                                  <!-- We use a newer miglayout from schmitzm, not 3.7 -->
156                                  <exclusion>                                  <exclusion>
157                                          <groupId>com.miglayout</groupId>                                          <groupId>com.miglayout</groupId>
158                                          <artifactId>miglayout</artifactId>                                          <artifactId>miglayout</artifactId>
# Line 127  Line 166 
166                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
167                          <type>jar</type>                          <type>jar</type>
168                          <scope>compile</scope>                          <scope>compile</scope>
169                            <exclusions>
170                                    <exclusion>
171                                            <!-- Das kommt ueber schmitzm-db -->
172                                            <groupId>postgresql</groupId>
173                                            <artifactId>postgresql</artifactId>
174                                    </exclusion>
175                            </exclusions>
176                  </dependency>                  </dependency>
177    
178    
# Line 136  Line 182 
182                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
183                          <type>jar</type>                          <type>jar</type>
184                          <scope>compile</scope>                          <scope>compile</scope>
185    
186                            <exclusions>
187                                    <exclusion>
188                                            <!-- avoiding a version conflict... -->
189                                            <groupId>commons-logging</groupId>
190                                            <artifactId>commons-logging</artifactId>
191                                    </exclusion>
192                            </exclusions>
193                  </dependency>                  </dependency>
194    
195                  <dependency>                  <dependency>
# Line 155  Line 209 
209                          <scope>compile</scope>                          <scope>compile</scope>
210                  </dependency>                  </dependency>
211    
212                    <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          </dependencies>          </dependencies>
220    
221    
222            <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                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator
242                                                                            </mainClass>
243                                                                            <arguments>
244                                                                                    <argument>-s</argument>
245                                                                                    <argument>${basedir}/src/main/resources</argument>
246                                                                                    <argument>-b</argument>
247                                                                                    <argument>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle
248                                                                                    </argument>
249                                                                            </arguments>
250                                                                    </configuration>
251                                                            </execution>
252                                                    </executions>
253                                            </plugin>
254                                    </plugins>
255                            </build>
256                    </profile>
257            </profiles>
258    
259            <build>
260                    <pluginManagement>
261                            <plugins>
262                                    <!--This plugin's configuration is used to store Eclipse m2e settings
263                                            only. It has no influence on the Maven build itself. -->
264                                    <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  </project>  </project>

Legend:
Removed from v.1446  
changed lines
  Added in v.1977

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26