I want to see the java code warnings when I build my project from the command line using maven.
Currently, when I use eclipse, the IDE highlights the warns for me. So I want to have that behavior when I build my project using maven.
Thanks in advance. Juan