summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2018-03-01 12:51:24 +0100
committerMartin Polden <mpolden@mpolden.no>2018-03-01 15:22:33 +0100
commitab6db5440693e787b633a8c982ef4454956203b5 (patch)
tree5e98e308fc9e370904776b8e793c35292277f997 /orchestrator/pom.xml
parent38b565a428f2272b5184b5ee69a95d9654e7ae54 (diff)
New path for suspend all API
This is required to allow authorization of these requests.
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index ae22b6718f9..3559e4282c3 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -131,6 +131,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-deprecation</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Xlint:-varargs</arg>
+ <arg>-Xlint:-try</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
+ </configuration>
</plugin>
</plugins>
</build>