From 8fe0a2bb599664662e647b5714547001ec7ee7ea Mon Sep 17 00:00:00 2001 From: bow <bow@bow.web.id> Date: Thu, 30 Oct 2014 18:16:37 +0100 Subject: [PATCH] Turn on deprecation warning and feature warning for the scala compiler --- biopet-framework/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biopet-framework/pom.xml b/biopet-framework/pom.xml index be41f2114..ac2879e75 100644 --- a/biopet-framework/pom.xml +++ b/biopet-framework/pom.xml @@ -142,6 +142,8 @@ <args> <arg>-dependencyfile</arg> <arg>${project.build.directory}/.scala_dependencies</arg> + <arg>-deprecation</arg> + <arg>-feature</arg> </args> </configuration> </execution> -- GitLab