aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 07:48:51 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:08 +0000
commit4756d44b739e792fd7449fd2c0c2fe2352aff654 (patch)
tree802f2475048317bd903eba0fa74c67c0ceb0fe2d /orchestrator
parent8b7181a1fc056a3d2c572368ddbb9de04231912a (diff)
unify java warnings (use compiler args from parent)
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>