aboutsummaryrefslogtreecommitdiffstats
path: root/config/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-01-31 02:17:27 +0100
committergjoranv <gv@verizonmedia.com>2022-01-31 02:17:27 +0100
commit6ff7bfdf7c5dc96e0cbd17e1c752945fcaf5f98b (patch)
tree8036ec0497d19b6e9710ba35d8554c752e3fb2e7 /config/pom.xml
parent03edb19207234e238db22d81ae3d613aaf14f965 (diff)
Deprecate ConfigGetter APIs that use ConfigSource
Diffstat (limited to 'config/pom.xml')
-rwxr-xr-xconfig/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 4eceef8c748..546e65c048c 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -186,6 +186,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <!-- TODO Vespa 8: remove configuration.
+ Included to allow 'removal' warnings for classes in its own module -->
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all,-serial,-try,-processing,-removal</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>