Repository: logging-log4j2 Updated Branches: refs/heads/master 38dd9f2d6 -> 4b12bb4d6
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/b98c957a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b98c957a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b98c957a Branch: refs/heads/master Commit: b98c957a287ffebd8b564a6cdcab823646b7fb90 Parents: 38dd9f2 Author: Mikael Ståldal <[email protected]> Authored: Fri Nov 4 15:47:55 2016 +0100 Committer: Mikael Ståldal <[email protected]> Committed: Fri Nov 4 15:47:55 2016 +0100 ---------------------------------------------------------------------- log4j-api-scala_2.10/pom.xml | 7 +++++++ log4j-api-scala_2.11/pom.xml | 7 +++++++ 2 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b98c957a/log4j-api-scala_2.10/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml index b683d78..2bbeeaa 100644 --- a/log4j-api-scala_2.10/pom.xml +++ b/log4j-api-scala_2.10/pom.xml @@ -88,6 +88,13 @@ </goals> </execution> </executions> + <configuration> + <args> + <arg>-feature</arg> + <arg>-unchecked</arg> + <arg>-deprecation</arg> + </args> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b98c957a/log4j-api-scala_2.11/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml index fd68287..cc40624 100644 --- a/log4j-api-scala_2.11/pom.xml +++ b/log4j-api-scala_2.11/pom.xml @@ -88,6 +88,13 @@ </goals> </execution> </executions> + <configuration> + <args> + <arg>-feature</arg> + <arg>-unchecked</arg> + <arg>-deprecation</arg> + </args> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
