summaryrefslogtreecommitdiffstats
path: root/standalone-container/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-20 13:07:43 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-20 13:07:43 +0200
commitc9251da52d1b63f203e008ab7808c8123442bbaa (patch)
treed4bb3ae744d0e715f26049ed05402bd4d19069af /standalone-container/pom.xml
parent929a44e999bbaae9600753aea1a8335a9facd69e (diff)
Suppress deprecation warning. Enable warnings-as-errors
Diffstat (limited to 'standalone-container/pom.xml')
-rw-r--r--standalone-container/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index 6e29d7fcc7c..85a401d6af3 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -99,13 +99,6 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <configuration>
- <args>
- <arg>-unchecked</arg>
- <arg>-feature</arg>
- <arg>-deprecation</arg>
- </args>
- </configuration>
<executions>
<execution>
<id>compile</id>