diff --git a/pom.xml b/pom.xml index ae380821e2..08bbe5e397 100644 --- a/pom.xml +++ b/pom.xml @@ -718,6 +718,30 @@ under the License. + + strict-warnings + + + + net.alchim31.maven + scala-maven-plugin + + + -deprecation + -unchecked + -feature + -Xlint:_ + -Ywarn-dead-code + -Ywarn-numeric-widen + -Ywarn-value-discard + -Ywarn-unused:imports,patvars,privates,locals,params,-implicits + -Xfatal-warnings + + + + + +