Using JRE 1.5, still maven says annotation not supported in -source 1.3
- by Abhijeet
Hi,
I am using JRE 1.5. Still when I try to compile my code it fails by saying to use JRE 1.5 instead of 1.3
C:\temp\SpringExamplemvn -e clean install
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building SpringExample
[INFO] …