summaryrefslogtreecommitdiffstats
path: root/Dozentenmodulserver/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodulserver/pom.xml')
-rw-r--r--Dozentenmodulserver/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/Dozentenmodulserver/pom.xml b/Dozentenmodulserver/pom.xml
index 05ca9bec..d65527ae 100644
--- a/Dozentenmodulserver/pom.xml
+++ b/Dozentenmodulserver/pom.xml
@@ -47,6 +47,26 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <minimizeJar>true</minimizeJar>
+ <transformers>
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+ <mainClass>server.StartServer</mainClass>
+ </transformer>
+ </transformers>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>