summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-25 11:25:18 +0100
committerManuel Bentele2021-03-25 11:25:18 +0100
commit24d4ebdce0a3c022c7ae7c90139235bb4c8dad67 (patch)
tree03435b204d0d3ccd0311c63bb3d2983faf404273 /core/modules/qemu/runvirt-plugin-qemu/pom.xml
parent[qemu]: Add Libvirt XML documents as dependencies (diff)
downloadmltk-24d4ebdce0a3c022c7ae7c90139235bb4c8dad67.tar.gz
mltk-24d4ebdce0a3c022c7ae7c90139235bb4c8dad67.tar.xz
mltk-24d4ebdce0a3c022c7ae7c90139235bb4c8dad67.zip
[qemu] Add filtering/transformation of config files and VM management
Diffstat (limited to 'core/modules/qemu/runvirt-plugin-qemu/pom.xml')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index 27f33991..197f3df3 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -154,5 +154,13 @@
<version>3.0.0</version>
</plugin>
</plugins>
+ <testResources>
+ <testResource>
+ <directory>${basedir}/src/test/resources</directory>
+ <includes>
+ <include>libvirt/xml/*</include>
+ </includes>
+ </testResource>
+ </testResources>
</build>
</project>