summaryrefslogtreecommitdiffstats
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.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/vespa-documentgen-plugin/pom.xml b/vespa-documentgen-plugin/pom.xml
index 0c5b957c14b..de6404f2ea7 100644
--- a/vespa-documentgen-plugin/pom.xml
+++ b/vespa-documentgen-plugin/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.1.1</version>
+ <version>3.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -68,6 +68,19 @@
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
+ <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>-Xlint:-processing</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>