summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu
diff options
context:
space:
mode:
authorManuel Bentele2021-07-01 09:34:31 +0200
committerManuel Bentele2021-07-01 09:34:31 +0200
commitfe94feb0301a16e6f9ba83e5c13ddb67174599e1 (patch)
treeb9fb1701b8075e84a3b90065362ca2ff88f2920e /core/modules/qemu/runvirt-plugin-qemu
parentMerge branch 'master' into installer (diff)
parent[qemu] Enable shared folders if global support is active (diff)
downloadmltk-fe94feb0301a16e6f9ba83e5c13ddb67174599e1.tar.gz
mltk-fe94feb0301a16e6f9ba83e5c13ddb67174599e1.tar.xz
mltk-fe94feb0301a16e6f9ba83e5c13ddb67174599e1.zip
Merge branch 'master' into installer
Diffstat (limited to 'core/modules/qemu/runvirt-plugin-qemu')
-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 d8bb9743..36f62796 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -12,6 +12,7 @@
<url>https://git.openslx.org/openslx-ng/mltk.git/</url>
<properties>
+ <main.class>org.openslx.runvirt.plugin.qemu.App</main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
@@ -145,6 +146,13 @@
</execution>
</executions>
<configuration>
+ <archive>
+ <manifest>
+ <mainClass>${main.class}</mainClass>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>