I'm trying to change java compiler warning to error and error to warning. 
For example: 
fallthroughCase=error
nullReference=error 
enumIdentifier=error 
וnusedObjectAllocation=warning 
redundantNullCheck=warning

It is easily done on the Eclipse environment, but I haven't found a way to
do the same on our build server. Any help would be mostly appreciated! 

Thanks, Dror

--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-change-java-compiler-warning-to-error-tp5713975.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to