Skip to content

Commit 3ce834e

Browse files
committed
fatjar name param
1 parent 6f2237a commit 3ce834e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<maven.compiler.release>17</maven.compiler.release>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19+
<fatJarName>PGS</fatJarName>
1920
</properties>
2021

2122
<build>
@@ -87,6 +88,7 @@
8788
<profile>
8889
<id>uber-jar</id>
8990
<build>
91+
<finalName>${fatJarName}</finalName>
9092
<plugins>
9193
<plugin>
9294
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)