[Schmitzm-commits] r2229 - trunk/schmitzm-parent
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 14 18:36:17 CET 2013
Author: mojays
Date: 2013-02-14 18:36:17 +0100 (Thu, 14 Feb 2013)
New Revision: 2229
Modified:
trunk/schmitzm-parent/pom.xml
Log:
Sonderfall: Java 1.7 f?\195?\188r Profil ms_kallisto
Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml 2013-02-14 16:22:37 UTC (rev 2228)
+++ trunk/schmitzm-parent/pom.xml 2013-02-14 17:36:17 UTC (rev 2229)
@@ -278,4 +278,29 @@
</snapshotRepository>
</distributionManagement>
+
+
+ <profiles>
+ <profile>
+ <id>ms_kallisto</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <executable>${env.JAVA_HOME}/bin/javac</executable>
+ <fork>true</fork>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>
More information about the Schmitzm-commits
mailing list