diff options
-rw-r--r-- | api/pom.xml | 1 | ||||
-rw-r--r-- | daemon/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml index 0cc071b..6ff09fb 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -22,6 +22,7 @@ <source>1.8</source> <target>1.8</target> <release>8</release> + <compilerArgument>-Xlint:all</compilerArgument> </configuration> </plugin> <plugin> diff --git a/daemon/pom.xml b/daemon/pom.xml index a9834aa..7c26855 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,6 +22,7 @@ <source>1.8</source> <target>1.8</target> <release>8</release> + <compilerArgument>-Xlint:all</compilerArgument> </configuration> </plugin> <plugin> |