138 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
139 |
<version>2.5.1</version> |
<version>2.5.1</version> |
140 |
<configuration> |
<configuration> |
141 |
<source>1.7</source> |
<!-- |
142 |
<target>1.7</target> |
|
143 |
<showDeprecation>true</showDeprecation> |
<source>1.6</source> |
144 |
<showWarnings>true</showWarnings> |
<target>1.6</target>--> |
|
<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable> |
|
|
<fork>true</fork> |
|
145 |
<excludes> |
<excludes> |
146 |
<exclude>**/.svn</exclude> <!-- ??? --> |
<exclude>**/.svn</exclude> |
147 |
</excludes> |
</excludes> |
148 |
</configuration> |
</configuration> |
149 |
</plugin> |
</plugin> |