In NetBeans 7.2, I\'m having trouble finding how to compile using -Xlint:unchecked in a Maven project. Under an Ant project, you can change compiler flags by going to Projec
This works for me...
org.apache.maven.plugins maven-compiler-plugin 3.8.1 11 11 ${endorsed.dir} -Xlint:unchecked <-------this right here ---->