summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2014-07-14 21:31:00 +0200
committerSimon Rettberg2014-07-14 21:31:00 +0200
commitc5e8df98d504f35970f54aff4f2f0bff647f5273 (patch)
treeb3dba445569017ddadd56dc453ff7a34acc80d7d /Dozentenmodul/pom.xml
parentConverted DMC to maven.. (2/2) It compiles, now we have to make sure it *works* (diff)
downloadtutor-module-c5e8df98d504f35970f54aff4f2f0bff647f5273.tar.gz
tutor-module-c5e8df98d504f35970f54aff4f2f0bff647f5273.tar.xz
tutor-module-c5e8df98d504f35970f54aff4f2f0bff647f5273.zip
Client starts up and login works... (Tested on Linux only!)
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>