Removed uberjar creation which is not needed

This commit is contained in:
Luca Frosini 2022-06-29 16:03:27 +02:00
parent 717a57b365
commit 0ee7641bdb
1 changed files with 0 additions and 14 deletions

14
pom.xml
View File

@ -80,18 +80,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-uberjar</id>
<phase>install</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>