Skip to content

Commit

Permalink
fatjar name param
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jan 11, 2025
1 parent 6f2237a commit 3ce834e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<fatJarName>PGS</fatJarName>
</properties>

<build>
Expand Down Expand Up @@ -87,6 +88,7 @@
<profile>
<id>uber-jar</id>
<build>
<finalName>${fatJarName}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3ce834e

Please sign in to comment.