From 3fad29a70931681d2032ccef63eb9975c1fd85e1 Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Sun, 13 Sep 2015 10:22:25 -0700 Subject: [PATCH] Enabled lint check and deprecation warnings during compilation. --- dependency-check-core/pom.xml | 7 ------- pom.xml | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 4bdfc39a2..818820549 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -210,13 +210,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. - - org.apache.maven.plugins - maven-compiler-plugin - - -Xlint:unchecked - - diff --git a/pom.xml b/pom.xml index 26ffdfb06..7d6f44fc5 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,8 @@ Copyright (c) 2012 - Jeremy Long org.apache.maven.plugins maven-compiler-plugin - false + -Xlint + true 1.6 1.6