summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-07-01 11:28:51 +0200
committerManuel Bentele2021-07-01 11:28:51 +0200
commit5b3aa18006ff33b481aba973b6696eeb12e4db31 (patch)
treed315e05c7c2ae656a2fa6d04ebdc7d0bb0fa0a43
parent[qemu] Disable build of runvirt plugin without packaged dependencies (diff)
downloadmltk-5b3aa18006ff33b481aba973b6696eeb12e4db31.tar.gz
mltk-5b3aa18006ff33b481aba973b6696eeb12e4db31.tar.xz
mltk-5b3aa18006ff33b481aba973b6696eeb12e4db31.zip
[qemu] Enable Java compiler warnings
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index d96bb555..9450ef81 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -126,6 +126,11 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
+ <configuration>
+ <source>${maven.compiler.source}</source>
+ <target>${maven.compiler.target}</target>
+ <compilerArgument>-Xlint:all</compilerArgument>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>