summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-11 20:06:16 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-13 14:35:26 +0200
commit95d45d66008e8e56905f1e3d8f4e1e02636a7bb6 (patch)
tree2f482ad80aa1590bfb4f57a99b88f1d34e8eef46 /config-model/pom.xml
parentebd47ebba08d9d8d06ddb1ee4de5fdeb5ab035bd (diff)
Enable useful warnings for all Scala modules
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml7
1 files changed, 0 insertions, 7 deletions
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 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <configuration>
- <args>
- <arg>-unchecked</arg>
- <arg>-deprecation</arg>
- <arg>-feature</arg>
- </args>
- </configuration>
<executions>
<execution>
<id>test-compile</id>