From b16ab8efedf79580cf27303c9a7d6140c040505e Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 3 Oct 2017 17:10:24 +0100 Subject: [PATCH] Add "lint" profile --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 5e6753c..b0c475c 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,26 @@ + + + lint + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + true + true + -Xlint:unchecked + + + + + + + shib-release