as mentioned in the title I have this problem: if I try to edit the compiler version of my Maven Project (by right click on the proj -> Preferences -> Compiler...apply,ok ), after I press alt-f5 (update) i loose all the previous settings and if i re-enter preferences menu i find the java compiler back to 1.5 (always JDK 8 , but 1.5 instead of 1.8).
I tried many ways and combinations, e.g. setting compiler by Preferences -> Facet , or adding maven plugin to my pom, i really can't find a working solution.
Note that in my global preferences Java Runtime Enviroment is correctly set to JDK 8 1.8.
Anyone could help me? Thanks in advance,
Giulio