From 9a7fadff4f38555299eff2dd49c9557cf56af510 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Mon, 24 Apr 2017 12:36:37 +0200 Subject: disallow warnings --- dummy-persistence/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dummy-persistence') diff --git a/dummy-persistence/pom.xml b/dummy-persistence/pom.xml index c831bbe61f8..fe2f343017a 100644 --- a/dummy-persistence/pom.xml +++ b/dummy-persistence/pom.xml @@ -44,9 +44,8 @@ maven-compiler-plugin - -Xlint:rawtypes - -Xlint:unchecked - -Xlint:deprecation + -Xlint:all + -Werror -- cgit v1.2.3