Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlinhui committed Apr 10, 2022
1 parent 5e4dac1 commit 6a8cdd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<finalName>${project.artifactId}-${project.version}</finalName>
</configuration>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 6a8cdd8

Please sign in to comment.