14 |
<properties> |
<properties> |
15 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 |
<schmitzm.version>${project.version}</schmitzm.version> |
<schmitzm.version>${project.version}</schmitzm.version> |
17 |
<!-- <geotools.version>8-SNAPSHOT</geotools.version> --> |
<!-- <geotools.version>8-SNAPSHOT</geotools.version> --> |
18 |
<geotools.version>2.7.5</geotools.version> |
<geotools.version>2.7.5</geotools.version> |
19 |
</properties> |
</properties> |
20 |
|
|
21 |
<issueManagement> |
<issueManagement> |
100 |
<type>jar</type> |
<type>jar</type> |
101 |
<scope>test</scope> |
<scope>test</scope> |
102 |
</dependency> |
</dependency> |
103 |
|
|
104 |
<dependency> |
<dependency> |
105 |
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded --> |
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded --> |
106 |
<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
107 |
<groupId>log4j</groupId> |
<groupId>log4j</groupId> |
108 |
<artifactId>log4j</artifactId> |
<artifactId>log4j</artifactId> |
109 |
<version>1.2.14</version> |
<version>1.2.14</version> |
136 |
<plugin> |
<plugin> |
137 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
138 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
139 |
<version>2.3.2</version> |
<version>2.5.1</version> |
140 |
<configuration> |
<configuration> |
141 |
<source>1.7</source> |
<source>1.7</source> |
142 |
<target>1.7</target> |
<target>1.7</target> |
143 |
|
<showDeprecation>true</showDeprecation> |
144 |
|
<showWarnings>true</showWarnings> |
145 |
|
<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable> |
146 |
|
<fork>true</fork> |
147 |
<excludes> |
<excludes> |
148 |
<exclude>**/.svn</exclude> <!-- ??? --> |
<exclude>**/.svn</exclude> <!-- ??? --> |
149 |
</excludes> |
</excludes> |
204 |
</plugins> |
</plugins> |
205 |
<pluginManagement> |
<pluginManagement> |
206 |
<plugins> |
<plugins> |
207 |
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
<!--This plugin's configuration is used to store Eclipse m2e settings |
208 |
|
only. It has no influence on the Maven build itself. --> |
209 |
<plugin> |
<plugin> |
210 |
<groupId>org.eclipse.m2e</groupId> |
<groupId>org.eclipse.m2e</groupId> |
211 |
<artifactId>lifecycle-mapping</artifactId> |
<artifactId>lifecycle-mapping</artifactId> |