fix output name and shade depends
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 24s

This commit is contained in:
Lee 2024-04-17 21:43:25 +01:00
parent c7b3f76981
commit abb2255a77

20
pom.xml

@ -21,6 +21,26 @@
</repository>
</distributionManagement>
<build>
<finalName>${project.name}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Libraries -->
<dependency>