/[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 1467 by alfonx, Fri Jan 28 11:32:10 2011 UTC revision 2231 by alfonx, Fri Feb 15 08:07:22 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>2.5-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>2.5-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>                  <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>                          <groupId>de.schmitzm</groupId>
30                          <artifactId>schmitzm-core</artifactId>                          <artifactId>schmitzm-core</artifactId>
31                          <version>${project.version}</version>                          <version>${project.version}</version>
# Line 44  Line 50 
50                  </dependency>                  </dependency>
51    
52                  <dependency>                  <dependency>
53                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools</groupId>
54                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-epsg-hsql</artifactId>
55                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
56                          <type>jar</type>                          <type>jar</type>
57                          <scope>compile</scope>                          <scope>compile</scope>
58                  </dependency>                  </dependency>
59    
60                  <dependency>                  <dependency>
61                          <groupId>org.geotools</groupId>                          <groupId>org.geotools.xsd</groupId>
62                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
63                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
64                          <type>jar</type>                          <type>jar</type>
65                          <scope>compile</scope>                          <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>                  </dependency>
89    
90    
91                  <dependency>                  <dependency>
92                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
93                          <artifactId>gt-legacy</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
94                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
95                          <type>jar</type>                          <type>jar</type>
96                          <scope>compile</scope>                          <scope>compile</scope>
97                  </dependency>                  </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>                  <dependency>
108                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
109                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
# Line 113  Line 150 
150                          <type>jar</type>                          <type>jar</type>
151                          <scope>compile</scope>                          <scope>compile</scope>
152                          <exclusions>                          <exclusions>
153                                  <!-- We use miglayout 3.7.3, not 3.7 -->                                  <!-- We use a newer miglayout from schmitzm, not 3.7 -->
154                                  <exclusion>                                  <exclusion>
155                                          <groupId>com.miglayout</groupId>                                          <groupId>com.miglayout</groupId>
156                                          <artifactId>miglayout</artifactId>                                          <artifactId>miglayout</artifactId>
# Line 127  Line 164 
164                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
165                          <type>jar</type>                          <type>jar</type>
166                          <scope>compile</scope>                          <scope>compile</scope>
167                            <exclusions>
168                                    <exclusion>
169                                            <!-- Das kommt ueber schmitzm-db -->
170                                            <groupId>postgresql</groupId>
171                                            <artifactId>postgresql</artifactId>
172                                    </exclusion>
173                            </exclusions>
174                  </dependency>                  </dependency>
175    
176    
# Line 139  Line 183 
183    
184                          <exclusions>                          <exclusions>
185                                  <exclusion>                                  <exclusion>
186                                  <!-- avoiding a version conflict...  -->                                          <!-- avoiding a version conflict... -->
187                                          <groupId>commons-logging</groupId>                                          <groupId>commons-logging</groupId>
188                                          <artifactId>commons-logging</artifactId>                                          <artifactId>commons-logging</artifactId>
189                                  </exclusion>                                  </exclusion>
# Line 192  Line 236 
236                                                                          <goal>java</goal>                                                                          <goal>java</goal>
237                                                                  </goals>                                                                  </goals>
238                                                                  <configuration>                                                                  <configuration>
239                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator
240                                                                            </mainClass>
241                                                                          <arguments>                                                                          <arguments>
242                                                                                  <argument>-s</argument>                                                                                  <argument>-s</argument>
243                                                                                  <argument>${basedir}/src/main/resources</argument>                                                                                  <argument>${basedir}/src/main/resources</argument>
# Line 209  Line 254 
254                  </profile>                  </profile>
255          </profiles>          </profiles>
256    
257            <build>
258                    <pluginManagement>
259                            <plugins>
260                                    <!--This plugin's configuration is used to store Eclipse m2e settings
261                                            only. It has no influence on the Maven build itself. -->
262                                    <plugin>
263                                            <groupId>org.eclipse.m2e</groupId>
264                                            <artifactId>lifecycle-mapping</artifactId>
265                                            <version>1.0.0</version>
266                                            <configuration>
267                                                    <lifecycleMappingMetadata>
268                                                            <pluginExecutions>
269                                                                    <pluginExecution>
270                                                                            <pluginExecutionFilter>
271                                                                                    <groupId>
272                                                                                            org.codehaus.mojo
273                                                                                    </groupId>
274                                                                                    <artifactId>
275                                                                                            exec-maven-plugin
276                                                                                    </artifactId>
277                                                                                    <versionRange>
278                                                                                            [1.2,)
279                                                                                    </versionRange>
280                                                                                    <goals>
281                                                                                            <goal>java</goal>
282                                                                                    </goals>
283                                                                            </pluginExecutionFilter>
284                                                                            <action>
285                                                                                    <ignore></ignore>
286                                                                            </action>
287                                                                    </pluginExecution>
288                                                            </pluginExecutions>
289                                                    </lifecycleMappingMetadata>
290                                            </configuration>
291                                    </plugin>
292                            </plugins>
293                    </pluginManagement>
294            </build>
295  </project>  </project>

Legend:
Removed from v.1467  
changed lines
  Added in v.2231

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26