summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2018-04-25 17:49:38 +0200
committerGitHub <noreply@github.com>2018-04-25 17:49:38 +0200
commit442204b36914ec9314eeb8b018f539d120d371c9 (patch)
tree460fafe92fa0eb1f094bb18cde9b198267856cfc /clustercontroller-core
parentadd9063f792957502be3905d58a139d824835ed7 (diff)
parent4656265d867a2bdcb0967789fdcf5bfea5b5af38 (diff)
Merge pull request #5710 from vespa-engine/gjoranv/java9-prep-01
Gjoranv/java9 prep 01
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 99cf4df643b..d10c8c8739b 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -86,15 +86,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-serial</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>