From 57e151a782dedf65cfc25cbc06030f45a7dc32c6 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 1 Jul 2021 11:10:02 +0200 Subject: [qemu] Disable build of runvirt plugin without packaged dependencies --- core/modules/qemu/runvirt-plugin-qemu/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/modules/qemu/runvirt-plugin-qemu/pom.xml') diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml index 36f62796..d96bb555 100644 --- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml +++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml @@ -135,6 +135,16 @@ maven-failsafe-plugin 2.22.1 + + maven-jar-plugin + 2.4 + + + default-jar + none + + + maven-assembly-plugin -- cgit v1.2.3-55-g7522 From 5b3aa18006ff33b481aba973b6696eeb12e4db31 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 1 Jul 2021 11:28:51 +0200 Subject: [qemu] Enable Java compiler warnings --- core/modules/qemu/runvirt-plugin-qemu/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/modules/qemu/runvirt-plugin-qemu/pom.xml') 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 @@ maven-compiler-plugin 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + -Xlint:all + maven-surefire-plugin -- cgit v1.2.3-55-g7522