myfile.java:[11,1] annotations are not supported in -source 1.3 (try -source 1.5 to enable annotations)
@SuppressWarnings("serial")
Executing mvn install i had that error. Where I have to set -source
options?
I try mvn -source 1.5 compile and mvn compile -source 1.5 and mvn
compiler:compile -Dsource=1.5 and also mvn compiler:compile
-DcompilerVersion=1.5
Why annotations doesn't work?
Tnx,
Luca
