Revision 7701
Added by ben leinfelder over 11 years ago
pom.xml | ||
---|---|---|
58 | 58 |
|
59 | 59 |
<build> |
60 | 60 |
<plugins> |
61 |
<plugin> |
|
62 |
<groupId>org.apache.maven.plugins</groupId> |
|
63 |
<artifactId>maven-compiler-plugin</artifactId> |
|
64 |
<version>2.3</version> |
|
65 |
<configuration> |
|
66 |
<source>1.6</source> |
|
67 |
<target>1.6</target> |
|
68 |
</configuration> |
|
69 |
</plugin> |
|
61 | 70 |
|
62 | 71 |
<plugin> |
63 | 72 |
<artifactId>maven-failsafe-plugin</artifactId> |
Also available in: Unified diff
use java 1.6 for maven compiler