Skip to content

Commit 6b49f59

Browse files
committed
Change jar name when used as a standalone tool
1 parent 121ad46 commit 6b49f59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,15 @@
177177
<version>${maven.assembly.plugin.version}</version>
178178
<configuration>
179179
<descriptorRefs>
180-
<descriptorRef>standalone</descriptorRef>
180+
<descriptorRef>jar-with-dependencies</descriptorRef>
181181
</descriptorRefs>
182182
<archive>
183183
<manifest>
184184
<mainClass>io.github.ngbsn.generator.JPACodeGenerator</mainClass>
185185
</manifest>
186186
</archive>
187+
<finalName>sqlscript2jpa-codegen-standalone-${project.version}</finalName>
188+
<appendAssemblyId>false</appendAssemblyId>
187189
</configuration>
188190
<executions>
189191
<execution>

0 commit comments

Comments
 (0)