We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2237a commit 3ce834eCopy full SHA for 3ce834e
pom.xml
@@ -16,6 +16,7 @@
16
<maven.compiler.release>17</maven.compiler.release>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19
+ <fatJarName>PGS</fatJarName>
20
</properties>
21
22
<build>
@@ -87,6 +88,7 @@
87
88
<profile>
89
<id>uber-jar</id>
90
91
+ <finalName>${fatJarName}</finalName>
92
<plugins>
93
<plugin>
94
<groupId>org.apache.maven.plugins</groupId>
0 commit comments