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
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