I've been trying to get maven(2) to use the eclipse compiler, which is
implied to be possible by fiddling with maven-compiler-plugin and
plexus-compiler.

However, I can't get it to work (in particular, I can't persuade it that the
project is java 1.5, even if I pass the right values in compilerArgument
-source 5.0 -target 5.0)

Does anyone have this working ?

It seems particularly important - debugging with hotcode replace is pretty
much totally broken for me because of the differences in the compilers being
used - I was hoping I could fix it with a profile to use the eclipse
compiler.

Reply via email to