summaryrefslogtreecommitdiffstats
path: root/annotations
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 /annotations
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 'annotations')
-rw-r--r--annotations/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 8a002f7c0f7..df4f14f2a7d 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -38,12 +38,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>