aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index f321dbe7e9e..d3af2d8f1d9 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -155,16 +155,6 @@
<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>