/[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 1749 by alfonx, Tue Oct 4 12:45:47 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>2.7-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.7-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 158  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>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>                  </dependency>
182    
183    
# Line 241  Line 261 
261                  </profile>                  </profile>
262          </profiles>          </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.1749  
changed lines
  Added in v.2393

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26