summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/pom.xml')
-rw-r--r--Dozentenmodul/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dozentenmodul/pom.xml b/Dozentenmodul/pom.xml
index 02ab3756..d36ff7d4 100644
--- a/Dozentenmodul/pom.xml
+++ b/Dozentenmodul/pom.xml
@@ -57,6 +57,11 @@
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
+ <transformers>
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+ <mainClass>gui.intro.Login_GUI</mainClass>
+ </transformer>
+ </transformers>
</configuration>
</execution>
</executions>