/[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 1502 by alfonx, Thu Feb 17 13:27:28 2011 UTC revision 1948 by alfonx, Sun Apr 15 11:02:04 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 34  Line 42 
42                          <type>jar</type>                          <type>jar</type>
43                          <scope>compile</scope>                          <scope>compile</scope>
44                  </dependency>                  </dependency>
45                    
46                  <dependency>                  <dependency>
47                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
48                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
# Line 42  Line 50 
50                          <type>jar</type>                          <type>jar</type>
51                          <scope>compile</scope>                          <scope>compile</scope>
52                  </dependency>                  </dependency>
53                    
54                  <dependency>                  <dependency>
55                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
56                          <artifactId>gt-epsg-hsql</artifactId>                          <artifactId>gt-epsg-hsql</artifactId>
# Line 52  Line 60 
60                  </dependency>                  </dependency>
61    
62                  <dependency>                  <dependency>
63                            <groupId>org.geotools</groupId>
64                            <artifactId>gt-charts</artifactId>
65                            <version>${geotools.version}</version>
66                            <type>jar</type>
67                            <scope>compile</scope>
68                    </dependency>
69    
70                    <dependency>
71                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools.xsd</groupId>
72                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
73                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
74                          <type>jar</type>                          <type>jar</type>
75                          <scope>compile</scope>                          <scope>compile</scope>
76    
77                            <exclusions>
78                                    <exclusion>
79                                            <groupId>xml-apis</groupId>
80                                            <artifactId>xml-apis-xerces</artifactId>
81                                    </exclusion>
82                                    <exclusion>
83                                            <groupId>xerces</groupId>
84                                            <artifactId>xercesImpl</artifactId>
85                                    </exclusion>
86                            </exclusions>
87                  </dependency>                  </dependency>
88    
89                    <!-- <dependency> -->
90                    <!-- <groupId>apache-xerces</groupId> -->
91                    <!-- <artifactId>xml-apis</artifactId> -->
92                    <!-- <version>2.0.0</version> -->
93                    <!-- </dependency> -->
94                    <dependency>
95                            <groupId>xerces</groupId>
96                            <artifactId>xercesImpl</artifactId>
97                            <version>2.9.1</version>
98                    </dependency>
99    
100    
101                  <dependency>                  <dependency>
102                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
103                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
# Line 67  Line 106 
106                          <scope>compile</scope>                          <scope>compile</scope>
107                  </dependency>                  </dependency>
108    
109  <!--            <dependency>-->                  <!-- <dependency> -->
110  <!--                    <groupId>org.geotools</groupId>-->                  <!-- <groupId>org.geotools</groupId> -->
111  <!--                    <artifactId>gt-legacy</artifactId>-->                  <!-- <artifactId>gt-legacy</artifactId> -->
112  <!--                    <version>${geotools.version}</version>-->                  <!-- <version>${geotools.version}</version> -->
113  <!--                    <type>jar</type>-->                  <!-- <type>jar</type> -->
114  <!--                    <scope>compile</scope>-->                  <!-- <scope>compile</scope> -->
115  <!--            </dependency>-->                  <!-- </dependency> -->
116    
117                  <dependency>                  <dependency>
118                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
# Line 135  Line 174 
174                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
175                          <type>jar</type>                          <type>jar</type>
176                          <scope>compile</scope>                          <scope>compile</scope>
177                            <exclusions>
178                                    <exclusion>
179                                            <!-- Das kommt ueber schmitzm-db -->
180                                            <groupId>postgresql</groupId>
181                                            <artifactId>postgresql</artifactId>
182                                    </exclusion>
183                            </exclusions>
184                  </dependency>                  </dependency>
185    
186    
# Line 200  Line 246 
246                                                                          <goal>java</goal>                                                                          <goal>java</goal>
247                                                                  </goals>                                                                  </goals>
248                                                                  <configuration>                                                                  <configuration>
249                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator
250                                                                            </mainClass>
251                                                                          <arguments>                                                                          <arguments>
252                                                                                  <argument>-s</argument>                                                                                  <argument>-s</argument>
253                                                                                  <argument>${basedir}/src/main/resources</argument>                                                                                  <argument>${basedir}/src/main/resources</argument>
# Line 217  Line 264 
264                  </profile>                  </profile>
265          </profiles>          </profiles>
266    
267            <build>
268                    <pluginManagement>
269                            <plugins>
270                                    <!--This plugin's configuration is used to store Eclipse m2e settings
271                                            only. It has no influence on the Maven build itself. -->
272                                    <plugin>
273                                            <groupId>org.eclipse.m2e</groupId>
274                                            <artifactId>lifecycle-mapping</artifactId>
275                                            <version>1.0.0</version>
276                                            <configuration>
277                                                    <lifecycleMappingMetadata>
278                                                            <pluginExecutions>
279                                                                    <pluginExecution>
280                                                                            <pluginExecutionFilter>
281                                                                                    <groupId>
282                                                                                            org.codehaus.mojo
283                                                                                    </groupId>
284                                                                                    <artifactId>
285                                                                                            exec-maven-plugin
286                                                                                    </artifactId>
287                                                                                    <versionRange>
288                                                                                            [1.2,)
289                                                                                    </versionRange>
290                                                                                    <goals>
291                                                                                            <goal>java</goal>
292                                                                                    </goals>
293                                                                            </pluginExecutionFilter>
294                                                                            <action>
295                                                                                    <ignore></ignore>
296                                                                            </action>
297                                                                    </pluginExecution>
298                                                            </pluginExecutions>
299                                                    </lifecycleMappingMetadata>
300                                            </configuration>
301                                    </plugin>
302                            </plugins>
303                    </pluginManagement>
304            </build>
305  </project>  </project>

Legend:
Removed from v.1502  
changed lines
  Added in v.1948

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26