aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-documentgen-plugin/pom.xml')
-rw-r--r--vespa-documentgen-plugin/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/vespa-documentgen-plugin/pom.xml b/vespa-documentgen-plugin/pom.xml
index 6ce6fef7fce..3aa66856cb4 100644
--- a/vespa-documentgen-plugin/pom.xml
+++ b/vespa-documentgen-plugin/pom.xml
@@ -73,8 +73,16 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-unchecked</arg>
+ <arg>-Xlint:-processing</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
+ </configuration>
</plugin>
</plugins>
</build>