From 95d45d66008e8e56905f1e3d8f4e1e02636a7bb6 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 11 Jul 2017 20:06:16 +0200 Subject: Enable useful warnings for all Scala modules --- application/pom.xml | 8 -------- bundle-plugin-test/pom.xml | 7 ------- bundle-plugin/pom.xml | 7 ------- config-model/pom.xml | 7 ------- configgen/pom.xml | 7 ------- container-di/pom.xml | 49 -------------------------------------------- pom.xml | 8 ++++++++ scalalib/pom.xml | 7 ------- service-monitor/pom.xml | 7 ------- standalone-container/pom.xml | 7 ------- 10 files changed, 8 insertions(+), 106 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index 90e7698d395..f58e16a0341 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -117,14 +117,6 @@ net.alchim31.maven scala-maven-plugin - - - -unchecked - -deprecation - -explaintypes - -feature - - compile diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml index 2d407c9749d..ebc60f86b93 100644 --- a/bundle-plugin-test/pom.xml +++ b/bundle-plugin-test/pom.xml @@ -67,13 +67,6 @@ - - - -unchecked - -deprecation - -feature - - diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml index 4254228df5f..cda5a64d050 100644 --- a/bundle-plugin/pom.xml +++ b/bundle-plugin/pom.xml @@ -99,13 +99,6 @@ - - - -unchecked - -deprecation - -feature - - org.apache.maven.plugins diff --git a/config-model/pom.xml b/config-model/pom.xml index c185e8de709..4da325a4dde 100644 --- a/config-model/pom.xml +++ b/config-model/pom.xml @@ -526,13 +526,6 @@ net.alchim31.maven scala-maven-plugin - - - -unchecked - -deprecation - -feature - - test-compile diff --git a/configgen/pom.xml b/configgen/pom.xml index a7219ae4b72..c328ea53635 100644 --- a/configgen/pom.xml +++ b/configgen/pom.xml @@ -73,13 +73,6 @@ net.alchim31.maven scala-maven-plugin - - - -unchecked - -deprecation - -feature - - compile diff --git a/container-di/pom.xml b/container-di/pom.xml index fab28843f1f..f6a31ea16a1 100644 --- a/container-di/pom.xml +++ b/container-di/pom.xml @@ -172,53 +172,4 @@ - - - scalacoverage - - - scct repository - http://mtkopone.github.com/scct/maven-repo - - - - - reaktor - scct_2.9.1 - 0.1-SNAPSHOT - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${project.name} - ${project.build.outputDirectory}/coverage.data - ${project.build.directory}/coverage-report - ${project.build.sourceDirectory} - - ${test.hide} - once - - - - net.alchim31.maven - scala-maven-plugin - - - - reaktor - scct_2.9.1 - 0.1-SNAPSHOT - - - - - - - - diff --git a/pom.xml b/pom.xml index 480c94d66b6..dccb5f8725e 100644 --- a/pom.xml +++ b/pom.xml @@ -226,6 +226,14 @@ net.alchim31.maven scala-maven-plugin 3.2.2 + + + -unchecked + -deprecation + -feature + -explaintypes + + com.yahoo.vespa diff --git a/scalalib/pom.xml b/scalalib/pom.xml index df45b7d23a5..78237211ac3 100644 --- a/scalalib/pom.xml +++ b/scalalib/pom.xml @@ -48,13 +48,6 @@ - - - -unchecked - -deprecation - -feature - - org.apache.maven.plugins diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml index a23760c435b..8d8518f2b20 100644 --- a/service-monitor/pom.xml +++ b/service-monitor/pom.xml @@ -112,13 +112,6 @@ - - - -unchecked - -deprecation - -feature - - com.yahoo.vespa diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml index 21122c04a0e..85a401d6af3 100644 --- a/standalone-container/pom.xml +++ b/standalone-container/pom.xml @@ -99,13 +99,6 @@ net.alchim31.maven scala-maven-plugin - - - -unchecked - -deprecation - -feature - - compile -- cgit v1.2.3