From 9c2001caefca0afcbdf6043662e7effeffcc75ae Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Tue, 25 Apr 2017 11:40:14 +0200 Subject: disallow some warnings * note that "rawtypes" and "unchecked" warnings are not enabled, since some design choices (especially the type parametrization of DataList and Renderer) means we would have to suppress those warnings a lot. --- container-core/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'container-core') diff --git a/container-core/pom.xml b/container-core/pom.xml index 33b621fe52a..24e3b8707fc 100644 --- a/container-core/pom.xml +++ b/container-core/pom.xml @@ -272,6 +272,16 @@ org.apache.maven.plugins maven-compiler-plugin + + + -Xlint:all + -Xlint:-rawtypes + -Xlint:-unchecked + -Xlint:-serial + -Xlint:-try + -Werror + + ${buildOutputDirectory} -- cgit v1.2.3