Closed GoogleCodeExporter closed 9 years ago
You use JDK 1.5, but project configured to use JDK 1.6
pom.xml
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
...
If you need locally build for JDK just change 1.6 to 1.5
Original comment by panchmp
on 8 Mar 2012 at 1:43
Original issue reported on code.google.com by
tamalda...@gmail.com
on 8 Mar 2012 at 6:53Attachments: