aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-07 10:05:56 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-07 15:14:10 +0000
commit0a1618f74bf4531c67b62288f7d1301264677800 (patch)
treee3e9cdde96ea6acc96c903c19e6d4996cdb027f2 /config-model-api
parent00c8002a30e6b3e533bee6f0ee23a8f924fa2d68 (diff)
unify java warnings
* these were stricter than in parent, but to simplify we can just use compiler args from parent
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/config-model-api/pom.xml b/config-model-api/pom.xml
index 49a9085134e..624c993d819 100644
--- a/config-model-api/pom.xml
+++ b/config-model-api/pom.xml
@@ -82,10 +82,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<skip>false</skip>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Werror</arg>
- </compilerArgs>
</configuration>
</plugin>
<plugin>