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: [email protected] For additional commands, e-mail: [email protected]
