From 4c2f938ec3e0604878827bf18e141e9c58b0775a Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Tue, 25 Apr 2017 10:02:11 +0200 Subject: disallow warnings --- jdisc_core/pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'jdisc_core') diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml index 4704c417230..6227600f24c 100644 --- a/jdisc_core/pom.xml +++ b/jdisc_core/pom.xml @@ -134,9 +134,11 @@ maven-compiler-plugin - -Xlint:rawtypes - -Xlint:unchecked - -Xlint:deprecation + -Xlint:all + -Xlint:-processing + -Xlint:-try + -Xlint:-serial + -Werror -- cgit v1.2.3