summaryrefslogtreecommitdiffstats
path: root/docker-api
diff options
context:
space:
mode:
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index e82bc86d349..df77b9c04db 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -161,14 +161,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>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>