[Schmitzm-commits] r2222 - trunk/schmitzm-parent
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 14 16:55:09 CET 2013
Author: mojays
Date: 2013-02-14 16:55:09 +0100 (Thu, 14 Feb 2013)
New Revision: 2222
Modified:
trunk/schmitzm-parent/pom.xml
Log:
Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml 2013-02-14 15:34:35 UTC (rev 2221)
+++ trunk/schmitzm-parent/pom.xml 2013-02-14 15:55:09 UTC (rev 2222)
@@ -137,6 +137,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
+<!-- MS: 2013-02-14: Wir versuchen mal den Standard-JDK zu verwenden!
<configuration>
<source>1.7</source>
<target>1.7</target>
@@ -145,9 +146,10 @@
<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>
<fork>true</fork>
<excludes>
- <exclude>**/.svn</exclude> <!-- ??? -->
+ <exclude>**/.svn</exclude>
</excludes>
</configuration>
+-->
</plugin>
<plugin>
More information about the Schmitzm-commits
mailing list