maven cleanup

This commit is contained in:
Jannik 2018-04-08 22:06:39 +02:00
parent e3feebcbb4
commit 2c1ce23315
1 changed files with 10 additions and 10 deletions

16
pom.xml
View File

@ -4,7 +4,7 @@
<groupId>org.kellerkinder</groupId>
<artifactId>Project-HomeFlix</artifactId>
<version>0.6.1</version>
<version>0.6.99</version>
<packaging>jar</packaging>
<name>Project-HomeFlix</name>
@ -78,13 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<version>3.1.1</version>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
@ -93,6 +87,12 @@
</transformer>
</transformers>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>