Enable Scala compilation warnings

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b6efacad
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b6efacad
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b6efacad

Branch: refs/heads/master
Commit: b6efacadb620d2868e311c408e64df112b6f72ef
Parents: a77c3dc
Author: Mikael StÃ¥ldal <[email protected]>
Authored: Fri Nov 4 16:01:26 2016 +0100
Committer: Mikael StÃ¥ldal <[email protected]>
Committed: Fri Nov 4 16:01:26 2016 +0100

----------------------------------------------------------------------
 log4j-samples/scala-api/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b6efacad/log4j-samples/scala-api/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-samples/scala-api/pom.xml b/log4j-samples/scala-api/pom.xml
index 85e1cf0..329531b 100644
--- a/log4j-samples/scala-api/pom.xml
+++ b/log4j-samples/scala-api/pom.xml
@@ -55,6 +55,13 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <args>
+            <arg>-feature</arg>
+            <arg>-unchecked</arg>
+            <arg>-deprecation</arg>
+          </args>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>

Reply via email to