Re: Maven compiler options

2013-10-18 Thread Olivier Lamy
On 18 October 2013 03:26, Arnaud Héritier wrote: > Hi, > > Today in my build I had the well known warning : > > [WARNING] x.java: x.java uses unchecked or unsafe operations. > [WARNING] x.java: Recompile with -Xlint:unchecked for details. > > Thus I updated my compiler plugin with

Maven compiler options

2013-10-17 Thread Arnaud Héritier
Hi, Today in my build I had the well known warning : [WARNING] x.java: x.java uses unchecked or unsafe operations. [WARNING] x.java: Recompile with -Xlint:unchecked for details. Thus I updated my compiler plugin with org.apache.maven.plugins