[Schmitzm-commits] r2221 - trunk/schmitzm-parent
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 14 16:34:35 CET 2013
Author: alfonx
Date: 2013-02-14 16:34:35 +0100 (Thu, 14 Feb 2013)
New Revision: 2221
Modified:
trunk/schmitzm-parent/pom.xml
Log:
Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml 2013-02-14 15:30:08 UTC (rev 2220)
+++ trunk/schmitzm-parent/pom.xml 2013-02-14 15:34:35 UTC (rev 2221)
@@ -14,8 +14,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<schmitzm.version>${project.version}</schmitzm.version>
-<!-- <geotools.version>8-SNAPSHOT</geotools.version> -->
- <geotools.version>2.7.5</geotools.version>
+ <!-- <geotools.version>8-SNAPSHOT</geotools.version> -->
+ <geotools.version>2.7.5</geotools.version>
</properties>
<issueManagement>
@@ -100,10 +100,10 @@
<type>jar</type>
<scope>test</scope>
</dependency>
-
+
<dependency>
-<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->
-<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
+ <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->
+ <!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
@@ -140,6 +140,10 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>
+ <fork>true</fork>
<excludes>
<exclude>**/.svn</exclude> <!-- ??? -->
</excludes>
@@ -200,7 +204,8 @@
</plugins>
<pluginManagement>
<plugins>
- <!--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
+ only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
More information about the Schmitzm-commits
mailing list