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.5.1</version> |
<version>2.5.1</version> |
140 |
|
<!-- MS: 2013-02-14: Wir versuchen mal den Standard-JDK zu verwenden! |
141 |
<configuration> |
<configuration> |
142 |
<source>1.7</source> |
<source>1.7</source> |
143 |
<target>1.7</target> |
<target>1.7</target> |
146 |
<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable> |
<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable> |
147 |
<fork>true</fork> |
<fork>true</fork> |
148 |
<excludes> |
<excludes> |
149 |
<exclude>**/.svn</exclude> <!-- ??? --> |
<exclude>**/.svn</exclude> |
150 |
</excludes> |
</excludes> |
151 |
</configuration> |
</configuration> |
152 |
|
--> |
153 |
</plugin> |
</plugin> |
154 |
|
|
155 |
<plugin> |
<plugin> |